Bjoern Gerhart <[EMAIL PROTECTED]> writes:
| Dear LyX-friends,
|
| I think I detected a bug in lyx 1.1.2.
| I�m writing a "report"-document with the standard font and 11 pt
| in layout -> document.
| I need to describe signals, and signals are written in capitals.
| But I wanted to make the capitals smaller, as they seemed to be
| bigger than the other text. So I wrote in latex-source:
| \small{BSY}
| When I looked at my text in xdvi and on the printer, I wondered
| how small my text was. And I recognized the text was getting
| smaller just behind the \small{BSY}.
|
| Then I erased the \small{} around the BSY - and now all the text
| was in the same size of 11 pt. Thats very funny, as I also have
| negated signals and use commands like:
| \ensuremath{\overline{\mbox{\small{IEN}}}}
| and this doesn�t have any effect on the following text size ;-)
|
| The same error occurs with small letters, e.g.
| \small{hello}
| I tried it now..
|
| Kind regards
| Bjoern
|
| --
| Bjoern Gerhart [EMAIL PROTECTED]
| pgp-key on servers e.g. pgp.uni-mainz.de
You just misunderstand how the \small cimmand works, first of all it
does not take parameters, sot the correct way to tdo it is:
{\small BSY}
Lgb