summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/youngtab/makeydoc.bat
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-28 23:58:21 +0000
committerKarl Berry <karl@freefriends.org>2010-03-28 23:58:21 +0000
commit4c1354bc80518900881117ec3e90b129ed171556 (patch)
tree9a0364aee8da100535810029d3645e3a8ee8aeb8 /Master/texmf-dist/doc/latex/youngtab/makeydoc.bat
parentae233f18c699dd1960b4a2e0c092af269f79735b (diff)
rearrange youngtab
git-svn-id: svn://tug.org/texlive/trunk@17597 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/youngtab/makeydoc.bat')
-rwxr-xr-xMaster/texmf-dist/doc/latex/youngtab/makeydoc.bat45
1 files changed, 45 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/youngtab/makeydoc.bat b/Master/texmf-dist/doc/latex/youngtab/makeydoc.bat
new file mode 100755
index 00000000000..da46a730a8f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/youngtab/makeydoc.bat
@@ -0,0 +1,45 @@
+@echo off
+rem MAKEYDOC.BAT (FOR MSDOS)
+
+rem Everything after a `rem' is ignored
+
+
+rem ----------------- create a `ltxdoc.cfg': --------------------------
+
+rem Edit the next line for options to pass to the class:
+echo \PassOptionsToClass{a4paper}{article} > ltxdoc.cfg
+echo \batchmode >> ltxdoc.cfg
+
+rem The next lines produce full indexes and change logs
+rem you may not want those:
+
+rem echo \AtBeginDocument{\RecordChanges} >> ltxdoc.cfg
+rem echo \AtEndDocument{\PrintChanges} >> ltxdoc.cfg
+echo \AtBeginDocument{\CodelineIndex\EnableCrossrefs} >> ltxdoc.cfg
+echo \AtEndDocument{\PrintIndex} >> ltxdoc.cfg
+echo \AtEndDocument{\addcontentsline{toc}{section}{Index}} >> ltxdoc.cfg
+
+rem If you do not want any code listings, just documentation, then instead
+rem of the lines above, uncomment the following:
+
+rem echo \AtBeginDocument{\OnlyDescription} >> ltxdoc.cfg
+
+rem ---------- latex the documentation using `ltxdoc.cfg': --------------
+
+echo 1st latex youngtab.dtx
+latex youngtab.dtx
+
+echo 2nd latex youngtab.dtx
+latex youngtab.dtx
+
+echo If you don't have Makeindex, exit now!
+echo makeindx -s gind.ist youngtab.idx
+makeindx -s gind.ist youngtab.idx
+rem or: echo makeidx -s gind.ist youngtab.idx
+rem or: makeidx -s gind.ist youngtab.idx
+
+echo 3rd latex youngtab.dtx
+latex youngtab.dtx
+
+echo +++++++++++++ all done! ++++++++++++
+