]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.cpp
Clean-up the code with respect to PassThru insets and layouts.
[lyx.git] / src / output_latex.cpp
index 9db5a6f59fd1828ad8ade94b2f550d735c27aab2..bbaa12901980dc266a8c7550cfaa8c1bd4249d33 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);