From 87d4bd72b3c6727d8757352c5e4d4c13e068e1b6 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 8 Aug 2008 15:22:43 +0000 Subject: [PATCH] Don't use '\n'. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26095 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/lyx2lyx/lyx_1_6.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/lyx2lyx/lyx_1_6.py b/lib/lyx2lyx/lyx_1_6.py index fa99394da9..d7c2c2043d 100644 --- a/lib/lyx2lyx/lyx_1_6.py +++ b/lib/lyx2lyx/lyx_1_6.py @@ -354,9 +354,9 @@ def lyx2latex(document, lines): # this needs to be added to the preamble because of cases like # \textmu, \textbackslash, etc. - add_to_preamble(document, ['% added by lyx2lyx for converted index entries\n' - + '\\@ifundefined{textmu}\n' - + ' {\\usepackage{textcomp}}{}']) + add_to_preamble(document, ['% added by lyx2lyx for converted index entries', + '\\@ifundefined{textmu}', + ' {\\usepackage{textcomp}}{}']) # a lossless reversion is not possible # try at least to handle some common insets and settings if ert_end >= curline: -- 2.39.2