Sample Handout
Sample Handout
Sample Handout
Page Layout
Headings
This style provides a- and b-heads (that is, \section and \subsection),
demonstrated above.
The Tufte-LATEX classes will emit an error if you try to use
\subsubsection and smaller headings.
In his later books,2 Tufte starts each section with a bit of vertical 2
Edward R. Tufte. Beautiful Evidence.
space, a non-indented paragraph, and sets the first few words of the Graphics Press, LLC, first edition, May
2006. ISBN 0-9613921-7-7
sentence in small caps. To accomplish this using this style, use the
\newthought command:
Sidenotes
One of the most prominent and distinctive features of this style is
the extensive use of sidenotes. There is a wide margin to provide
ample room for sidenotes and small figures. Any \footnotes will au-
tomatically be converted to sidenotes.3 If youd like to place ancillary 3
This is a sidenote that was entered
information in the margin without the sidenote mark (the superscript using the \footnote command.
number), you can use the \marginnote command. This is a margin note. Notice that there
The specification of the \sidenote command is: isnt a number preceding the note, and
there is no number in the main text
\sidenote[hnumberi][hoffseti]{Sidenote text.}
where this note was written.
Both the hnumberi and hoffseti arguments are optional. If you pro-
vide a hnumberi argument, then that number will be used as the
an example of the usage of the tufte-handout style 2
If the dimension is positive it will push the sidenote down the page;
if the dimension is negative, it will move the sidenote up the page.
While both the hnumberi and hoffseti arguments are optional, they
must be provided in order. To adjust the vertical position of the side-
note while leaving the sidenote number alone, use the following
syntax:
\sidenote[][hoffseti]{Sidenote text.}
The empty brackets tell the \sidenote command to use the default
sidenote number.
If you only want to change the sidenote number, however, you may
completely omit the hoffseti argument:
\sidenote[hnumberi]{Sidenote text.}
References
References are placed alongside their citations as sidenotes, as well.
This can be accomplished using the normal \cite command.4 4
The first paragraph of this document
The complete list of references may also be printed automatically includes a citation.
\begin{margintable}[hoffseti]
...
\end{margintable}
Table 1 shows table created with the booktabs package. Notice the
lack of vertical rulesthey serve only to clutter the tables data.
\begin{fullwidth}
Lorem ipsum dolor sit amet...
\end{fullwidth}
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut purus elit, vestibulum ut, placerat ac, adipiscing vitae, felis. Curabitur
dictum gravida mauris. Nam arcu libero, nonummy eget, consectetuer id, vulputate a, magna. Donec vehicula augue eu neque.
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Mauris ut leo. Cras viverra metus
rhoncus sem. Nulla et lectus vestibulum urna fringilla ultrices. Phasellus eu tellus sit amet tortor gravida placerat. Integer sapien
est, iaculis in, pretium quis, viverra ac, nunc. Praesent eget sem vel leo ultrices bibendum. Aenean faucibus. Morbi dolor nulla,
malesuada eu, pulvinar at, mollis ac, nulla. Curabitur auctor semper nulla. Donec varius orci eget risus. Duis nibh mi, congue eu,
accumsan eleifend, sagittis quis, diam. Duis eget orci sit amet orci dignissim rutrum.
Typography
Typefaces
If the Palatino, Helvetica, and Bera Mono typefaces are installed, this
style will use them automatically. Otherwise, well fall back on the
Computer Modern typefaces.
Letterspacing
This document class includes two new commands and some im-
provements on existing commands for letterspacing.
When setting strings of A L L C A P S or small caps, the letter-
spacingthat is, the spacing between the lettersshould be in-
creased slightly.6 The \allcaps command has proper letterspacing 6
Robert Bringhurst. The Elements of
for strings of F U L L C A P I T A L L E T T E R S , and the \smallcaps Typography. Hartley & Marks, 3.1
edition, 2005. ISBN 0-88179-205-5
command has letterspacing for small capital letters. These
commands will also automatically convert the case of the text to
upper- or lowercase, respectively.
The \textsc command has also been redefined to include let-
terspacing. The case of the \textsc argument is left as is, however.
This allows one to use both uppercase and lowercase letters: The
Initial Letters Of The Words In This Sentence Are Capi-
talized.
an example of the usage of the tufte-handout style 5
Installation
To install the Tufte-LATEX classes, simply drop the following files into
the same directory as your .tex file:
tufte-book.cls
tufte-common.def
tufte-handout.cls
tufte.bst
More Documentation
Support
References