From d69af206ee27c993541570a6b930e3bfd3059d04 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Mon, 15 Jun 2009 00:21:34 +0000 Subject: [PATCH] tex2lyx/preamble.cpp: forgot this in last commit git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30104 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/tex2lyx/preamble.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tex2lyx/preamble.cpp b/src/tex2lyx/preamble.cpp index dd46b6462a..04bb37ad2d 100644 --- a/src/tex2lyx/preamble.cpp +++ b/src/tex2lyx/preamble.cpp @@ -112,10 +112,10 @@ const char * const known_lyx_commands[] = { "binom", "cedilla", "cyrtext", const char * const known_lyx_comments[] = { "%% Binom macro for standard LaTeX users\n", -"%% For printing a cirumflex inside a formula", -"%% Because html converters don't know tabularnewline", +"%% For printing a cirumflex inside a formula\n", +"%% Because html converters don't know tabularnewline\n", "%% The greyedout annotation environment\n", -"%% A simple dot to overcome graphicx limitations", +"%% A simple dot to overcome graphicx limitations\n", "%% Change tracking with ulem\n", "% the following is useful when we have the old nomencl.sty package\n", "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.\n", -- 2.39.2