Tagged Questions
4
votes
1answer
191 views
Tufte-LaTeX clobbers my list of theorems
when using the "article" document class I can make a "List of Theorems" like so:
\documentclass{article}
%\documentclass{tufte-book}
\usepackage{thmtools}
\newtheorem{theorem}{Theorem}
...
3
votes
1answer
534 views
Customizing the list of figures (LOF) style using tufte-latex
I'm using the tufte-latex class and would like to change the List of Figures style. When choosing the \tableofcontents I supply the notoc argument so that it uses the standard LaTeX style:
...