>>>>> "Fred" == Fred Hucht <[EMAIL PROTECTED]> writes:
Fred> On Thu, 2 Sep 1999, Jean-Marc Lasgouttes wrote:
>> >>>>> "Fred" == Fred Hucht <[EMAIL PROTECTED]> writes:
>>
Fred> Hi LyXers, I installed the new teTeX 1.0 today. Now when I
Fred> create an empty document using input encoding Latin1 and enter
Fred> "1°" (1 degree), I get the LaTeX output
>>
Fred> 0:ibm:fred> latex newfile This is TeX, Version 3.14159 (Web2C
Fred> 7.3.1) (newfile.tex LaTeX2e <1998/12/01> patch level 1 Babel
>> ^^^^^^^^^^^^^^^^^^^^
Fred> This is the version of latex.ltx/latex.fmt.
Fred> <v3.6x> and hyphenation patterns for american, french, german,
Fred> ngerman, n ohyphenation, loaded.
Fred> (/apps/teTeX-1.0/share/texmf/tex/latex/base/article.cls Document
Fred> Class: article 1999/01/07 v1.4a Standard LaTeX document class
>> ^^^^^^^^^^^^^^^^^^
Fred> This is the version of article.cls.
>> Why are the dates different???
Fred> See above...
I know that. However, it is certainly not normal that your latex
format is older than alrtcle.cls. I think you forgot to rebuild the
format...
Fred> and I get no warning. Where is the problem? Why is ° surrounded
Fred> by ensuremath?
>> At some time degree was only valid in math mode. It seems to be
>> still true in my latex version (1997/06/01). Could you first make
>> sure why the dates of your various elements differ?
Fred> I think lyx correctly translates ° into \textdegree, but
Fred> incorrectly surrounds it by \ensuremath{}. Is this also done
Fred> with other symbols?
It does not translate into \textdegree (this is done at latex
level). What it does (also for a bunch of other characters) is to add
\ensuremath{} around the character when encoding is latin1. What I do
not know is whether this is still needed, since it is really a hack.
JMarc