summaryrefslogtreecommitdiff
path: root/support/lgrind/lgrind.ins
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/lgrind/lgrind.ins
Initial commit
Diffstat (limited to 'support/lgrind/lgrind.ins')
-rw-r--r--support/lgrind/lgrind.ins27
1 files changed, 27 insertions, 0 deletions
diff --git a/support/lgrind/lgrind.ins b/support/lgrind/lgrind.ins
new file mode 100644
index 0000000000..fb78e75beb
--- /dev/null
+++ b/support/lgrind/lgrind.ins
@@ -0,0 +1,27 @@
+%%
+%% This file will generate fast loadable files and documentation
+%% driver files from the doc files in this package when run through
+%% LaTeX or TeX.
+%%
+\def\batchfile{lgrind.ins}
+\input docstrip.tex
+\preamble
+
+LGrind is used to format source code of different programming
+languages for LaTeX.
+
+LGrind is a major adaptation of Jerry Leichter's tgrind for LaTeX,
+which was a notable improvement upon Van Jacobsen's tgrind for
+plain TeX, which was adapted from vgrind, a troff prettyprinter.
+
+LGrind contains non-free code written by Van Jacobson, who does not answer
+to any request for changing his licence. This software is therefore not
+maintained. I also do not accept any cheques anymore.
+\endpreamble
+\keepsilent
+
+\generateFile{lgrind.sty}{t}{%
+ \from{lgrind.dtx}{package}}
+
+\generateFile{doc-lgrind.lg}{t}{%
+ \from{lgrind.dtx}{example}}