mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
Don't pass the letterpaper option to the geometry package when using
default paper format and margins are explicitly set. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37485 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ace385a559
commit
8df9fdee64
@ -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;
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user