浏览代码

Spellcheck the macro files. (#151)

master
Andreas Scherer Kevin Godby 6 年前
父节点
当前提交
8f6b047e26
共有 2 个文件被更改,包括 5 次插入5 次删除
  1. +2
    -2
      tufte-book.cls
  2. +3
    -3
      tufte-common.def

+ 2
- 2
tufte-book.cls 查看文件

@@ -4,7 +4,7 @@

%%
% Declare we're tufte-book
\newcommand{\@tufte@class}{book}% the base LaTeX class (defaults to the article/handout style)
\newcommand{\@tufte@class}{book}% the base LaTeX class (defaults to the book style)
\newcommand{\@tufte@pkgname}{tufte-book}% the name of the package (defaults to tufte-handout)

%%
@@ -61,7 +61,7 @@

%%
% The back matter contains appendices, indices, glossaries, endnotes,
% biliographies, list of contributors, illustration credits, etc.
% bibliographies, list of contributors, illustration credits, etc.
\renewcommand\backmatter{%
\if@openright%
\cleardoublepage%


+ 3
- 3
tufte-common.def 查看文件

@@ -481,7 +481,7 @@
\newcommand*{\setcitationfont}[1]{\renewcommand*{\@tufte@citation@font}{#1}}

%%
% Set the justification baesed on the `justified' class option
% Set the justification based on the `justified' class option

\newcommand{\@tufte@justification}{%
\ifthenelse{\boolean{@tufte@justified}}%
@@ -836,7 +836,7 @@


%%
% A function that removes leading and trailling spaces from the supplied macro.
% A function that removes leading and trailing spaces from the supplied macro.
% Based on code written by Michael Downes (See ``Around the Bend'', #15.)
% Executing \@tufte@trim@spaces\xyzzy will result in the contents of \xyzzy
% being trimmed of leading and trailing white space.
@@ -1805,7 +1805,7 @@


%%
% A couple commands to incresae the number of floats you can use at a time.
% A couple commands to increase the number of floats you can use at a time.

\def\morefloats{% provides a total of 52 floats
\ifthenelse{\isundefined{\bx@S}}{%


正在加载...
取消
保存