Looks great, Georg, and thanks for paying attention to the xhtml output.

Index: src/insets/InsetScript.cpp
===================================================================
--- src/insets/InsetScript.cpp  (revision 0)
+++ src/insets/InsetScript.cpp  (revision 0)
@@ -0,0 +1,464 @@
+/**
+ * \file InsetScript.cpp
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Uwe Stöhr
+ *

As someone mentioned, C&P error. And in .h.

Index: lib/lyx2lyx/lyx_2_0.py
===================================================================
--- lib/lyx2lyx/lyx_2_0.py      (revision 36398)
+++ lib/lyx2lyx/lyx_2_0.py      (working copy)


+    # FIXME: Would be nice if we could use the information of the .layout file 
here
+    classes = ["memoir", "scrartcl", "scrbook", "scrlttr2", "scrreprt"]

Yeah. I run into this a lot these days. But then I think: Do I really want to
write a layout parser for lyx2lyx?

I take it that this means that these layouts should have a:
        Provides subscript 1
tag, so that we don't issue \usepackage{subscript} for them?

Richard


Reply via email to