LaTeXML
LaTeXML copied to clipboard
tufte-book.cls and tufte-handout.cls support
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?