On Sat, Jan 22, 2011 at 1:08 AM, Lee <lear...@gmail.com> wrote:
> Hi all,
>
> Just discovered tufte-book style class, it looks great in examples but
> I failed to compile the book example or even a simple doc like this
> one.
>
> \documentclass{tufte-book}
> \title{Quick Test}
> \author{K}
> \begin{document}
> \maketitle % 25 errors from now on
> \listfiles
> \end{document}
>
> First error from the log file:
>
> <<<<
> ! Argument of \MakeTextUppercase has an extra }.
> <inserted text>
> \par
> l.6 \maketitle
>
> I've run across a `}' that doesn't seem to match anything.
> For example, `\def\a#1{...}' and `\a}' would produce
> this error. If you simply proceed now, the `\par' that
> I've just inserted will cause me to report a runaway
> argument that might be the root of the problem. But if
> your `}' was spurious, just type `2' and it will go away.
>
> Runaway argument?
>>>>>
There's a bug in the letterspacing code. I think this is (at least
partially) fixed in the version of the code in the svn repository.
But a quick work-around is to use nols document class option:
\documentclass[nols]{tufte-book}
Let me know if you still have problems.
Thanks!
--Kevin Godby
There's a bug in the letterspacing code. I think this is (at least
partially) fixed in the version of the code in the svn repository.
But a quick work-around is to use nols document class option:
\documentclass[nols]{tufte-book}