Skip to content

Instantly share code, notes, and snippets.

@wilx
Created September 5, 2016 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wilx/f3afc6d7c418c77c906ecc99e3f57ac6 to your computer and use it in GitHub Desktop.
Save wilx/f3afc6d7c418c77c906ecc99e3f57ac6 to your computer and use it in GitHub Desktop.
Index: clsguide.tex
===================================================================
--- clsguide.tex (revision 1217)
+++ clsguide.tex (working copy)
@@ -914,7 +914,7 @@
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 @@
\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 @@
\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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment