diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:51:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:51:56 +0000 |
commit | 0b2aeb4189be1f7b0d0a8b1078a356b7aa7c88f0 (patch) | |
tree | d2d6b303a16fe1068979a589a57d0bf52085d016 /Master/texmf-dist/source/latex/contour/contour.ins | |
parent | bb488f010b8a5dc8ea2f744d335636a883e46edc (diff) |
trunk/Master/texmf-dist/source/latex/contour
git-svn-id: svn://tug.org/texlive/trunk@200 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/contour/contour.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/contour/contour.ins | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/contour/contour.ins b/Master/texmf-dist/source/latex/contour/contour.ins new file mode 100644 index 00000000000..a49103824e5 --- /dev/null +++ b/Master/texmf-dist/source/latex/contour/contour.ins @@ -0,0 +1,64 @@ +\input docstrip.tex +\preamble + + contour package + + Copyright 1999--2004 Harald Harders, Morten Høgholm + + This program can be redistributed and/or modified under the terms + of the LaTeX Project Public License Distributed from CTAN + archives in directory macros/latex/base/lppl.txt; either + version 1 of the License, or any later version. + + h.harders@tu-bs.de, moho01ab@student.cbs.dk + + + Original: Richard Pfeiffer (richard.pfeiffer@t-online.de) + Totally rewritten end extended. + +\endpreamble + +\declarepreamble\drvpreamble + + contour package driver file + + Copyright 2004 Harald Harders + + This program can be redistributed and/or modified under the terms + of the LaTeX Project Public License Distributed from CTAN + archives in directory macros/latex/base/lppl.txt; either + version 1 of the License, or any later version. + + h.harders@tu-bs.de + +\endpreamble + +\declarepreamble\cfgpreamble + + contour package configuration file + + Copyright 2004 Harald Harders + + This program can be redistributed and/or modified under the terms + of the LaTeX Project Public License Distributed from CTAN + archives in directory macros/latex/base/lppl.txt; either + version 1 of the License, or any later version. + + h.harders@tu-bs.de + +\endpreamble + +\askforoverwritefalse + +\generate{% + \file{contour.sty}{\from{contour.dtx}{package}}% + \usepreamble\drvpreamble + \file{pdftex.cnt}{\from{contour.dtx}{drv,pdftex}}% + \file{dvips.cnt}{\from{contour.dtx}{drv,dvips}}% + \file{vtex.cnt}{\from{contour.dtx}{drv,vtex}}% + \file{dvipsone.cnt}{\from{contour.dtx}{drv,dvipsone}}% + \usepreamble\cfgpreamble + \file{contour.cfg}{\from{contour.dtx}{cfgfile}}% +}% + +\endbatchfile
\ No newline at end of file |