tufte-latex icon indicating copy to clipboard operation
tufte-latex copied to clipboard

Support for LuaTeX > 0.85

Open pablgonz opened this issue 4 years ago • 0 comments

Hi, I'm transferring this from I can't use \maketitle with tufte and lualatex

% !TEX TS-program = lualatex
\documentclass[justified]{tufte-book}
\title{Functional Analysis
      \thanks{Thanks to Edward R.~Tufte for his inspiration.}}
\author{Andrew Tulloch}
\publisher{School of Mathematics and Statistics\\
           The University of Sydney}
\begin{document}
\frontmatter
\maketitle
\end{document}

The problem is that the tufte-book class is not yet able to work with LuaTeX > 0.85

See https://tex.stackexchange.com/a/533577/7832

pablgonz avatar Apr 03 '20 15:04 pablgonz