summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/ltfssini.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltfssini.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/ltfssini.dtx46
1 files changed, 23 insertions, 23 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltfssini.dtx b/Master/texmf-dist/source/latex/base/ltfssini.dtx
index e96013c3c11..06023d48733 100644
--- a/Master/texmf-dist/source/latex/base/ltfssini.dtx
+++ b/Master/texmf-dist/source/latex/base/ltfssini.dtx
@@ -2,29 +2,29 @@
%
% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009
% The LaTeX3 Project and any individual authors listed elsewhere
-% in this file.
-%
+% in this file.
+%
% This file is part of the LaTeX base system.
% -------------------------------------------
-%
+%
% It may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3c
% of this license or (at your option) any later version.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
-% and version 1.3c or later is part of all distributions of LaTeX
+% and version 1.3c or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
-%
+%
% This file has the LPPL maintenance status "maintained".
-%
+%
% The list of all files belonging to the LaTeX base distribution is
% given in the file `manifest.txt'. See also `legal.txt' for additional
% information.
-%
-% The list of derived (unpacked) files belonging to the distribution
-% and covered by LPPL is defined by the unpacking scripts (with
+%
+% The list of derived (unpacked) files belonging to the distribution
+% and covered by LPPL is defined by the unpacking scripts (with
% extension .ins) which are part of the distribution.
-%
+%
% \fi
% \iffalse
%%% From File: ltfssini.dtx
@@ -33,7 +33,7 @@
%
%<*driver>
% \fi
-%
+%
%
\ProvidesFile{ltfssini.dtx}
[2001/06/01 v3.0k LaTeX Kernel (NFSS Initialisation)]
@@ -97,7 +97,7 @@
% to \cs{fontfamily} etc.}
% \changes{v1.1i}{1990/04/02}{\cs{input} of files now handled
% by docstrip.}
-% \changes{v1.1g}{1990/02/08}{Protected the commands
+% \changes{v1.1g}{1990/02/08}{Protected the commands
% \cs{family}, \cs{series},
% \cs{shape}, \cs{size}, \cs{selectfont}, and \cs{mathversion}.}
% \changes{v1.1c}{1989/12/03}{Some internal macros renamed to make them
@@ -138,7 +138,7 @@
% \changes{v2.1i}{1994/05/12}{Moved \cs{selectfont} to tracefnt.dtx}
%
%
-%
+%
% \subsection{Providing math \emph{versions}}
%
% \LaTeX{} provides two \emph{versions}. We call them
@@ -194,18 +194,18 @@
% We also have to define the {\em emphasize\/} font change command
% (i.e.\ |\em|). This command will look is the current font is
% sloped (i.e.\ has a positive |\fontdimen1|) and will then
-% select either |\upshape| or |\itshape|.
+% select either |\upshape| or |\itshape|.
% \changes{v1.2b}{1990/01/28}{Call to \cs{@nomath} added.}
% \begin{macrocode}
\DeclareRobustCommand\em
- {\@nomath\em \ifdim \fontdimen\@ne\font >\z@
+ {\@nomath\em \ifdim \fontdimen\@ne\font >\z@
\upshape \else \itshape \fi}
% \end{macrocode}
%
%
% \begin{macro}{\not@math@alphabet}
% This function generates an error message when it is called in
-% math mode. The same function should be defined in
+% math mode. The same function should be defined in
% \texttt{newlfont.sty}.
% \changes{v1.4d}{1992/09/21}{Macro defined.}
% \changes{v2.1e}{1994/01/17}{Message changed}
@@ -218,7 +218,7 @@
\ifmmode
\@latex@error{Command \noexpand#1invalid in math mode}%
{%
- Please
+ Please
\ifx#2\relax
define a new math alphabet^^J%
if you want to use a special font in math mode%
@@ -239,7 +239,7 @@
%
%
%
-% Finally we provide two abbreviations to switch to the \LaTeX{}
+% Finally we provide two abbreviations to switch to the \LaTeX{}
% \emph{versions}.
% \begin{macrocode}
\def\boldmath{\@nomath\boldmath
@@ -337,7 +337,7 @@
% \changes{v?}{1992/11/13}{Made expandable.}
% \changes{v?}{1992/12/03}{Make it accept counters.}
% \begin{macrocode}
-\def\hexnumber@#1{\ifcase\number#1
+\def\hexnumber@#1{\ifcase\number#1
0\or 1\or 2\or 3\or 4\or 5\or 6\or 7\or 8\or
9\or A\or B\or C\or D\or E\or F\fi}
% \end{macrocode}
@@ -355,7 +355,7 @@
% option one will get a sub style called \texttt{amstext} which will
% redefine the |\nfss@text| macro to produce correct text in all
% sizes.
-%
+%
% We have to use |\def| instead of the shorter |\let| since
% |\mbox| is undefined when we reach this point.
% \changes{v1.1k}{1990/06/23}{Changed to \cs{mbox}.}
@@ -372,11 +372,11 @@
% the copyright notice will come out differently if a different
% font family is in use.
% This command is commented out, since it is now defined in
-% ltoutenc.dtx.
+% ltoutenc.dtx.
% \changes{v1.1m}{1991/03/28}{Extra braces added.}
% \changes{v2.1n}{1994/05/17}{Really add extra braces}
% \changes{v2.2c}{1994/12/02}{\cs{copyright} is now in ltoutenc.
-% ASAJ}
+% ASAJ}
% \begin{macrocode}
%\DeclareRobustCommand\copyright
% {{\ooalign{\hfil
@@ -563,7 +563,7 @@
% \end{macro}
% \end{macro}
%
-%
+%
% \begin{macro}{\cal}
% \changes{v3.0a}{1995/05/24}
% {(DPC) Remove definition}