]> git.lyx.org Git - features.git/commitdiff
bare bones to convert 222
authorAndré Pönitz <poenitz@gmx.net>
Mon, 10 Feb 2003 10:27:46 +0000 (10:27 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 10 Feb 2003 10:27:46 +0000 (10:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6080 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx2lyx
lib/lyx2lyx/lyxconvert_221.py [new file with mode: 0644]

index aefa08ab8d7cc70a9f037cd24002c8f11c2bd069..c69d1ca57d7de3d728143f849fdc29a2fe8d6da6 100755 (executable)
@@ -37,7 +37,7 @@ opt.quiet = 0
 
 format = re.compile(r"(\d)[\.,]?(\d\d)")
 fileformat = re.compile(r"\\lyxformat\s*(\S*)")
-lst_ft = ["210", "215", "216", "217", "218", "220", "221"]
+lst_ft = ["210", "215", "216", "217", "218", "220", "221", "222"]
 
 def usage():
     print """Usage: lyx2lyx [options] file1
diff --git a/lib/lyx2lyx/lyxconvert_221.py b/lib/lyx2lyx/lyxconvert_221.py
new file mode 100644 (file)
index 0000000..510e696
--- /dev/null
@@ -0,0 +1,24 @@
+# This file is part of lyx2lyx
+# Copyright (C) 2002 Dekel Tsur <dekel@lyx.org>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+
+
+
+def convert(header, body):
+    pass
+
+if __name__ == "__main__":
+    pass