On Fri, Jun 19, 2009 at 6:35 AM, Michael
Rudolf<s060...@mail.inf.tu-dresden.de> wrote:
>
> Hi,
>
> It seems that the relsize package does not function properly when used
> in conjunction with the tufte-book and tufte-handout document classes.
> However, it works when using the article document class. Here is the
> relevant piece from the log file:
Thanks for reporting this. I've fixed it in svn.
If you look for this line in tufte-common.sty:
\renewcommand\Huge{\@setfontsize\Huge\@xxivpt{36}}
and change it to this:
\renewcommand\Huge{\@setfontsize\Huge{24}{36}}
then relsize should work again. (Well, I've only tested that the
package loads and the documents still compile; I haven't tried the
relsize commands yet.)
Please let me know if you continue to have problems with this.
Thanks!
--Kevin