Richard Heck
2014-07-09 18:06:14 UTC
The branch, odt2lyx, has been created.
at a91895b87c5f878a7ae68254c61b1c925e9dee21 (commit)
- Log -----------------------------------------------------------------
commit a91895b87c5f878a7ae68254c61b1c925e9dee21
Date: Wed Jul 9 22:56:32 2014 +0530
Basic Python Script to parse the complete odt file and write appropriate text into a new lyx file.
Warning:Open the generated lyx file with a text editor as of now. LyX syntax is not yet incorporated
diff --git a/odt2lyx/Hello-World.odt b/odt2lyx/Hello-World.odt
new file mode 100644
index 0000000..ac27677
Binary files /dev/null and b/odt2lyx/Hello-World.odt differ
diff --git a/odt2lyx/odt2lyx.lyx b/odt2lyx/odt2lyx.lyx
new file mode 100644
index 0000000..12048fd
--- /dev/null
+++ b/odt2lyx/odt2lyx.lyx
@@ -0,0 +1,19 @@
+#LyX 2.1 created this file. For more info see http://www.lyx.org/
...right there. Who is going to keep this script updated as the fileat a91895b87c5f878a7ae68254c61b1c925e9dee21 (commit)
- Log -----------------------------------------------------------------
commit a91895b87c5f878a7ae68254c61b1c925e9dee21
Date: Wed Jul 9 22:56:32 2014 +0530
Basic Python Script to parse the complete odt file and write appropriate text into a new lyx file.
Warning:Open the generated lyx file with a text editor as of now. LyX syntax is not yet incorporated
diff --git a/odt2lyx/Hello-World.odt b/odt2lyx/Hello-World.odt
new file mode 100644
index 0000000..ac27677
Binary files /dev/null and b/odt2lyx/Hello-World.odt differ
diff --git a/odt2lyx/odt2lyx.lyx b/odt2lyx/odt2lyx.lyx
new file mode 100644
index 0000000..12048fd
--- /dev/null
+++ b/odt2lyx/odt2lyx.lyx
@@ -0,0 +1,19 @@
+#LyX 2.1 created this file. For more info see http://www.lyx.org/
format changes?
This is exactly why we rejected this kind of approach for HTML.
Richard