summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/base/clsguide.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/base/clsguide.tex')
-rw-r--r--Master/texmf-dist/doc/latex/base/clsguide.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/base/clsguide.tex b/Master/texmf-dist/doc/latex/base/clsguide.tex
index 91066dc6048..c90bc539b26 100644
--- a/Master/texmf-dist/doc/latex/base/clsguide.tex
+++ b/Master/texmf-dist/doc/latex/base/clsguide.tex
@@ -914,7 +914,7 @@ These commands are for use \emph{only} in class files, they cannot be
used in packages files;
they can be used at most once within a class file.
-The use of|\LoadClass| is the same as
+The use of |\LoadClass| is the same as
the use of |\documentclass| to load a class file.
Examples:
@@ -1031,7 +1031,7 @@ those of the following two (documented above, in \ref{Sec:loadf}):
\LoadClassWithOptions
\RequirePackageWithOptions
\end{verbatim}
-The command|\RequirePackageWithOptions| is similar to
+The command |\RequirePackageWithOptions| is similar to
|\RequirePackage|, but it always loads the required package with
exactly the same option list as that being used by the current class
or package, rather than with any option explicitly supplied or passed
@@ -1386,7 +1386,7 @@ contain whole paragraphs of text.
\arg{definition}
\end{decl}
This command takes the same arguments as |\newcommand| but it declares
-a robust command, even if some code within the\m{definition} is
+a robust command, even if some code within the \m{definition} is
fragile. You can use this command to define new robust commands, or
to redefine existing commands and make them robust. A log is put into
the transcript file if a command is redefined.