I prefer to write using quirky fonts and sizes that need to be replaced before printing or sending out.
I have two style libraries (’Writing’ & ’Printing’) with identically named styles, so switching between them does the job: it keeps all formatting while changing only the fonts and sizes appropriate to the context.
But I’m wondering: Is it possible to set up a macro to do the same thing?
Although the process of switching libraries manually is not terribly cumbersome, I find myself looking for a quicker way when revising and wanting to print so that I can review on paper.
Style Libraries
- martin
- Official Nisus Person
- Posts: 5230
- Joined: 2002-07-11 17:14:10
- Location: San Diego, CA
- Contact:
Re: Style Libraries
This isn't too difficult to automate. Assuming your style library files are saved as "Writing.rtf" and "Printing.rtf" then the attached macros should do the trick.
- Attachments
-
- ApplyStyles.zip
- (6.38 KiB) Downloaded 1001 times
Re: Style Libraries
Code: Select all
$doc.addStyles($styleText, 'replace')
philip
Re: Style Libraries
This is great and makes Nisus even more versatile.
Many thanks, Martin.
Many thanks, Martin.