summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/gmdoc/gmdocDoc.tex
blob: c212bac6449c2b856e5dd0e89f71b13ca49e627b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
%^^A This file is just a~driver. To learn how to use it, read the README
%^^A or the documentation in .pdf
%
% \ChangesStart{vNo}{1000/0/0}
% \chschange{vNo}{06/9/30}{27}
% \chschange{vNo}{06/10/12}{28}
% \chschange{vNo}{06/10/27}{35}
% \chschange{vNo}{06/12/1}{40}
% \chschange{vNo}{2007/4/29}{41}
%
% \CodeUsgIndex*{outeroff} \CodeUsgIndex*{mwrep}
\documentclass[outeroff,mwrep]{gmdocc}
%^^A\OnlyDescription
%^^A\usepackage{graphics}
\twocoltoc
\title{The \pk{gmdoc} Package\\ i.e., \pk{gmdoc.sty} and
  \pk{gmdocc.cls}}
\author{Grzegorz `Natror' Murzynowski}
\date{EuroBacho\TeX 2007}
\begin{document}
\maketitle
\setcounter{page}{2}% \pk{hyperref} cries if it sees two pages
% numbered~1.
\tableofcontents
\DoIndex\maketitle
\DocInclude{gmdoc}
%^^A~.sty
\DocInclude{gmdocc}
\SelfInclude{\def\CommonEntryCmd{UsgEntry}%\label{UsgHack}
  % \label{SelfIncludeUsg}
  \filediv[\file{gmdocDoc.tex}, The Driver
  File]{\file{gmdocDoc.tex}, \gmhypertarget{The Driver} File}%
  \label{Driver}}

% For your convenience I~decided to add the documentations of the
% three auxiliary packages:
\skipgmlonely[\stanza The remarks about installation and compiling
  of the documentation are analogous to those in the chapter
  \pk{gmdoc.sty} and therefore ommitted.\stanza]
\DocInclude{gmutils} 
\DocInclude{gmiflink} 
\DocInclude{gmverb}
\typeout{%
  Produce change log with^^J%
  makeindex -r -s gmglo.ist -o \jobnamewoe.gls \jobnamewoe.glo^^J
  (gmglo.ist should be put into some texmf/makeindex directory.)^^J}
\PrintChanges
\typeout{%
  Produce index with^^J%
  makeindex -r \jobnamewoe^^J}
 \PrintIndex
\end{document}
% MakeIndex shell commands:
  makeindex -r gmdocDoc
  makeindex -r -s gmglo.ist -o gmdocDoc.gls gmdocDoc.glo
% (\pk{gmglo.ist} should be put into some \pk{texmf/makeindex}
% directory.) 

%^^A(
% And ``That's all, folks'' ;-)\,.
% \NoEOF

% The following is just my GNU Emacs stuff. 
%
%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: