:mod:`bin.meTypeset`
====================
.. py:module:: bin.meTypeset
.. autoapi-nested-parse::
meTypeset: text parsing library to convert word documents to the JATS XML format
Usage:
meTypeset.py doc [options]
meTypeset.py docx [options]
meTypeset.py docxextracted [options]
meTypeset.py odt [options]
meTypeset.py other [options]
meTypeset.py tei [options]
meTypeset.py bibscan [options]
Options:
-a, --aggression Parser aggression level 0-10 [default: 10]
--chain Specify a subsequent XSL transform to pass the NLM to
-c, --clean Produce final XML, not intermediate markup with additional metadata
-d, --debug Enable debug output
-i, --identifiers Generate unique identifiers for all supported NLM elements
--includedeleted Keep deleted text (track changes)
--interactive Enable step-by-step interactive mode
-h, --help Show this screen.
-m, --metadata Metadata file
--nogit Disable git debug filesystem (only of use with --debug)
--noimageprocessing Disable unoconv image processing
--nolink Do not run reference linker
--nometa Do not merge front matter
--purenlm Die after performing NLM XSLT step
--puretei Die after performing TEI XSLT step
--prettytei Indent and format intermediary TEI
-p, --proprietary Enables proprietary math parsing. Requires omml2mml.xsl
-s, --settings Settings file
-v, --version Show version.
-z, --zotero Enable Zotero integration for references.
Module Contents
---------------
.. data:: __author__
:annotation: = Martin Paul Eve, Dulip Withnage
.. data:: __email__
:annotation: = martin@martineve.com
.. py:class:: MeTypeset
Bases: :class:`debug.Debuggable`
.. staticmethod:: read_command_line()
.. method:: set_metadata_file(self)
.. method:: run_modules(self)
.. method:: run(self)
.. function:: main()