mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +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 << '[' << g_options << ']';
|
||||||
os << "{geometry}\n";
|
os << "{geometry}\n";
|
||||||
texrow.newline();
|
texrow.newline();
|
||||||
// output this if only use_geometry is true
|
// output this only if use_geometry is true
|
||||||
if (use_geometry) {
|
if (use_geometry) {
|
||||||
os << "\\geometry{verbose";
|
os << "\\geometry{verbose";
|
||||||
if (!topmargin.empty())
|
if (!topmargin.empty())
|
||||||
|
Loading…
Reference in New Issue
Block a user