Bruce Momjian <[EMAIL PROTECTED]> writes:
| LyX outputs ~ as \~, and ^ as \^. However, it is my understanding that
| \^ is really \^{}, to be used to put above a latter in \^{a}. Same with
| ~.
|
| I believe the proper output of ~ is \textasciitilde, and ^ is
| \textasciicircum.
Is \textasciitilde and \textasciicircum always defined?
AFAIK they are not defined in OT1, OT4,OML,OMS. (only OT1 pose a prob
for us)
And other encodings have commands like \capitaltilde and \texttildelow
(TS1)
So it is a problem knowing what command to use.
Lgb