From 03bbdca8223b2d2590f34f46e6ea18bc4cbbf0bc Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 11 Jan 2006 23:59:35 +0000 Subject: trunk/Master/texmf-dist/source/latex/youngtab git-svn-id: svn://tug.org/texlive/trunk@602 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/youngtab/makeydoc | 59 ++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 Master/texmf-dist/source/latex/youngtab/makeydoc (limited to 'Master/texmf-dist/source/latex/youngtab/makeydoc') diff --git a/Master/texmf-dist/source/latex/youngtab/makeydoc b/Master/texmf-dist/source/latex/youngtab/makeydoc new file mode 100644 index 00000000000..d0fda75af83 --- /dev/null +++ b/Master/texmf-dist/source/latex/youngtab/makeydoc @@ -0,0 +1,59 @@ +#!/bin/sh +# +# Everything after a `#' is ignored (in this shell script) +# +# remove the string `> /dev/null' if you want more log-output +# remove the line containing `batchmode' if you want even more +# log-information while running LaTeX +# +#----------------- create a `ltxdoc.cfg': -------------------------- + +# Put here a list of options to pass to the class: +OPT=a4paper + +echo "Generating configuration file ltxdoc.cfg for youngtab.dtx" + +# Write the file in one pass: +cat > ltxdoc.cfg < /dev/null) +then + echo;echo "2nd latex $ThisDoc" + latex $ThisDoc > /dev/null + + echo;echo "makeindex -s gind.ist $Base.idx" + makeindex -s gind.ist $Base.idx + echo;echo "3rd latex $ThisDoc" + latex $ThisDoc > /dev/null +else + echo;cat <