subtitles in tufte-latex

1,565 views
Skip to first unread message

David Cross

unread,
Sep 23, 2011, 8:56:57 PM9/23/11
to tufte-latex
Is it possible to have a subtitle in the tufte-book class? I am not
sure it matters, but I see that one of ET's books has a subtitle.

TIA

Kevin Godby

unread,
Sep 23, 2011, 9:01:09 PM9/23/11
to tufte...@googlegroups.com
Hello, David.

On Fri, Sep 23, 2011 at 7:56 PM, David Cross <bear...@gmail.com> wrote:
> Is it possible to have a subtitle in the tufte-book class?  I am not
> sure it matters, but I see that one of ET's books has a subtitle.

It's not possible in the current version, though it is on my to do
list for the next version.

For now, you'll have to override the title page. You can paste the
following into the preamble of your document (the section between
\documentclass{tufte-book} and \begin{document}) and then add your
subtitle and modify things as you like.

\renewcommand{\maketitlepage}{%
\cleardoublepage%
{%
\sffamily%
\begin{fullwidth}%
\fontsize{18}{20}\selectfont\par\noindent\textcolor{darkgray}{\allcaps{\thanklessauthor}}%
\vspace{11.5pc}%
\fontsize{36}{40}\selectfont\par\noindent\textcolor{darkgray}{\allcaps{\thanklesstitle}}%
% ADD SUBTITLE CODE HERE
\vfill%
\fontsize{14}{16}\selectfont\par\noindent\allcaps{\thanklesspublisher}%
\end{fullwidth}%
}
\thispagestyle{empty}%
\clearpage%
}

--Kevin Godby

Ryan Spicer

unread,
Sep 24, 2011, 4:13:40 PM9/24/11
to tufte...@googlegroups.com
Kevin and David,
Here's my title page override code, from tufte-common-local.tex:

\newcommand{\subtitle}[1]{
\gdef\@subtitle{#1}
}

\renewcommand{\maketitlepage}[0]{%


\cleardoublepage%
{%
\sffamily%
\begin{fullwidth}%
\fontsize{18}{20}\selectfont\par\noindent\textcolor{darkgray}{\allcaps{\thanklessauthor}}%
\vspace{11.5pc}%

\fontsize{24}{40}\selectfont\par\noindent\textcolor{darkgray}{\allcaps{\thanklesstitle}}%
\ifdefined\@subtitle
{\fontsize{18}{40}\selectfont\par\noindent\textcolor{darkgray}{\allcaps{\@subtitle}}}%
\fi


\vfill%
\fontsize{14}{16}\selectfont\par\noindent\allcaps{\thanklesspublisher}%
\end{fullwidth}%
}
\thispagestyle{empty}%
\clearpage%
}

Hope this is helpful (and hope I haven't left out any important bits,
since I wrote this 2 or 3 months ago..)


Ryan Spicer
============================
IGERT Trainee
Reflective Living
School of Arts, Media and Engineering
Arizona State University

> --
> You received this message because you are subscribed to the Google Groups "tufte-latex" group.
> To post to this group, send email to tufte...@googlegroups.com.
> To unsubscribe from this group, send email to tufte-latex...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/tufte-latex?hl=en.
>
>

Reply all
Reply to author
Forward
0 new messages