Yes, grep styles are the way to go with this, just use a conditional on existing data and then build your Grep Style on M|O
Make your paragraph style based on your regular text and then create a bold character style for the Grep Style.
On October 27, 2017 at 3:55 PM Wayne <wbut...@gmail.com> wrote:
--
You received this message because you are subscribed to the Google Groups "XMPie Interest Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xmpie-users...@googlegroups.com.
To post to this group, send email to xmpie...@googlegroups.com.
Visit this group at https://groups.google.com/group/xmpie-users.
For more options, visit https://groups.google.com/d/optout.
Hi Mark,
GREP is just searching for whatever it is you want to modify. So if you create the paragraph style with the GREP style and then set the GREP string to M|O (em pipe oh, caps of course) it will search for those two characters only. If it doesn't find them, then nothing will turn bold.
If you were doing something like M: and O:, then you could set your GREP to search for the colon and bold the colon and everything before it, but InDesign lets you cheat a bit by just putting in the characters you need so in that case you could simply use M|O|: and then every time any of those 3 characters are found it would turn them bold.
The default GREP statement is "\d+" so just change that to M|O and apply your bold character style and you should be set.
If you need more help, let me know, I am available if you want to go through it.
cheers,
Bob
--
The GREP style, is a attribute of a paragraph style that is a function of InDesign so you would need to have InDesign Server for it to work other than on your desktop.
You can use Unicode in your uCreate or uplan
Create 3 variables in uplan or in uCreate palette
Add this code to Indesign_Font_Intro variable –"<UNICODE-WIN>\r\n<Version:5><FeatureSet:InDesign-Roman><ParaStyle:NormalParagraphStyle>"
Normal_Arial_Font - "<cTypeface:Light><cSize:9.000000><cLeading:16.000000><cFont:Arial>"
Bold_Arial_Font - "<cTypeface:Regular><cSize:50.000000><cLeading:20.000000><cFont:trashco>"
Then create an ADOR and add the variables how you want
@{InDesign_Font_Intro} & @{Normal_Arial_Font} & "This is a test, the next word should be " & @{Bold_Arial_Font} & "BOLD" & @{Normal_Arial_Font} & " and now its not"
Regards,
Tyrone O’Brien
Director | DM Solutions Specialist
![]() |
Virus-free. www.avast.com |
This is an old document that explains it
so the way you create your bold or regular text
1. setup document in indesign
2. highlight bold text and export from indesign as indesign tag text
3. save file then open with notepad
4. copy your required Unicode into your ucreate or plan file
Regards,
Tyrone O’Brien
Director | DM Solutions Specialist
![]() |
Virus-free. www.avast.com |