summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/gmdoc/basedrivers/doc_gmdoc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/gmdoc/basedrivers/doc_gmdoc.tex')
-rw-r--r--Master/texmf-dist/doc/latex/gmdoc/basedrivers/doc_gmdoc.tex15
1 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/gmdoc/basedrivers/doc_gmdoc.tex b/Master/texmf-dist/doc/latex/gmdoc/basedrivers/doc_gmdoc.tex
index 1a0b8906a9f..d0933bd3a7d 100644
--- a/Master/texmf-dist/doc/latex/gmdoc/basedrivers/doc_gmdoc.tex
+++ b/Master/texmf-dist/doc/latex/gmdoc/basedrivers/doc_gmdoc.tex
@@ -3,10 +3,14 @@
% a~command to encapsulate the page number, which would interfere with
% \pk{hyperref}'s default \verb+|hyperpage+.
-\documentclass[outeroff,minion]{gmdocc}
+\documentclass[countalllines,
+codespacesblank,outeroff,pagella]{gmdocc}
\usepackage{array}
-\def\BasePath{/mnt/middle/TeXLive2005/texmf-dist/source/latex/base/}% Of course,
+
+\VisSpacesGrey
+
+\def\BasePath{/home/natror/texmf/source/latex/base/}% Of course,
% you should change it to the respective path on your computer.
@@ -91,7 +95,7 @@
\gmdocIncludes
-\SelfInclude{%
+\AtBegInputOnce{%
\title{\pk{doc_by_gmdoc.tex} The Driver\thanks{As mentioned in the
title, I~typeset these package and class with the \pk{gmdoc}
package, for which are they a~great inspiration and the base.
@@ -101,15 +105,16 @@
\author{Grzegorz `Natror' Murzynowski}%
\date{\today}%
\maketitle}
+\SelfInclude
\typeout{%
Produce change log with^^J%
- makeindex -r -s gmglo.ist -o \jobnamewoe.gls \jobnamewoe.glo^^J
+ makeindex -r -s gmglo.ist -o \jobname.gls \jobname.glo^^J
(gmglo.ist should be put into some texmf/makeindex directory.)^^J}
\PrintChanges
\typeout{%
Produce index with^^J%
- makeindex -r \jobnamewoe^^J}
+ makeindex -r \jobname^^J}
\PrintIndex
\end{document}