]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.cpp
EmbeddedObjects.lyx, Math.lyx, UserGuide.lyx: Spanish translation updates by Ignacio
[lyx.git] / src / LaTeXFeatures.cpp
index eb328f5321ec24b1cf14f63274c7b8801519a574..fc3ef3c6bc214dd7a830ee4ff8078fa3e12a7970 100644 (file)
@@ -710,11 +710,12 @@ string const LaTeXFeatures::getMacros() const
        for (; pit != pend; ++pit)
                macros << *pit << '\n';
 
-       if (mustProvide("papersize"))
+        if (mustProvide("papersize")) {
                if (runparams_.flavor == OutputParams::LATEX)
                        macros << papersizedvi_def << '\n';
                else
                        macros << papersizepdf_def << '\n';
+       }
 
        if (mustProvide("LyX"))
                macros << lyx_def << '\n';