diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index c7d1f1d2a9..9d7c0b8b72 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -1181,6 +1181,7 @@ bool BufferParams::writeLaTeX(odocstream & os, LaTeXFeatures & features, // default papersize ie PAPER_DEFAULT switch (lyxrc.default_papersize) { case PAPER_DEFAULT: // keep compiler happy + break; case PAPER_USLETTER: ods << ",letterpaper"; break; diff --git a/status.16x b/status.16x index 0adba89e9d..81b764a0d5 100644 --- a/status.16x +++ b/status.16x @@ -84,6 +84,9 @@ What's new - Letter class: Support Quote, Quotation and Separator. +- Don't pass the letterpaper option to the geometry package when using + default paper format and margins are explicitly set. + * USER INTERFACE