summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-09-30 21:30:06 +0000
committerKarl Berry <karl@freefriends.org>2020-09-30 21:30:06 +0000
commit2e3fde47ddb7b29ee2f0587f2df92891dbc377bc (patch)
treec33511a33d3772f64ba9aaba164d979efa07b053 /Master/texmf-dist/source
parentfc9117a56d131ac50cccb9ce74115714ce105ef7 (diff)
youngtab now generic (30sep20)
git-svn-id: svn://tug.org/texlive/trunk@56494 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rwxr-xr-xMaster/texmf-dist/source/generic/youngtab/makeydoc.bat45
-rw-r--r--Master/texmf-dist/source/generic/youngtab/youngtab.dtx (renamed from Master/texmf-dist/source/latex/youngtab/youngtab.dtx)0
-rw-r--r--Master/texmf-dist/source/generic/youngtab/youngtab.ins (renamed from Master/texmf-dist/source/latex/youngtab/youngtab.ins)0
3 files changed, 45 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/generic/youngtab/makeydoc.bat b/Master/texmf-dist/source/generic/youngtab/makeydoc.bat
new file mode 100755
index 00000000000..da46a730a8f
--- /dev/null
+++ b/Master/texmf-dist/source/generic/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! ++++++++++++
+
diff --git a/Master/texmf-dist/source/latex/youngtab/youngtab.dtx b/Master/texmf-dist/source/generic/youngtab/youngtab.dtx
index 8db18c88c68..8db18c88c68 100644
--- a/Master/texmf-dist/source/latex/youngtab/youngtab.dtx
+++ b/Master/texmf-dist/source/generic/youngtab/youngtab.dtx
diff --git a/Master/texmf-dist/source/latex/youngtab/youngtab.ins b/Master/texmf-dist/source/generic/youngtab/youngtab.ins
index a58ace3a9e0..a58ace3a9e0 100644
--- a/Master/texmf-dist/source/latex/youngtab/youngtab.ins
+++ b/Master/texmf-dist/source/generic/youngtab/youngtab.ins