diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/endfloat/endfloat.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/endfloat/endfloat.ins | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/endfloat/endfloat.ins b/Master/texmf-dist/source/latex/endfloat/endfloat.ins new file mode 100644 index 00000000000..58462da56bb --- /dev/null +++ b/Master/texmf-dist/source/latex/endfloat/endfloat.ins @@ -0,0 +1,38 @@ +\def\fildedate{1995/06/01} +\def\batchfile{endfloat.ins} +\input docstrip.tex + +\def\SimplePackage#1{% + \generateFile{#1.sty}{t}{\from{#1.dtx}{package}}} + +\def\SimpleConfig#1{% + \generateFile{#1.cfg}{t}{\from{#1.dtx}{config}}} + +\def\SimpleDriver#1{% + \generateFile{#1.drv}{t}{\from{#1.dtx}{driver}}} + +\def\SimpleClass#1{% + \generateFile{#1.cls}{t}{\from{#1.dtx}{class}}} + +\keepsilent + +\preamble + +IMPORTANT NOTICE: +This is part of a set of tools (or better yet, experiments) written +by Jeff Goldberg (j.goldberg@Cranfield.ac.uk), who is writting this +not only for it utility value, but as part of the process of learning +LaTeX. These tools are far from perfect, and comments are welcome. + +The usual disclaimers apply: If it doesn't work right that's your +problem (but do let me know). + +The usual GNU-style conditions apply: If you change it, you take +the blame; if you pass it on, pass on all present condiditions; + +\endpreamble + +\SimplePackage{endfloat} +\SimpleDriver{endfloat} +%\SimpleConfig{endfloat} +\generateFile{efxmpl.cfg}{t}{\from{endfloat.dtx}{config}} |