|
Home | Tips | Library | Other Authors | Other WP Sites | Writer's Links | Contact | Site Map | Donate |
|
Toolbox for WordPerfect |
||
|
Macros, tips, and
templates for Corel® WordPerfect® for Windows® |
Page updated Sep 2, 2009 | |
| Redline all capital (UPPERcase) letters | ||
|
This macro finds every capital (uppercase) letter, then emphasizes it with redline. It can optionally add large size, bold, and/or italics, Like This. This also makes capital letters easy to find when proofreading the document. Tips
Notes
|
|
|
You might want to change the font of the capital letters to something fancier. The macro below can do that. You could play it by itself, or after playing the HLcaps macro. The macro doesn't search in substructures (footnotes, headers, text boxes, etc.). But you probably don't want it to work there, anyway. See the comments at the top of the code below. (Note that if you play it multiple times on the same document you probably will see lots of extra "empty" [Font] code pairs. They can be ignored. The macro does very little error-checking, error-trapping, or clean up, but it worked fine in several tests.) To copy the macro code below into your WordPerfect program, see here. // Macro begins: // This simple macro assumes
you have the Lucida Calligraphy font installed; OnError(End@) // Macro ends |
||