]> git.lyx.org Git - features.git/commitdiff
Don't use '\n'.
authorRichard Heck <rgheck@comcast.net>
Fri, 8 Aug 2008 15:22:43 +0000 (15:22 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 8 Aug 2008 15:22:43 +0000 (15:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26095 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx_1_6.py

index fa99394da935fa0f0e7db8e0e7de790cfdbd9f3b..d7c2c2043d608c95a008df31e6e543365d973ade 100644 (file)
@@ -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: