]> git.lyx.org Git - features.git/commitdiff
Remove geometry "fix"
authorDekel Tsur <dekelts@tau.ac.il>
Mon, 26 Nov 2001 14:59:54 +0000 (14:59 +0000)
committerDekel Tsur <dekelts@tau.ac.il>
Mon, 26 Nov 2001 14:59:54 +0000 (14:59 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3079 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/buffer.C

index c921167f6fcd77571612860623e0982daf36b2a1..e6e201d24f2bc7598ec81bd48256550452861bbf 100644 (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>
 
index c9777568b1f7cd743167b087de6efd454a4b3ffb..3b3ab688d972419c47e597c6e1aad31743c821e8 100644 (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) {