X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_sty.C;h=b529c5d3601300e04b4cd53759b26d7a063b33b7;hb=2b378ca3fdbd701b0d5e350e1c6b22155c07a2dc;hp=9b0874948cbdee87e7af05e71b81cd692bb80613;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/lyx_sty.C b/src/lyx_sty.C index 9b0874948c..b529c5d360 100644 --- a/src/lyx_sty.C +++ b/src/lyx_sty.C @@ -78,7 +78,7 @@ string const paragraphleftindent_def = "\\newenvironment{LyXParagraphLeftIndent}[1]%\n" "{\n" " \\begin{list}{}{%\n" - " \\setlength\\topsep{0pt}%\n" + " \\setlength{\\topsep}{0pt}%\n" " \\addtolength{\\leftmargin}{#1}\n" // ho hum, yet more things commented out with no hint as to why they // weren't just removed @@ -86,7 +86,7 @@ string const paragraphleftindent_def = // "%% \\setlength{\\textwidth}{#2\\textwidth}\n" // "%% \\setlength\\listparindent\\parindent%\n" // "%% \\setlength\\itemindent\\parindent%\n" - " \\setlength\\parsep{0pt plus 1pt}%\n" + " \\setlength{\\parsep}{0pt plus 1pt}%\n" " }\n" " \\item[]\n" "}\n"