diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/base/letter.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/letter.dtx | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/Master/texmf-dist/source/latex/base/letter.dtx b/Master/texmf-dist/source/latex/base/letter.dtx index a8318f46e76..9fb30db943a 100644 --- a/Master/texmf-dist/source/latex/base/letter.dtx +++ b/Master/texmf-dist/source/latex/base/letter.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{980} @@ -1006,13 +1006,13 @@ % It should use the following commands: % \begin{itemize} % \item |\toname| : name part of `to' address. -% Will be one line long. +% Will be one line long. % \item |\toaddress| : address part of `to' address. % The lines separated by |\\|. % \item |\fromname| : name of sender. % \item |\fromaddress| : argument of current |\address| % declaration-- null if none. Should use standard institutional -% address if null. +% address if null. % \item |\fromlocation| : argument of current |\location| % declaration--null if none. % \item |\telephonenum| : argument of current |\telephone| @@ -1163,12 +1163,12 @@ % You have to define the following two commands: % \begin{itemize} % \item |\startlabels| : Should reset the page layout parameters if -% necessary. +% necessary. % \item |\mlabel|\marg{return address}\marg{to adress} : Command to % generate a single label. % \end{itemize} % -% +% % % \begin{macro}{\returnaddress} % The return address for the mailing labels can be stored in this @@ -1179,7 +1179,7 @@ % \end{macro} % % \begin{macro}{\labelcount} -% A register to count the labels +% A register to count the labels % \begin{macrocode} \newcount\labelcount % \end{macrocode} @@ -1878,7 +1878,7 @@ % \end{macrocode} % \end{macro} % -% \subsection{The page style} +% \subsection{The page style} % We have \pstyle{plain} pages in this document class by % default. We use arabic page numbers. % \begin{macrocode} |