Is there a way to force LaTeX to automatically use small-caps for abbreviations and acronyms (or more specifically, strings of two or more uppercase letters)?
|
I think it's difficult to implement such macros. However, we can do it with help from some preprocess. It easy to write a script to do this. For example, an one-line script of
You may modify it as your wish. On windows platform |
|||||
|
|
You might want to take a look at the
|
|||||||
|
|
If you don't need all of the power of the
(Note that since |
|||
|
|
|
I've been thinking about this myself, as I will need it soon. For you, Wouldnt it be much easier to just do this in the texteditor with find x/replace function (\textsc{x})? The list of abbreviations used in a novel won't be very big. If you use a texteditor that supports Perl style regex or simpler regex, you can even replace all wanted abbreviations in one single run. |
|||
|
|