Georg Baum <[EMAIL PROTECTED]> writes: | Jean-Marc Lasgouttes wrote: | | >>>>>> "Georg" == Georg Baum | >>>>>> <[EMAIL PROTECTED]> | >>>>>> writes: | > | > Georg> I am sure that a textdgree sign is available in one of the | > Georg> other fonts, but I don't know how to declare it in lib/symbol | > Georg> so that it works in all encodings. | > | > It seems to be in text companion encoding (TS1). Do we have that? | | I looked a bit further, and found that it is in many encodings, but on | different positions. The solution is however much simpler: LaTeX defines a | dummy \textdgree as | | \ensuremath{^{\circ}} | | so I came up with the attached. This reduces startup time for math documents | from 9.8 seconds to 6.8 seconds (1.4cvs, qt) for me. | | I propose to put this both into 1.3 and 1.4. OK?
btw. I have a startup time on My box now (Pentium M 1.8GHz) like so: time ./src/lyx-qt -x 'command-sequence buffer-new; lyx-quit' Warning: this system's locale uses Unicode. Language code:en_US Setting new locale for Qt:iso8859-1 real 0m1.476s user 0m0.756s sys 0m0.044s -- Lgb