Skip to content

DRMF/LaTeXML-Plugin-WikiText

 
 

Repository files navigation

LaTeXML::Plugin::WikiText

LaTeXML post-processing target for the WikiText in MediaWiki dialect. Still very much under development, but eventually, you should be able to just type

latexmlc paper --destination=paper.wikiText
latexmlc paper --format=WikiText --destination=paper.xml

to transform paper.tex into a document in one of the formats above.

== Development magic incantation: For ODT:

cd /path/to/KWARC-LaTeXML; git pull; perl Makefile.PL; make; sudo make install;
cd /path/to/LaTeXML-Plugin-WikiText; git pull; perl Makefile.PL; make; sudo make install;
cd /path/to/testing/WikiText/;  latexmlc test.tex --destination=/tmp/test.wikiText --profile=wikiText

About

LaTeXML post-processing target for the DOC and ODT formats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • XSLT 87.4%
  • CSS 11.5%
  • Other 1.1%