<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 5 Cool Things You Can Do with GREP Styles</title>
	<atom:link href="http://indesignsecrets.com/5-cool-things-you-can-do-with-grep-styles.php/feed" rel="self" type="application/rss+xml" />
	<link>http://indesignsecrets.com/5-cool-things-you-can-do-with-grep-styles.php</link>
	<description>InDesignSecrets Blog and Podcast</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:34:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aaron</title>
		<link>http://indesignsecrets.com/5-cool-things-you-can-do-with-grep-styles.php/comment-page-2#comment-492657</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 28 Sep 2011 23:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2306#comment-492657</guid>
		<description>I thought that might be the case, but was hoping for an automatic solution. Fortunately, if i need to manually do it there are only a handful of chapters in the 300 page technical book that need it. Thanks for the quick response Jongware! BTW, fantastic info here for the chemical GREP styles. Will save me loads of time.</description>
		<content:encoded><![CDATA[<p>I thought that might be the case, but was hoping for an automatic solution. Fortunately, if i need to manually do it there are only a handful of chapters in the 300 page technical book that need it. Thanks for the quick response Jongware! BTW, fantastic info here for the chemical GREP styles. Will save me loads of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jongware</title>
		<link>http://indesignsecrets.com/5-cool-things-you-can-do-with-grep-styles.php/comment-page-2#comment-492654</link>
		<dc:creator>Jongware</dc:creator>
		<pubDate>Wed, 28 Sep 2011 22:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2306#comment-492654</guid>
		<description>Aaron: the issue at hand is that automatically picked up text such as your running header cannot be selectively formatted. Compare it to attempting to format the first digit of a two-digit automatic page number.

There is this plugin called &quot;Power Headers&quot;, which I think &lt;em&gt;does&lt;/em&gt; allow selective formatting; I usually just forget the automatic way and do it ye olde style: manually.</description>
		<content:encoded><![CDATA[<p>Aaron: the issue at hand is that automatically picked up text such as your running header cannot be selectively formatted. Compare it to attempting to format the first digit of a two-digit automatic page number.</p>
<p>There is this plugin called &#8220;Power Headers&#8221;, which I think <em>does</em> allow selective formatting; I usually just forget the automatic way and do it ye olde style: manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://indesignsecrets.com/5-cool-things-you-can-do-with-grep-styles.php/comment-page-2#comment-492653</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 28 Sep 2011 21:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2306#comment-492653</guid>
		<description>I&#039;ve run into an issue with a project where I need to all caps the running headers. With some titles containing registered trademarks. 

When pulling data from the paragraph title style (with superscript registered trademarks forced via GREP), the running header style overrides the superscript and makes the registered trademark large again. 

I tested to see if turning off the paragraph all caps style would allow the superscript GREP style to work, but it didn&#039;t superscript either. However, if i set the paragraph style to superscript all without all caps on, the entire text superscripted. 

Is there a known issue with superscripting individual characters in running headers, or does anyone know of a solution? I&#039;m completely scratching my head on this one. Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve run into an issue with a project where I need to all caps the running headers. With some titles containing registered trademarks. </p>
<p>When pulling data from the paragraph title style (with superscript registered trademarks forced via GREP), the running header style overrides the superscript and makes the registered trademark large again. </p>
<p>I tested to see if turning off the paragraph all caps style would allow the superscript GREP style to work, but it didn&#8217;t superscript either. However, if i set the paragraph style to superscript all without all caps on, the entire text superscripted. </p>
<p>Is there a known issue with superscripting individual characters in running headers, or does anyone know of a solution? I&#8217;m completely scratching my head on this one. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: collywolly</title>
		<link>http://indesignsecrets.com/5-cool-things-you-can-do-with-grep-styles.php/comment-page-2#comment-492387</link>
		<dc:creator>collywolly</dc:creator>
		<pubDate>Tue, 06 Sep 2011 00:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2306#comment-492387</guid>
		<description>have a great one for anyone who has to change Mclaren to McLaren and the like:

(?&lt;=\Mc)[\l\u] 

to find the lowercase letter which should be uppercase; then

in the style, make sure that the character style is All Caps.

doesn&#039;t sound like much, but when faced with a database of thousands using data merge, applying the style to the surname entry corrects the entries on the fly rather than fixing them in the d&#039;base itself.</description>
		<content:encoded><![CDATA[<p>have a great one for anyone who has to change Mclaren to McLaren and the like:</p>
<p>(?&lt;=\Mc)[\l\u] </p>
<p>to find the lowercase letter which should be uppercase; then</p>
<p>in the style, make sure that the character style is All Caps.</p>
<p>doesn&#039;t sound like much, but when faced with a database of thousands using data merge, applying the style to the surname entry corrects the entries on the fly rather than fixing them in the d&#039;base itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://indesignsecrets.com/5-cool-things-you-can-do-with-grep-styles.php/comment-page-2#comment-491653</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Thu, 14 Jul 2011 17:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2306#comment-491653</guid>
		<description>Forget it guys... 
found it! 
Thanks anyways.</description>
		<content:encoded><![CDATA[<p>Forget it guys&#8230;<br />
found it!<br />
Thanks anyways.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://indesignsecrets.com/5-cool-things-you-can-do-with-grep-styles.php/comment-page-2#comment-491652</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Thu, 14 Jul 2011 17:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2306#comment-491652</guid>
		<description>Hi!

I&#039;m new to GREP concept and I have this small repetitive task I have to perform and I&#039;m sure the GREPs are my solution. Here&#039;s what I have to do...

I need to change this formating:
(enter)
word
(enter)
word

...to this kind of format:
(space)word(space)word

Thank you for helping me!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I&#8217;m new to GREP concept and I have this small repetitive task I have to perform and I&#8217;m sure the GREPs are my solution. Here&#8217;s what I have to do&#8230;</p>
<p>I need to change this formating:<br />
(enter)<br />
word<br />
(enter)<br />
word</p>
<p>&#8230;to this kind of format:<br />
(space)word(space)word</p>
<p>Thank you for helping me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aimee</title>
		<link>http://indesignsecrets.com/5-cool-things-you-can-do-with-grep-styles.php/comment-page-2#comment-490209</link>
		<dc:creator>Aimee</dc:creator>
		<pubDate>Mon, 04 Apr 2011 18:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2306#comment-490209</guid>
		<description>First off, let me say that GREP is COMPLETELY foreign to me and I really just don&#039;t understand it. So figuring out if GREP can be used for what I am needing is really confusing.

I have three different block quote Paragraph Styles that I use.  We almost always put a space before and after the block quote but not between the paragraphs within the block quote. I have the block quote styles set to automatically add a space before and after so that I do not have to manually do this.  Because the before and after space is added with a hard return and when there are multiple paragraphs within a block quote, I do have to manually remove the space. This is very time consuming.  I would love to be able to have this space not appear WITHIN my block quote styles and instead only before and after them.

Can I use GREP to solve this?

Thanks in advance for any help!  (We are a non-profit organization that publishes books.  None of us have any &quot;formal&quot; InDesign training, although we have been using it for years and I just know there are ways to work smarter that we still haven&#039;t figured out!)</description>
		<content:encoded><![CDATA[<p>First off, let me say that GREP is COMPLETELY foreign to me and I really just don&#8217;t understand it. So figuring out if GREP can be used for what I am needing is really confusing.</p>
<p>I have three different block quote Paragraph Styles that I use.  We almost always put a space before and after the block quote but not between the paragraphs within the block quote. I have the block quote styles set to automatically add a space before and after so that I do not have to manually do this.  Because the before and after space is added with a hard return and when there are multiple paragraphs within a block quote, I do have to manually remove the space. This is very time consuming.  I would love to be able to have this space not appear WITHIN my block quote styles and instead only before and after them.</p>
<p>Can I use GREP to solve this?</p>
<p>Thanks in advance for any help!  (We are a non-profit organization that publishes books.  None of us have any &#8220;formal&#8221; InDesign training, although we have been using it for years and I just know there are ways to work smarter that we still haven&#8217;t figured out!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Blatner</title>
		<link>http://indesignsecrets.com/5-cool-things-you-can-do-with-grep-styles.php/comment-page-2#comment-488522</link>
		<dc:creator>David Blatner</dc:creator>
		<pubDate>Wed, 16 Feb 2011 18:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2306#comment-488522</guid>
		<description>LOL, Theun! Well, we are all guilty of being blind sometimes. ;) No problem.</description>
		<content:encoded><![CDATA[<p>LOL, Theun! Well, we are all guilty of being blind sometimes. <img src='http://indesignsecrets.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  No problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jongware</title>
		<link>http://indesignsecrets.com/5-cool-things-you-can-do-with-grep-styles.php/comment-page-2#comment-488514</link>
		<dc:creator>Jongware</dc:creator>
		<pubDate>Wed, 16 Feb 2011 16:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2306#comment-488514</guid>
		<description>Uh, David, same goes for me then ... :&#039;(

I googled this because I knew the exact same question came up before.</description>
		<content:encoded><![CDATA[<p>Uh, David, same goes for me then &#8230; :&#8217;(</p>
<p>I googled this because I knew the exact same question came up before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Blatner</title>
		<link>http://indesignsecrets.com/5-cool-things-you-can-do-with-grep-styles.php/comment-page-2#comment-488512</link>
		<dc:creator>David Blatner</dc:creator>
		<pubDate>Wed, 16 Feb 2011 16:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2306#comment-488512</guid>
		<description>Thanks, Jongware. Isn&#039;t that amazing that people so often write a comment without looking at the comments that have gone before them? Jean-Marc, I don&#039;t mean to pick on you, but just look at the two comments before yours! :)</description>
		<content:encoded><![CDATA[<p>Thanks, Jongware. Isn&#8217;t that amazing that people so often write a comment without looking at the comments that have gone before them? Jean-Marc, I don&#8217;t mean to pick on you, but just look at the two comments before yours! <img src='http://indesignsecrets.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching using disk

Served from: indesignsecrets.com @ 2012-02-10 00:14:43 -->
