summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/slides.dtx
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2014-05-08 05:45:04 +0000
committerNorbert Preining <preining@logic.at>2014-05-08 05:45:04 +0000
commitf8a7af47d643e11841911d1d6d7bcfad29af5a87 (patch)
tree254bbe12bb0c851f2dfb85aa2449b5fa176652a1 /Master/texmf-dist/source/latex/base/slides.dtx
parent4775c8ca9e258cf67c7c0bd7bce8234d12e7b449 (diff)
latex 2e release (7May)
git-svn-id: svn://tug.org/texlive/trunk@33913 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/base/slides.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/slides.dtx46
1 files changed, 23 insertions, 23 deletions
diff --git a/Master/texmf-dist/source/latex/base/slides.dtx b/Master/texmf-dist/source/latex/base/slides.dtx
index eebaf0a2117..5cd82f4c153 100644
--- a/Master/texmf-dist/source/latex/base/slides.dtx
+++ b/Master/texmf-dist/source/latex/base/slides.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
% \CheckSum{2704}
%% \CharacterTable
@@ -197,9 +197,9 @@
% was done by producing individual slides one for each color and
% placing them on top of each other.
%
-% The availability of color printers and the |color| package make
-% color separation obsolete, so it has been removed. Although the
-% |color| has also made |\invisible| obsolete, the command is
+% The availability of color printers and the |color| package make
+% color separation obsolete, so it has been removed. Although the
+% |color| has also made |\invisible| obsolete, the command is
% retained in the \LaTeXe{} implementation, but there
% are a few restrictions. Invisible fonts are implemented as special
% shapes where the shape names are build by prefixing the normal shape
@@ -209,7 +209,7 @@
% manner. To make this work it is necessary that the resulting font
% shape group is defined. If not, the normal font substitution
% mechanism of \LaTeXe{} will change the attribute until it finds a
-% usable font shape group with the result that the text may become
+% usable font shape group with the result that the text may become
% visible.
%
% As long as you use the standard fonts for slides this is not a
@@ -1716,7 +1716,7 @@
%\def\@makefnmark{\hbox{$^{\@thefnmark}\m@th$}}
% \end{macrocode}
% \end{macro}
-%
+%
%
% \subsection{The title}
% The commands |\title|, |\author|, and |\date| are already
@@ -1801,7 +1801,7 @@
% \begin{tabular}{ll}
% |@bw| & true if making black and white slides \\
% |@visible| & true if visible output to be produced.\\
-% |@makingslides| & true if making a slide/overlay/note
+% |@makingslides| & true if making a slide/overlay/note
% \end{tabular}
%
% \begin{macrocode}
@@ -1936,8 +1936,8 @@
% %% @makingslides := F
%\end{verbatim}
% \begin{macrocode}
-\if@compatibility
-% In compatibility mode, need to define \verb+\blackandwhite+,
+\if@compatibility
+% In compatibility mode, need to define \verb+\blackandwhite+,
% \verb+\colors+, \verb+\colorslides+, etc.
\def\blackandwhite#1{\newpage\setcounter{page}{0}\@bwtrue\@visibletrue
\if@onlyslidesw \xdef\@doslidelist{\@doglslidelist}%
@@ -2013,7 +2013,7 @@ COLOR LAYER\\[.75in]%
\input #1
\@makingslidesfalse}}
%
-\else %% if@compatibility
+\else %% if@compatibility
%
\def\setupcounters{\newpage\setcounter{page}{0}\@bwtrue\@visibletrue
\if@onlyslidesw \xdef\@doslidelist{\@doglslidelist}%
@@ -2031,7 +2031,7 @@ COLOR LAYER\\[.75in]%
% BEGIN
% \changes{v2.3}{1994/03/16}{Moved \cs{newpage} up front, here and in
% \cs{note} and \cs{overlay}}
-% \par\break
+% \par\break
% \stepcounter{slide}
% \setcounter{page}{0} % in case of non-slide pages
% \@slidesw :=G T
@@ -2135,7 +2135,7 @@ COLOR LAYER\\[.75in]%
%\begin{verbatim}
% \overlay COLORS ::=
% BEGIN
-% \par\break
+% \par\break
% \stepcounter{overlay}
% \setcounter{page}{0} % in case of non-slide pages
% \@slidesw :=G T
@@ -2201,7 +2201,7 @@ COLOR LAYER\\[.75in]%
%\begin{verbatim}
% \note ::=
% BEGIN
-% \par\break
+% \par\break
% \stepcounter{note}
% \setcounter{page}{0} % in case of non-slide pages
% if @bw = T
@@ -2322,7 +2322,7 @@ COLOR LAYER\\[.75in]%
%
% We let |\familydefault| point at |\sfdefault|, to make it easier
% to use the document class slides with packages that set up other
-% fonts.
+% fonts.
% \begin{macrocode}
\renewcommand{\familydefault}{\sfdefault}
% \end{macrocode}