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:
Jürgen Spitzmüller 2004-07-04 10:17:29 +00:00
parent efbffd86e9
commit 13d1259c7c
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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", ""
};