]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.cpp
Improve how add_to_preamble and insert_to_preamble work, and audit the
[lyx.git] / src / output_latex.cpp
index bbaa12901980dc266a8c7550cfaa8c1bd4249d33..391ccfaee13f9b233c890b09533c0d411298f97d 100644 (file)
@@ -15,6 +15,7 @@
 #include "Buffer.h"
 #include "BufferParams.h"
 #include "Encoding.h"
+#include "Font.h"
 #include "InsetList.h"
 #include "Language.h"
 #include "Layout.h"
@@ -384,7 +385,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;
        }