brucemiller / LaTeXML

LaTeXML: a TeX and LaTeX to XML/HTML/ePub/MathML translator.
http://dlmf.nist.gov/LaTeXML/
Other
957 stars 101 forks source link

tufte-book.cls and tufte-handout.cls support #1166

Open asmaier opened 5 years ago

asmaier commented 5 years ago

The Tufte handout style is a style that Edward Tufte uses in his books and handouts. Tufte’s style is known for its extensive use of sidenotes, tight integration of graphics with text, and well-set typography. This style has been implemented in LaTeX (https://github.com/Tufte-LaTeX/tufte-latex) and HTML/CSS (https://github.com/edwardtufte/tufte-css).

R Markdown allows to create PDFs using tufte-latex and HTML using tufte-css and I think it looks really nice: https://rstudio.github.io/tufte/

Wouldn't it be cool, if LaTeXML had bindings, which would convert a LaTeX Document written with the tufte-latex package into HTML using tufte-css?

dginev commented 5 years ago

It's always cool to add support for a great package to latexml! So certainly thanks for the request, it's great to know this package is useful and needed!