summaryrefslogtreecommitdiff
path: root/macros/latex/base/modguide.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/base/modguide.tex')
-rw-r--r--macros/latex/base/modguide.tex54
1 files changed, 27 insertions, 27 deletions
diff --git a/macros/latex/base/modguide.tex b/macros/latex/base/modguide.tex
index ff796c7687..33af973d29 100644
--- a/macros/latex/base/modguide.tex
+++ b/macros/latex/base/modguide.tex
@@ -1,35 +1,35 @@
% \iffalse meta-comment
%
-% Copyright (C) 1993-2019
+% Copyright (C) 1993-2020
% 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 2008 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
% Filename: modguide.tex
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-
+
\documentclass{ltxguide}[1995/11/28]
\newcommand{\reasonsection}[1]{\subsubsection*{\it #1}}
@@ -39,16 +39,16 @@
\setcounter{secnumdepth}{-1}
\title{Modifying \LaTeX}
-
+
\author{\copyright~Copyright 1995, \LaTeX3 Project Team.\\
All rights reserved.}
-
+
\date{12 December 1995}
-
+
\begin{document}
-
+
\maketitle
-
+
\tableofcontents
\begin{abstract}
@@ -112,8 +112,8 @@ and wide-ranging uses of the \LaTeX{} system.
\item The packages that we maintain define a particular document
interface and, in some cases, particular formatting of parts of a
- document.
-
+ document.
+
\item The interfaces between different parts of the \LaTeX{} system
are very complex and it is therefore very difficult to check that a
change to one file does not affect the functionality of both that
@@ -163,7 +163,7 @@ line:
\begin{verbatim}
\usepackage{array}[1994/10/16]
\end{verbatim}
-
+
By supplying the optional argument, the document author is indicating
that a version of the file \texttt{array.sty} dated no earlier than
that date is required to run this document without error.
@@ -175,7 +175,7 @@ of a later date, but without the new feature. If the document
were processed using this `alternative array' then it would certainly
produce `undefined command' errors and would probably not be
processable at all.
-
+
\reasonsection{What's in a file-name?}
\label{sec:jb}
@@ -273,13 +273,13 @@ of the system's many advantages.
The simplest way to achieve this is to replace
\begin{quote}
\verb|\documentclass{article}|\quad by\quad
-\verb|\documentclass{myart}|
+\verb|\documentclass{myart}|
\end{quote}
Nor do we wish to discourage the production of new packages improving
on the functionality or implementation of those we distribute. All we
ask is that, in the best interests of all \LaTeX{} users, you give
-your superbly improved class or package file some other name.
+your superbly improved class or package file some other name.
\section{Configuration possibilities}
\label{sec:conposs}
@@ -352,7 +352,7 @@ from Standard \LaTeX{} in every possible way, including the following.
\item
Ensure that it contains no file with a name the same as that of
a file in the standard distribution but with different contents.
- (If this is not possible then you must:
+ (If this is not possible then you must:
\begin{itemize}
\item
ensure that files from the non-\LaTeX{} system cannot be
@@ -375,14 +375,14 @@ from Standard \LaTeX{} in every possible way, including the following.
whatever means is appropriate.
\item Ensure that what is written at the beginning of the log file
- clearly shows that your system has been used, and that it is
+ clearly shows that your system has been used, and that it is
not Standard \LaTeX{}.
See the file \texttt{cfgguide.tex} for how to achieve this.
\item
- Clearly explain to users that bug reports concerning your
+ Clearly explain to users that bug reports concerning your
system should not be sent to the maintainers of Standard
- \LaTeX{}.
+ \LaTeX{}.
\end{enumerate}
\subsection*{Note to system administrators}