mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
revert paperpackage fix. It had bad side effects
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8834 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
efbffd86e9
commit
13d1259c7c
@ -1,3 +1,8 @@
|
||||
2004-07-04 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
||||
|
||||
* tex-strings.C: revert paperpackage fix from 2004-06-27 as it
|
||||
loads the wrong packages for old documents.
|
||||
|
||||
2004-06-27 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
||||
|
||||
* tex-strings.C: add "none" to string_paperpackages[], fixes
|
||||
|
@ -34,8 +34,8 @@ char const * string_papersize[12] = {
|
||||
};
|
||||
|
||||
|
||||
char const * string_paperpackages[5] = {
|
||||
"none", "a4", "a4wide", "widemarginsa4", ""
|
||||
char const * string_paperpackages[4] = {
|
||||
"a4", "a4wide", "widemarginsa4", ""
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user