5
votes
1answer
429 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 ...
2
votes
1answer
281 views

What width value corresponds to the Tufte fullwidth environment?

In Tufte-LaTeX, I'd like to manually create a full-width environment using minipage rather than the package's fullwidth environment. What width value should I supply to minipage to match that of the ...
9
votes
1answer
923 views

Printing bibliography with biblatex in Tufte-handout fullwidth environment

I'm trying to print the bibliography (using biblatex) inside the fullwidth environment. But when I place the \printbibliography command inside the fullwidth environment, every line other than the very ...
0
votes
0answers
149 views

fullwidth environment doesn't work across pages [duplicate]

Possible Duplicate: How to switch between two margin sizes? As a young in LaTeX days now trying to find a solution to my problem. I try to use fullwidth command at tufte-book but because ...
10
votes
1answer
939 views

How to switch between two margin sizes?

This question led to a new package: fullwidth This is a followup to a similar question. The idea is to switch between two different margin sizes. The answer provided by @godbyk work very well. ...