Steve Litt wrote:

Turns out I'll be using my Ex character style in body text and in several headings, which means I can't hardcode a size like \LARGE, but instead must find a way to *increase* the font size, which means I need to detect and store the current font size so I can increase it, probably with a bunch of if/then/else type stuff.

How do I detect and store the current font size?


[EMAIL PROTECTED] will give the current font size (in points); [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] do similar sorts of things. The catch is that they can't be used directly within a document. What you can do is put something like

[EMAIL PROTECTED]

in the preamble. There are also [EMAIL PROTECTED] and [EMAIL PROTECTED] which might be intended for math mode (not sure).

/Paul

Reply via email to