diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:52:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:52:44 +0000 |
commit | b8605e59767e8cd914ad2312d175a90183ecc97c (patch) | |
tree | 044aefb052e60fab4715b1f7e914def3cc053018 /Master/texmf-dist/source/latex/endfloat/endfloat.ins | |
parent | ca282a5c650f35a9c2797fcf5ae06902f62f1fdc (diff) |
trunk/Master/texmf-dist/source/latex/endfloat
git-svn-id: svn://tug.org/texlive/trunk@248 c570f23f-e606-0410-a88d-b1316a301751
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}} |