Tufte-LaTeX / tufte-latex

A Tufte-inspired LaTeX class for producing handouts, papers, and books
https://tufte-latex.github.io/tufte-latex/
1.68k stars 300 forks source link

Itemize or Enumerate inside Caption does not compile #159

Open mj-ramirez opened 3 years ago

mj-ramirez commented 3 years ago

This used to produce a PDF 2 years ago despite moaning and complaining of errors. Now plainly refuses to compile.

\documentclass[a4paper, justified]{tufte-book}

\usepackage{caption} \usepackage{enumerate} \begin{document}

\begin{figure}[htbp]

\caption[shortcaption]{Caption blah blah

\begin{enumerate}[a)] \item blah \item blah blah \end{enumerate} }

\label{fig: blah} \end{figure} \end{document}