The Tufte-LaTeX project provides book and handout document classes that mimic the design of Edward Tufte's books.

learn more… | top users | synonyms

4
votes
1answer
58 views

Implementing marginfigure

sorry for the absolutely beginner question here. I've been looking at the tufte-latex class, specifically the tufte sample book. It makes use of marginfigures, which I believe are provided by the ...
1
vote
1answer
46 views

Tufte running headers not using full width of page

I use Minion Pro and XeLaTeX together with the tufte class. There is an issue with caps in headers (as can be noticed if removing the two line marked %% headings fixes below). My fix is to use the ...
3
votes
1answer
40 views

Should I load all “package dependencies” in tufte-latex?

In the tufte-latex sample-book.pdf: Package Dependencies The following is a list of packages that the Tufte-LATEX document classes rely upon. Packages marked with an asterisk are optional. • ...
5
votes
1answer
177 views

Problem with tufte-book and subfigure

I'm having a problem using both the tufte-book class and the subfigure package. This problem started after a fresh install of texlive, and I can't find a reason for it. Consider the following ...
4
votes
1answer
75 views

Caption placement for new float in tufte-book class

I am using the tufte-book document class and I am trying to create a new float environment for example boxes that will include captions in the right margin similar to table/figure captions. However, ...
2
votes
1answer
90 views

Make headers display chapter title, not book title in tufte-book

I'm creating an edited volume with the tufte-book \documentclass. Each chapter is written by a separate author. I'm trying to get the header to display the name of each chapter and its author. At the ...
0
votes
1answer
86 views

Running Header w/ Tufte Latex

I'm trying to get a running header on the pages of a Tufte-formatted document. How does one do this? I put in information about the \title, \author, \publisher but this results in errors. Any help ...
6
votes
2answers
660 views

Adjusting the postion of chapter numbers in the Tufte-Latex class

I'm using the Tufte-latex book class, and trying to figure out how to use numbers in the chapters/sections. The default style has no numbers, which I turned off by commenting out this line: % Turn ...
3
votes
1answer
66 views

Avoiding empty page between a very full page and the index?

I'm getting an empty page between the last page of the book and the index. The reason seems to be an over-full last page of text. I'm already using openany. In the following example, all the "bla" ...
3
votes
2answers
125 views

Remove prefix from figure caption in tufte-book document class

I want to get rid of prefixes in figure captions. I use MikTeX, XeLaTeX and tufte-latex style class. I've tried three variants: \caption*{Foto} \usepackage[labelformat=empty]{caption} ...
1
vote
1answer
88 views

“Chapter” before chapter number in Tufte classes

Is there a way to insert usual "Chapter" before chapter number in Tufte classes, such as "Chapter 1" etc?
3
votes
0answers
78 views

\autoref doesn't work correctly when used in tufte-book

i want to use the \autoref command (from the hyperref package) in the document-class tufte-book. mini-example: \documentclass{tufte-book} \usepackage{hyperref} \begin{document} ...
1
vote
1answer
99 views

error in \ref-numbering for figures in tufte-latex [closed]

please run this mini-example: \documentclass[]{tufte-book} \begin{document} \begin{figure*} \rule{1in}{1in} \caption{Figure 1} \label{fig:f1} \end{figure*} \begin{marginfigure} ...
3
votes
1answer
161 views

Undefined control sequence: \pgfplots@data@xmin

I am trying to use Jake's excellent Tufte y bar chart style but I am getting an ! Undefined control sequence. <argument> {rel axis cs:0,0}-|{axis cs:\pgfplots ...
0
votes
1answer
113 views

Numbered citations in Tufte-Latex 3.5

Tufte-LaTeX 3.5 (compiling with PDFTexify) I need to have my citations in the numbered format e.g. [1], [2], etc. I tried adding the following to the preamble \usepackage[numbers]{natbib} but get ...
2
votes
1answer
108 views

How to reset sidenote numbering in chapters? (Tufte-LaTeX)

I've looked at this question: How to reset footnote numbering at \chapter* and at frontmatter chapters?, but the answers concern using \chapter*, and assume the OP is not using the Tufte-LaTeX ...
8
votes
1answer
239 views

Formatting subsections and chapters in tufte-book

Sorry. I am new at this and it is my first time asking a question. I was reading this posting: how to change chapter/section style in tufte-book? How does one also get the subsections to change to ...
2
votes
1answer
161 views

Tufte-Latex: How do I stop marginfigure from inserting inline space?

I want to use marginfigure, but it is inserting space inline. Check out my minimal example: documentclass{tufte-book} \begin{document} Hello\begin{marginfigure}$2+2=4$\end{marginfigure}I'm new here. ...
2
votes
1answer
222 views

Vertical spacing between sidenotes (and, between sidenotes and captions) in tufte-book

Within from LyX, using various sidenotes in a tufte-latex-book environment, along with float figures, results sometimes in an overlapping of sidenotes and caption(s). For example, two sidenotes ...
9
votes
1answer
672 views

how to change chapter/section style in tufte-book?

i used this code but there is an error: ! Use of \@ doesn't match its definition. I'm trying to make my book such as: ‎\documentclass[a4paper,14pt,twoside]{tufte-book}‎ ...
8
votes
2answers
2k views

Beamer slides and tufte-handout

I have been experimenting with a setup for slides and handouts with one main.tex file that is \input{} into a "slides" and a "handout" file (as described in the beamer user guide 21.2.1, or this ...
5
votes
2answers
2k views

Setting up a LaTeX document using the Uggedall or tufte-latex templates

I’ve used LaTex before for a while, but (1) it’s been ages, and (2) I’ve only really had to import minor packages for a basic template. Having come across templates/classes like Uggedal’s and ...
4
votes
1answer
315 views

package right similar to tufte-book

Is there any package right similar to tufte-book? Using \marginpar, the following (Default) could be produced, but I want to have the Target; i.e. to spread the page header over the margin. ...
5
votes
0answers
130 views

Are there any subfloat package that works with tufte-latex?

I'm trying a lot of subfloat-like packages with tufte-latex and all of them seem to interact badly with tufte-latex in the matter of labels, refs and captions. To captions I could find solutions ...
3
votes
1answer
131 views

missing sub-caption numbers with tufte-latex

Why are the numbers (acually, letters) for the sub-captions missing in the following MWE? note the colon that would follow the letter is printed. \documentclass{tufte-handout} \usepackage{tikz} ...
4
votes
1answer
192 views

tufte-latex and subfloat positioning

I'd like to have two rows of top-aligned images, with top-aligned captions below each. This answer provides a technique using the floatrow package, but something in that package (or one of its ...
4
votes
1answer
190 views

Tufte-LaTeX clobbers my list of theorems

when using the "article" document class I can make a "List of Theorems" like so: \documentclass{article} %\documentclass{tufte-book} \usepackage{thmtools} \newtheorem{theorem}{Theorem} ...
10
votes
1answer
455 views

How to create twoside book with oneside margin?

I want to make a twoside book with oneside margin such: odd pages: even pages: full header, with margin figure(or table): I used tufte-book class, but cannot set margins as i need. It's margins ...
3
votes
1answer
284 views

How to reverse margin of tufte-book?

I want to change position of tufte-book(twoside) class in my thesis. In normal mode, margins for odd pages is on the right side and for evens, is on the left side of page. I want to change the ...
2
votes
2answers
145 views

How do I change the label separator for marginfigure in Tufte Book/Handout?

I'm trying to use the caption package to do this and I've used the following code, but it's still not giving me a period as a label separator. How can I go about fixing this? Here's what I have: ...
4
votes
1answer
402 views

Remove indent of paragraph and add line skip with tufte-latex

I'm using tufte-latex and I want paragraphs to have no indent, but a line skip instead. Normally you can achive this with: \usepackage[parfill]{parskip} Using tufte-latex this does not work ...
5
votes
1answer
500 views

tufte-latex warning: Failed to convert input string to UTF16

I've been receiving this warnings every time I compile a document with tufte-latex class: ** WARNING ** Failed to convert input string to UTF16... Nothing happens, the document compiles fine, but ...
6
votes
1answer
159 views

Why would two apparently identical TeX installations produce different results?

I have XeLaTeX with TeXShop installed on two different machines. One compiles documents without a problem. The other throws weird errors. As far as I can tell they're set up identically, so I don't ...
10
votes
3answers
584 views

Increasing the text size in tufte documents

I have typeset my lecture notes using the tufte latex style. The notes are around 60 pages long. This year I have a few students who require notes where the text size is larger than the default - I'd ...
1
vote
1answer
170 views

What is the right way to use hyperref options with Tufte handout class?

EDIT: I must clarify that the example below works with tufte-latex-3.5.0, but doesn't work in older versions. The accepted solution is a good workaround for older versions (<3.0.0) were nohyper ...
12
votes
1answer
313 views

Put equation numbers in the sidemargin with Tufte-Latex class

In Tufte-Latex all captions etc. are in the side margin. I want to put the equation numbers there as well. Is it possible to do this?
4
votes
1answer
201 views

Using sidenotes in mdframed environment

I get problems when I try to use sidenotes in an mdframed environment: \documentclass{tufte-book} \usepackage{xcolor} \usepackage{mdframed} \newtheorem{mdtheorem}{Theorem} \newenvironment{theorem}% ...
5
votes
1answer
295 views

Subfig package and tufte class

I am using the subfig package in combination with the tufte latex class. Unfortunately I did not manage to make it work error free. As discussed in other forums (see here), the subfig package alters ...
17
votes
1answer
975 views

Can I use biblatex with Tufte classes?

Is it possible to use biblatex with the Tufte document classes (tufte-handout and tufte-book). If so, what modifications should I make to my preamble or class wrapper in order to use biblatex? I've ...
6
votes
1answer
618 views

Why noxcolor option with beamerarticle and tufte-handout?

in a previous question there is a solution about how tu use tufte-handout class with beamerarticle. I've tested it and I need to include [noxcolor] option because without it pdflatex complains with ...
1
vote
0answers
106 views

Is there a guide to the various theorem packages? [duplicate]

Possible Duplicate: Theorem packages: which to use, which conflict? I'm relatively new to LaTeX, and a complete novice when it comes to theorems in LaTeX. But I need to put some some ...
4
votes
1answer
345 views

using \marginnote inside a math environment in tufte-book

I've recently started using tufte-book for typesetting solutions to math problems. I like it very much that you're encouraged to use the margin, which is very nice for giving hints, pointers and ...
7
votes
1answer
229 views

Why does mathdesign result in a huge 'cases' environment brace in Tufte documents?

I'm getting strange results when I use the cases environment in Tufte-LaTeX documents with the mathdesign package. Instead of I get Is there something I can do to get rid of that huge brace? ...
10
votes
1answer
706 views

What does “you have forgotten to use \caption” mean?

I'm stumped by an error I'm getting, when I try to render a Tufte-LaTeX document using hypcap and hyperref. For example, even a minimal document consisting of \documentclass[nohyper]{tufte-handout} ...
2
votes
1answer
250 views

Tufte-Latex sidenote breaks indentation in alltt

I'm trying to the the alltt environment in tufte-book. My problem is that \sidenote seems to break the indentation in alltt. \documentclass{tufte-book} \usepackage{alltt} \begin{document} ...
5
votes
2answers
356 views

Can I automatically generate abbreviated citations in Tufte documents after the first occurrence?

In documents using Tufte document classes (tuft-handout or tuft-book) \cite is replaced by a footnote (which appears as a sidenote) corresponding to the full bibliography entry for the cited work. ...
6
votes
1answer
326 views

change caption in tufte class full-page figure

I've tried to change the caption in a full-width float with tufte-book, but to no avail. I want the caption in this figure to be like more common LaTeX classes. Here is a MWE and the result: ...
5
votes
1answer
353 views

Caption issue with tufte-latex and ctable

When using ctable with the tufte-latex class (in xelatex), I get an error when defining a caption (and hence a label). ! Undefined control sequence. \@tufte@stored@caption ->\@ctblcaptionarg** ...
3
votes
1answer
522 views

Customizing the list of figures (LOF) style using tufte-latex

I'm using the tufte-latex class and would like to change the List of Figures style. When choosing the \tableofcontents I supply the notoc argument so that it uses the standard LaTeX style: ...
4
votes
1answer
357 views

Change the old style numerals of mathpazo (via tufte-latex) to lining numerals

I am using tufte-latex package, which uses mathpazo with old style numerals. To make figures (plots) I would like to use lining numbers. The problem is that the figures are converted from svg to pdf ...

1 2