Georg Baum wrote:
> > Agreed. Can you do this?
>
> Done. I did only test the 234 -> 235 conversion, but since 235 -> 234 is
> alike, it should be ok.

Thanks. Attached is your proposed solution for 1.3 (Jean-Marc?). Of course, 
you'd need to add 'realwidemarginsa4':'widemarginsa4' to lyx2lyx then.

Jürgen.
? paper3.diff
Index: src/tex-strings.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/tex-strings.C,v
retrieving revision 1.11.6.1
diff -u -r1.11.6.1 tex-strings.C
--- src/tex-strings.C	27 Jun 2004 12:36:22 -0000	1.11.6.1
+++ src/tex-strings.C	1 Jul 2004 15:49:27 -0000
@@ -35,7 +35,7 @@
 
 
 char const * string_paperpackages[5] = {
-	"none", "a4", "a4wide", "widemarginsa4", ""
+	"a4", "a4wide", "widemarginsa4", "realwidemarginsa4", ""
 };
 
 

Reply via email to