diff options
author | Lockywolf <for_sbo_latexml_2023-04-15@lockywolf.net> | 2023-04-21 21:23:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-22 11:38:33 +0700 |
commit | 110810cd2488c0daea09d28a8502f3ed8424ce47 (patch) | |
tree | ed2614552d5c16f3c8a543c8635f2464bf207949 /office/LaTeXML/README | |
parent | 9462de532a0c6a8a4c207a697c3997f6193f833d (diff) |
office/LaTeXML: Added (LaTeX to XML/HTML)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/LaTeXML/README')
-rw-r--r-- | office/LaTeXML/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/office/LaTeXML/README b/office/LaTeXML/README new file mode 100644 index 0000000000000..24711e5860ca1 --- /dev/null +++ b/office/LaTeXML/README @@ -0,0 +1,13 @@ +The approach is to emulate TeX as far as possible (in Perl), +converting the TEX or (LATEX) document into LATExml’s XML format. That +format is modelled on the typical document structure found in LATEX, +and inspired by HTML, MathML, OpenMath and others. That abstract +document is then further transformed into HTML of various flavors, +with MathML and SVG, or into JATS or ePub or …. Of course, emulating +TEX is kinda hard, there are many clever LATEX package developers, and +the Web moves quickly, so there are gaps in fidelity and coverage. + +But for simple cases it might work just like this: + +latexml --dest=mydoc.xml mydoc +latexmlpost --dest=somewhere/mydoc.html mydoc.xml |