|
|
|
@@ -1,6 +1,6 @@ |
|
|
|
\NeedsTeXFormat{LaTeX2e}[1994/06/01] |
|
|
|
|
|
|
|
\ProvidesClass{tufte-book}[2015/06/21 v3.5.2 Tufte-book class] |
|
|
|
\ProvidesClass{tufte-book}[2015/06/30 v3.5.3 Tufte-book class] |
|
|
|
|
|
|
|
%% |
|
|
|
% Declare we're tufte-book |
|
|
|
@@ -21,7 +21,11 @@ |
|
|
|
% contain only the (arabic) page number in the outside corner. |
|
|
|
%\newif\if@mainmatter \@mainmattertrue |
|
|
|
\renewcommand\frontmatter{% |
|
|
|
\cleardoublepage% |
|
|
|
\if@openright% |
|
|
|
\cleardoublepage% |
|
|
|
\else% |
|
|
|
\clearpage% |
|
|
|
\fi% |
|
|
|
\@mainmatterfalse% |
|
|
|
\pagenumbering{arabic}% |
|
|
|
%\pagestyle{plain}% |
|
|
|
@@ -36,7 +40,11 @@ |
|
|
|
% The main matter in Tufte's /Beautiful Evidence/ doesn't restart the page |
|
|
|
% numbering---it continues where it left off in the front matter. |
|
|
|
\renewcommand\mainmatter{% |
|
|
|
\cleardoublepage% |
|
|
|
\if@openright% |
|
|
|
\cleardoublepage% |
|
|
|
\else% |
|
|
|
\clearpage% |
|
|
|
\fi% |
|
|
|
\@mainmattertrue% |
|
|
|
\fancyhf{}% |
|
|
|
\ifthenelse{\boolean{@tufte@twoside}}% |
|
|
|
|