mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
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:
parent
2c3f160f38
commit
c5e9788926
@ -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>
|
||||
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user