diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/gmdoc/basedrivers/docstrip_gmdoc.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/gmdoc/basedrivers/docstrip_gmdoc.tex | 84 |
1 files changed, 69 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/gmdoc/basedrivers/docstrip_gmdoc.tex b/Master/texmf-dist/doc/latex/gmdoc/basedrivers/docstrip_gmdoc.tex index 6a724ef87fc..9f7d8cddbdf 100644 --- a/Master/texmf-dist/doc/latex/gmdoc/basedrivers/docstrip_gmdoc.tex +++ b/Master/texmf-dist/doc/latex/gmdoc/basedrivers/docstrip_gmdoc.tex @@ -1,17 +1,65 @@ +%% +% \skiplines +%<*master> +%% \iffalse ^^A we skip the debug setting +\IfFileExists{\string~/bin/gen_and_xela}{\errorcontextlines=1000 }{} +%% \fi +%% ^^A $Id: TheUltimateMaster.gmd,v 0.250 2010/10/24 14:42:35 natror Exp natror $ +% \endskiplines % -% A~driver file to typeset \pk{dostrip.dtx} with the \pk{gmdoc} -% package. +%% \BundleInfoFromName{docstrip_gmdoc} +%% \title{\docstrip_gmdocTitle } +%% \author{Grzegorz Murzynowski} +%% \maketitle +%% +%% \let\ty\emph \let\df\dekfracc +%% +%% \begin{copyrnote} +%% +%% +%% Copyright ©\, +%% by Grzegorz ‘Natror’ Murzynowski +%% natror (at) o2 (dot) pl +%% +%% This program is subject to the \LaTeX\ Project Public License. +%% See ^^A +%% \url{http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html} ^^A +%% for the details of that license.\rrthis +%% +%% \acro{LPPL} status: "author-maintained". \par +%% +%% +%% +%% +%% +%% For the documentation please refer to the file(s) +%% \file{docstrip_gmdoc.{gmd,pdf}}. +%% +%% \end{copyrnote} +%% % -% GM 2006/12/1 % +% \skiplines +%</master> +% \endskiplines +% +% +%% +%% +\NeedsTeXFormat{LaTeX2e} +\ProvidesClass{docstrip_gmdoc} + [2010/09/25 v0.993 (GM)] + + +%% -\PassOptionsToPackage{indexallmacros}{gmdoc} +\PassOptionsToPackage{countalllines,codespacesgrey,indexallmacros}{gmdoc} -\if1 1 - \documentclass[debug]{gmdocc}% +\if11 + \documentclass[debug, pagella, fontspec=quiet]{gmdocc}% \mcdiagOn \else - \documentclass[minion]{gmdocc}% + \documentclass[pagella]{gmdocc}% \fi \ltxLookSetup @@ -20,8 +68,6 @@ \DeleteShortVerb\| \OldMakeShortVerb*\|% To define shortverb \verb+|+ such that it -% remains shortverb in math mode (by default I~define it to be $\vert$ in -% math mode. \relaxen\ds \emptify\EOFMark @@ -43,23 +89,31 @@ \begin{document} -\def\BasePath{/mnt/middle/TeXLive2005/texmf-dist/source/latex/base/} -%^^A \tableofcontents +\def\BasePath{/home/natror/texmf/source/latex/base/} \addtomacro\endabstract{\aftergroup\tableofcontents} \AtBegInputOnce{\date{Printed \today\\ with \pk{gmdoc} package by Natror}\let\date\gobble \let\renewenvironment\gobbletwo}% the only renewed env.\ in % \file{docstrip.dtx} is \env{theglossary}. I~prefer it to be twocolumn. + \OldDocInput{\BasePath docstrip.dtx} \typeout{% ^^JProduce 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} \typeout{% ^^JProduce index with^^J% - makeindex -r \jobnamewoe.idx^^J} - + makeindex -r \jobname.idx^^J} + \end{document} -%\NoEOF + +%%% (For my GNU Emacs:) +%%% Local Variables: +%%% mode: doctex +%%% coding: utf-8 +%%% End: +\endinput +%% +%% End of file `docstrip_gmdoc.tex'. |