replacing fonts between references

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to turn text: bold, italic between references (i.e. <bold>, <italic>
and <roman>)

Can this be done?
 
Find and replace will do this. Display the Find and Replace dialog. Click
More to display the full dialog. Check the 'Use wildcards' checkbox.

Search for: \<bold\>(*)\<roman\>
Replace with: \1

With the cursor in the Replace box click the format button and select Font >
Bold.

Similarly for italic.
 
Thanks for the information below.

Just one more question: at the end of the search can I have two different
endings (i.e. <roman> and [return]). Or just do the search manually?
 
If you're using wildcards, [Enter] is ^013

There are ways to search for either/or combinations, but quicker (in this
case, anyway) to do multiple searches.




word_user said:
Thanks for the information below.

Just one more question: at the end of the search can I have two different
endings (i.e. <roman> and [return]). Or just do the search manually?



Jezebel said:
Find and replace will do this. Display the Find and Replace dialog. Click
More to display the full dialog. Check the 'Use wildcards' checkbox.

Search for: \<bold\>(*)\<roman\>
Replace with: \1

With the cursor in the Replace box click the format button and select Font >
Bold.

Similarly for italic.
 
Back
Top