>>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Wed, Jan 08, 2003 at 12:40:02PM +0100, Jean-Marc Lasgouttes Andre> wrote: >> The good fix in this case is to enclose the length inside double >> quotes (and make sure that lyxlex is asked to honor these quotes). Andre> Probably. Another fix might be as simple as "use rest of Andre> line"... >> What are the lyx tags affected? Andre> In this file: Andre> \oddsidemargin -10 pt \evensidemargin 10i pt \marginparwidth 1 Andre> in \oddsidemargin 0 in \evensidemargin 0 in \marginparwidth Andre> 0.75 in \textwidth 6.375 true in \topmargin -0.25 in Andre> \textheight 8.5 true in Of these, only \topmargin still exist in 1.3.0cvs. Do you mean that the others are kept unchanged by lyx2lyx? This would be very wrong. But indeed the code in buffer.C around line 765 could use lex.eatLine() instead of lex.next(). JMarc