Peter Krautzberger, krautzource
Links/rechts scrollen, um die Slides durchzusehen.
Wir konzentrieren uns auf
Sie unterscheiden sich in der Balance TeX vs Web.
pandoc - Balance: eher Web als TeX
tex4ht / make4ht - Balance: eher TeX als Web
Minimal Beispiele:
$ pandoc input.tex -o output.html -s
$ make4ht input.tex
Die Beispiele befinden sich in /materialien/tex-einfach/
einfach.textoc.textheorem.texmathmode.texlists.texgraphics.textables.texMathJax ist die führende Lösung für Formelsatz im Web.
$ pandoc input.tex -o output.html -s --mathjax
$ make4ht input.tex "mathjax"
Typische Probleme:
\ref auf mathmode Inhaltetoc.tex)
--tocbibtex.tex
$ pandoc ../bibtex.tex --bibliography=../bibtex.bib -o bibtex.html -s --citeproc -M link-citations=truebeamer.texrademacher.tex (published CC-BY-3.0)costoyaEtAl.tex (published CC-BY-4.0)$ pandoc --from latex+raw_tex --lua-filter pandoc-filter.lua -s input.tex -o output.html --standalone --mathjax
$ make4ht -c configuration.cfg input.tex "mathjax"
Siehe auch /materialien/tex-spezial/