MorganBauer / tufte-latex

Automatically exported from code.google.com/p/tufte-latex
0 stars 0 forks source link

Error using TexLive-2008 - SOLUTION #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compiling a tufte-document with TexLive-2008 leads to Error!

SOLUTION:

replace this line in the tufte class file:

\newcommand{\footnotelayout}{\@tufteh@marginfont\@tufteh@justification}

with:

\renewcommand{\footnotelayout}{\@tufteh@marginfont\@tufteh@justification}

Original issue reported on code.google.com by steffen....@gmail.com on 9 Oct 2008 at 4:47

GoogleCodeExporter commented 9 years ago
I've fixed this in SVN now.  Tufte-handout.cls should work fine with versions of
footmisc > 5.4 (and previous versions).

Original comment by godbyk@gmail.com on 12 Oct 2008 at 1:38