diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:56:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:56:21 +0000 |
commit | 8b909865f2b6ffeb4314622e1b9029e64aac7a8e (patch) | |
tree | a94ad2f8ca1c64b0e01c8c49f1952291c4b02bdc /Master/texmf-dist/source/latex/preprint/figcaps.drv | |
parent | d11486b019edfcc5645b6d3a47867f415e3f978a (diff) |
trunk/Master/texmf-dist/source/latex/preprint
git-svn-id: svn://tug.org/texlive/trunk@460 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/preprint/figcaps.drv')
-rw-r--r-- | Master/texmf-dist/source/latex/preprint/figcaps.drv | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/preprint/figcaps.drv b/Master/texmf-dist/source/latex/preprint/figcaps.drv new file mode 100644 index 00000000000..394a71e3ece --- /dev/null +++ b/Master/texmf-dist/source/latex/preprint/figcaps.drv @@ -0,0 +1,52 @@ +%% +%% This is file `figcaps.drv', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% figcaps.dtx (with options: `driver') +%% ============================================ +%% This is the driver file to produce the LaTeX documentation +%% from the original source file figcaps.dtx. +%% +%% Make changes to it as needed. (Never change the file figcaps.dtx!) +%% ============================================ +%% Copyright 1993-1999 Patrick W Daly +%% Max-Planck-Institut f\"ur Aeronomie +%% Max-Planck-Str. 2 +%% D-37191 Katlenburg-Lindau +%% Germany +%% E-mail: daly@linmpi.mpg.de +\NeedsTeXFormat{LaTeX2e} +\ProvidesFile{figcaps.drv} + [1999/02/23 4.7 (PWD)] +\documentclass{ltxdoc} +%\documentclass[twoside]{ltxdoc} +%\documentclass[a4paper]{ltxdoc} +%\documentclass[twoside,a4paper]{ltxdoc} +\raggedbottom + + %** To include the detailed explanation of the coding, comment out + %** the next line +\OnlyDescription + + %** To produce a command index: add the following line for one run, + %** then run makeindex -s gind.ist natbib + %** and reprocess, with or without this line (much faster without) +% \EnableCrossrefs\CodelineIndex + + %** To produce a change history: add the following line for one run, + %** then run makeindex -s gglo.ist -o natbib.gls natbib.glo + %** and reprocess, with or without this line (faster without) +% \RecordChanges + +\DisableCrossrefs %May stay; zapped by \EnableCrossrefs +\CodelineNumbered %May stay + +\begin{document} + \DocInput{figcaps.dtx} +\end{document} +%% +%% End of documentation driver file. +%% +%% End of file `figcaps.drv'. |