War of the Worlds: Fixes after reading
[ccbib.git] / common / ccbib.sty
blob2c65e26e2cac5ad33b46a8563905aa2be3a2da52
1 \NeedsTeXFormat{LaTeX2e}
2 \ProvidesPackage{ccbib}[2010/10/22 Standardtools for ccbib]
4 % \syntax{\erratum{original text}{corrected text}}
5 % Provides a default implementation of \verb"\erratum", that just
6 % typesets the new text without doing anything else.
7 \newcommand{\erratum}[2]{#2}
9 % \syntax{\modernize{original text}{improved text}}
10 % Provides a default implementation of \verb"\modernize", that just
11 % typesets the original text without doing anything else.
12 \newcommand{\modernize}[2]{#1}
15 % Macro to adjust the spacing for all UPPERCASE text.
16 \newcommand{\textuppercase}[1]{{\spaceskip=1.5\fontdimen2\font plus 1.5\fontdimen3\font minus \fontdimen4\font #1}}
18 % Macro to mark possible errors that were not corrected. Just do nothing.
19 \newcommand{\sic}{}
21 % Macro to denote a change in scene/thought/whatever within one chapter
22 \newcommand{\tb}{
23 \begin{center}
25 \end{center}
28 % Macro to mark up orignial page numbers. - By default do nothing.
29 % Override this to have page numbers displayed in the margin.
30 \newcommand*{\pagenum}[1]{}