]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.cpp
InsetTabular.cpp: multirows inherit the width and the alignment from the column;...
[lyx.git] / src / output_latex.cpp
index 9db5a6f59fd1828ad8ade94b2f550d735c27aab2..69991ffa2f7519189557946c195c15afd500c92b 100644 (file)
@@ -373,7 +373,7 @@ ParagraphList::const_iterator TeXOnePar(Buffer const & buf,
                open_encoding_ = none;
        }
 
-       if (runparams.verbatim) {
+       if (runparams.pass_thru) {
                int const dist = distance(paragraphs.begin(), pit);
                Font const outerfont = text.outerFont(dist);
 
@@ -384,7 +384,7 @@ ParagraphList::const_iterator TeXOnePar(Buffer const & buf,
                }
 
                pit->latex(bparams, outerfont, os, texrow,
-                                                        runparams, start_pos, end_pos);
+                          runparams, start_pos, end_pos);
                return nextpit;
        }