mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
BufferParams.cpp: fix typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34710 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3e2ca552af
commit
cacad71fa2
@ -1553,7 +1553,7 @@ bool BufferParams::writeLaTeX(odocstream & os, LaTeXFeatures & features,
|
||||
os << '[' << g_options << ']';
|
||||
os << "{geometry}\n";
|
||||
texrow.newline();
|
||||
// output this if only use_geometry is true
|
||||
// output this only if use_geometry is true
|
||||
if (use_geometry) {
|
||||
os << "\\geometry{verbose";
|
||||
if (!topmargin.empty())
|
||||
|
Loading…
Reference in New Issue
Block a user