Michel
> --
> you are subscribed to "InDesign talk" on Google Groups, to post: send email to indesi...@googlegroups.com, to unsubscribe: send email to indesign-tal...@googlegroups.com, for more options visit http://groups.google.com/group/indesign-talk
And it's worth every cent !
Thanks for getting me to Peter's book. Thanks Peter for writing it.
Also a fan of Blatner, Kvern, Concepcion and McCue. Anyone else I
should add to my list? I am trying to stimulate the economy with
knowledge from my favorite writers this year. Using magic-card money,
of course. I'm up-to-date with you plug-ins people, I think.
8-)
Carol
> --
> you are subscribed to "InDesign talk" on Google Groups, to post: send email to indesi...@googlegroups.com, to unsubscribe: send email to indesign-tal...@googlegroups.com, for more options visit http://groups.google.com/group/indesign-talk
>
--
Carol Majors / Publications unltd
Raleigh NC
. . . . . . . . . . . .
> When you're just starting out with GREP, the syntax is confusing
> (at least it is to me) [...] I personally have a hard time getting
> InDesign to accept GREP expressions that I have composed by typing,
> even when using the menus to select bits of the expression. I'm sure
> I'll get better with practice,
Everybody else does, so there's no reason you shouldn't either.
The patterns you wanted seemed very basic and simple, so there was
likely a feeling here that you could figure them out yourself and
probably should. To apply the character style you wanted, for example,
change
^([^,]+),
to
$1,
with the style set in Change Format.
> I also need to locate date ranges, which may be 300-250, 300-350,
> 5-122, 1871-1934, etc. So the pattern is one or more digits separated
> by a hyphen followed by one or more digits.
Again simple:
(\d+)-(\d+)
to
$1-$2
> I would like to know if
> there is a way to identify the BCE dates by the fact that the value of
> the first number part is greater than that of the second number (such
> as 300-250).
A script could presumably be worked out to do that, but it would be more trouble than it was worth for any normal print job.
Roy
On Dec 13, 2010, at 2:13 PM, Roy McCoy wrote:
>> So the pattern is one or more digits separated
>> by a hyphen followed by one or more digits.
----------------------------------
Amy Rothstein
a...@pondproductions.com
----------------------------------
Roy