Remove geometry "fix"

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3079 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Dekel Tsur 2001-11-26 14:59:54 +00:00
parent 2c3f160f38
commit c5e9788926
2 changed files with 0 additions and 4 deletions

View File

@ -7,8 +7,6 @@
* buffer.C (parseSingleLyXformat2Token): Insert an error inset
when encountering an unknown token.
(readLyXformat2): Show an error message if there were unknown tokens.
(makeLaTeXFile): Use the twoside option for the geometry
package when necessary.
2001-11-22 John Levon <moz@compsoc.man.ac.uk>

View File

@ -2156,8 +2156,6 @@ void Buffer::makeLaTeXFile(string const & fname,
ofs << "\\usepackage{geometry}\n";
texrow.newline();
ofs << "\\geometry{verbose";
if (params.sides == LyXTextClass::TwoSides)
ofs << ",twoside";
if (params.orientation == BufferParams::ORIENTATION_LANDSCAPE)
ofs << ",landscape";
switch (params.papersize2) {