mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
BufferParams.cpp: the default paper format of course don't require the geometry package; patch by Rob Oakes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34442 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
70ef3f25c9
commit
8a8b59a68b
@ -1177,7 +1177,8 @@ bool BufferParams::writeLaTeX(odocstream & os, LaTeXFeatures & features,
|
||||
|
||||
// all paper sizes except of A4, A5, B5 and the US sizes need the
|
||||
// geometry package
|
||||
bool nonstandard_papersize = papersize != PAPER_USLETTER
|
||||
bool nonstandard_papersize = papersize != PAPER_DEFAULT
|
||||
&& papersize != PAPER_USLETTER
|
||||
&& papersize != PAPER_USLEGAL
|
||||
&& papersize != PAPER_USEXECUTIVE
|
||||
&& papersize != PAPER_A4
|
||||
|
Loading…
Reference in New Issue
Block a user