From 44a0321fad750cef997d0da876487f2106c20cdb Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Mon, 10 Feb 2020 19:26:34 +0100 Subject: [PATCH] Added readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a030349 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +Converter from ODT to html with preservation of pagination. + +Headers and footers also convert to html. + +Based on writer2latext http://writer2latex.sourceforge.net . + +Command line options: + +-pagination (true/false) + +-align_splits_to_pages (true/false) + +-heading_tags (sections/none) + +-css_inline (true/false) + +Heading tags useful for importing documents to Greenstone 3 digital library to split document into sections.