Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Paragraph style depending on context. 2

Status
Not open for further replies.

gaceff

Programmer
Jan 28, 2005
2
RO
I would need InDesign to auto-select the paragraph style depending on the context - paragraph style of previous paragraph, or something like this.
Is such a thing or something similar possible?
I'm interested in all auto-format (but based on context)possibilities.
Thanx for any help.
 
try using the eyedropper tool to "sample" and "apply" paragraph styles --- once you get the hang of it, it really works like a charm!

Joe
 
gaceff,

my script - BookStyle (first on list)


I don't have translation now ...

structure of B_S*.TXT file:
P<tab>StyleToChange<tab>ControlStyle<tab>DestinationStyle

<tab> is TAB key
"P" is for future use - Paragraph style

script search:

...
(StyleToChange) some text
(ControlStyle) some text
...

and if find - change StyleToChange to DestinationStyle

or maby SerialReplace script
(info in package)

robin

Scripts for AdobeFamily
gg 3753393
Skype: indesignscripts
 
Marcus,

first - thank you very much for your appreciation :)

second - sorry :( but I don't have MAC :(

(... maby in future I will rewrite some scripts to JS ...)

I have much more not published - I must finish them ...

robin

Scripts for AdobeFamily
gg 3753393
Skype: indesignscripts
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top