mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Don't output default papersize
This commit is contained in:
parent
3a3a27447b
commit
5443d7d4eb
@ -1635,7 +1635,7 @@ bool BufferParams::writeLaTeX(otexstream & os, LaTeXFeatures & features,
|
||||
|| find(classpsizes.begin(), classpsizes.end(), string_papersize[papersize]) != classpsizes.end();
|
||||
|
||||
if ((!use_geometry || features.isProvided("geometry-light"))
|
||||
&& class_supported_papersize)
|
||||
&& class_supported_papersize && papersize != PAPER_DEFAULT)
|
||||
clsoptions << subst(tclass.pagesizeformat(), "$$s", string_papersize[papersize]) << ",";
|
||||
|
||||
// if needed
|
||||
|
Loading…
Reference in New Issue
Block a user