MorganBauer / tufte-latex

Automatically exported from code.google.com/p/tufte-latex
0 stars 0 forks source link

footnote with the raggedright option #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, 

I'm trying to get a justified main text and unjustified footnotes,
sidenotes and captions. I could modify the .sty file for the captions but
surprisingly, it does not change the footnotes, which remain justified.

I tried as follows:

%\providecommand*{\footnotelayout}{\@tufte@marginfont\@tufte@justification}
%\renewcommand{\footnotelayout}{\@tufte@marginfont\@tufte@justification}
\providecommand*{\footnotelayout}{\@tufte@marginfont\RaggedRight}
\renewcommand{\footnotelayout}{\@tufte@marginfont\RaggedRight}

and also replaced the \@tufte@justification option by \RaggedRight
where ever I could but still without success.

Thank you

Original issue reported on code.google.com by plutones...@gmail.com on 17 Aug 2009 at 9:51

GoogleCodeExporter commented 9 years ago
Hello, I just added some new document class options to help with this.  You'll 
need
the latest code from svn (http://code.google.com/p/tufte-latex/source/checkout).

Try \documentclass[justified,marginals=raggedright]{tufte-book}% (or -handout).

I haven't tested this new code too thoroughly yet, so if you encounter problems,
please let me know.

Original comment by godbyk@gmail.com on 19 Aug 2009 at 2:01

GoogleCodeExporter commented 9 years ago
Thank you very much!!!!
It works!!!!

Original comment by be...@univ-bpclermont.fr on 24 Mar 2011 at 7:54