blob: c937fc7cf62277a2462f33c7131d9813bdf560ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
\documentclass{gmdocc}
\twocoltoc
\begin{document}
\DocInput{gmverb.sty}%e:/texmf/tex/latex/gm/
\typeout{%
Produce index with^^J%
makeindex -r \jobnamewoe^^J}
\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}
\end{document}
% The following is just my GNU Emacs stuff.
%
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
|