]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.cpp
Fix output of en- and em-dashes with TeX fonts
[lyx.git] / src / output_latex.cpp
index bc488ff79af8c85efd26e9dae28958d6a392d687..a479b2803ec885382374c6c7d3f325270b06aa9e 100644 (file)
@@ -1259,10 +1259,9 @@ void TeXOnePar(Buffer const & buf,
 void latexParagraphs(Buffer const & buf,
                     Text const & text,
                     otexstream & os,
-                    OutputParams const & runparams_in,
+                    OutputParams const & runparams,
                     string const & everypar)
 {
-       OutputParams runparams = runparams_in;
        LASSERT(runparams.par_begin <= runparams.par_end,
                { os << "% LaTeX Output Error\n"; return; } );