summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/gmdoc/gmdocc.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/gmdoc/gmdocc.cls')
-rw-r--r--Master/texmf-dist/tex/latex/gmdoc/gmdocc.cls30
1 files changed, 19 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/gmdoc/gmdocc.cls b/Master/texmf-dist/tex/latex/gmdoc/gmdocc.cls
index a03d4c4aa43..b224ba6173d 100644
--- a/Master/texmf-dist/tex/latex/gmdoc/gmdocc.cls
+++ b/Master/texmf-dist/tex/latex/gmdoc/gmdocc.cls
@@ -1,15 +1,15 @@
%
% \GetFileInfo{gmdocc.cls}
% \title{The \pk{gmdocc} Class For \pk{gmdoc} Driver Files\thfileinfo}
-% \author{Grzegorz `Natror' Murzynowski}
+% \author{Natror (Grzegorz Murzynowski)}
% \maketitle
%
% \begin{copyrnote}
%
-%%Written by Grzegorz `Natror' Murzynowski,
+%%Written by Natror (Grzegorz Murzynowski),
%% natror at o2 dot pl
%%
-%% \copyright\,2006 by Grzegorz `Natror' Murzynowski.
+%% \copyright\,2006 by Natror (Grzegorz Murzynowski).
%%
%% This program is subject to the \LaTeX\ Project Public License.
%% See ^^A
@@ -29,11 +29,12 @@
% \chschange{v0.71}{06/10/21}{114}
% \chschange{v0.72}{06/11/14}{122}
% \chschange{v0.73}{06/12/1}{128}
+% \chschange{v0.75}{2007/3/2}{130}
%
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{gmdocc}
- [2006/12/01 v0.73 a class for gmdoc driver files (GM)]
+ [2007/03/02 v0.75 a class for gmdoc driver files (GM)]
%
% \division{Intro}
@@ -211,8 +212,9 @@
% The |fleqn| option makes displayed formuals be flushed left and
% |\mathindent| is their indentation. Therefore we ensure it is always
% equal |\CodeIndent| just like |\leftskip| in \env{verbatim}. Thanks
-% to that you may display single verbatim lines with |\[...\]|:
-% \[\hbox{\verb+\[\hbox{|\verbatim\stuff|}\]+\,.}\]
+% to that and the |\edverbs| declaration below you may display single
+% verbatim lines with |\[...\]|:
+% \[\verb+\[|\verbatim\stuff|\]+\,.\]
\IfFileExists{lmodern.sty}{% We also examine the ontological status of
% this package
@@ -265,9 +267,9 @@
\@ifnotmw{}{%
\@ifclassloaded{mwart}{% We set the indentation of Contents:
\SetTOCIndents{{}{\quad}{\quad}{\quad}{\quad}{\quad}{\quad}}}{% for \pk{mwart}
- \SetTOCIndents{{}{\bf9.\enspace}{\quad}{\quad}{\quad}{\quad}{\quad}}}% and for the two other \pk{mwcls}s.
+ \SetTOCIndents{{}{\bf9.\enspace}{\quad}{\quad}{\quad}{\quad}{\quad}}}% and for the two other \pk{mwcls}s.
\pagestyle{outer}}% We set the page numbers to be printed in the
- % outer and bottom corner of the page.
+% outer and bottom corner of the page.
\def\titlesetup{\bfseries\sffamily}% We set the title(s) to be
% boldface and sans serif.
@@ -279,13 +281,19 @@
% \file{.glo} file if not the above.
% \CodeUsgIndex\dekclubs \CodeUsgIndex\smartunder
-\dekclubs% We declare the club sign \verb+|+ to be a~shorthand for |\verb*|
+\dekclubs% We declare the club sign \verb+|+ to be a~shorthand for
+% |\verb*|\,.
+% \changes[\edverbs]{v0.74}{2007/01/01}{used to simplify displaying
+% shortverbs}
+\edverbs% to redefine |\[| so that it puts a~shortverb in a~|\hbox|.
\smartunder% and we declare the |_| char to behave as usual in the
% math mode and outside math to be just an uderscore.
\exhyphenpenalty\hyphenpenalty% 'cause \pk{mwcls} set it |=10000| due
% to Polish customs.
+\VerbT1% to ensure T1 font encoding in verbatims (in code).
+
\RequirePackage{amssymb}
\def\EOFMark{\rightline{\ensuremath{\square}}}
@@ -302,6 +310,6 @@
% (For my GNU Emacs:)
%%% Local Variables:
-%%% mode: latex
-%%% TeX-master: "e:/LaTeX/TeXGuru/gmdoc/gmdocDoc"
+%%% mode: doctex
+%%% TeX-master: "../../../../LaTeX/TeXGuru/gmdoc/gmdocDoc"
%%% End: