summaryrefslogtreecommitdiff
path: root/support/makedtx/README.txt
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/makedtx/README.txt
Initial commit
Diffstat (limited to 'support/makedtx/README.txt')
-rw-r--r--support/makedtx/README.txt48
1 files changed, 48 insertions, 0 deletions
diff --git a/support/makedtx/README.txt b/support/makedtx/README.txt
new file mode 100644
index 0000000000..cfb50f5568
--- /dev/null
+++ b/support/makedtx/README.txt
@@ -0,0 +1,48 @@
+Table of Contents
+─────────────────
+
+
+
+
+makedtx v1.2 : a Perl script to help create .dtx and .ins files
+
+Last Modified: 2018-02-19
+Author : Nicola Talbot
+Files :
+ • makedtx.dtx - documented source file
+ • makedtx.ins - installation script
+
+
+The makedtx bundle is provided to help LaTeX2e developers to write the
+code and documentation in separate files, and then combine them into a
+single .dtx file for distribution. It automatically generates the
+character table, and also writes the associated installation (.ins)
+script.
+
+To extract the code do:
+
+┌────
+│ latex makedtx.ins
+└────
+
+To extract the documentation do after extracting the code:
+
+┌────
+│ latexmk -r latexmkrc.pl
+└────
+
+If you don't have latexmk or makeindex, you can also do the following to
+have the documentation w/o index:
+
+┌────
+│ pdflatex makedtx.dtx
+│ pdflatex makedtx.dtx
+└────
+
+Read the documentation for installation instructions.
+
+This material is subject to the LaTeX Project Public License. See
+[http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html] for
+the details of that license.
+
+[http://theoval.cmp.uea.ac.uk/~nlct/]