diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-15 20:51:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-15 20:51:02 +0000 |
commit | 11c5cef3a0ba92a334d609d3122886eb109e56ab (patch) | |
tree | 96bcc5da7979ffbe1977c3dbb5b2b30ae96c552f /Master/texmf-dist/source/latex/abc/abc.ins | |
parent | 9f9467342aa8d5908460d4ced2213a521376f7b4 (diff) |
new package abc, for the music notation (22mar06)
git-svn-id: svn://tug.org/texlive/trunk@1848 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/abc/abc.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/abc/abc.ins | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/abc/abc.ins b/Master/texmf-dist/source/latex/abc/abc.ins new file mode 100644 index 00000000000..aacc1725eab --- /dev/null +++ b/Master/texmf-dist/source/latex/abc/abc.ins @@ -0,0 +1,60 @@ +%% +%% abc.ins +%% Copyright 2006 Enrico Gregorio +%% +%% This program is provided under the terms of the +%% LaTeX Project Public License distributed from CTAN +%% archives in directory macros/latex/base/lppl.txt. +%% +%% Author: Enrico Gregorio +%% Enrico dot Gregorio at univr dot it +%% +%% This work has the LPPL maintenance status "author-maintained". +%% +%% This file will generate fast loadable files and documentation +%% driver files from the doc files in this package when run through +%% LaTeX or TeX. +%% +%% --------------- start of docstrip commands ------------------ +%% +\input docstrip +\preamble + + Copyright 2006 Enrico Gregorio + + This program is provided under the terms of the + LaTeX Project Public License distributed from CTAN + archives in directory macros/latex/base/lppl.txt. + + Author: Enrico Gregorio + Enrico dot Gregorio at univr dot it + + This work has the LPPL maintenance status "author-maintained". + +\endpreamble + +\keepsilent +\askforoverwritefalse + +\Msg{*** Generating the package files ***} +\generate{\file{abc.sty}{\from{abc.dtx}{package}}% + \file{example.tex}{\from{abc.dtx}{example}}% + \nopreamble\nopostamble + \file{poll.abc}{\from{abc.dtx}{abc}}% + } + +\Msg{***********************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the following} +\Msg{* files into a directory searched by TeX:} +\Msg{*} +\Msg{* \space\space abc.sty} +\Msg{*} +\Msg{*} +\Msg{* To produce the documentation on abc's code run the} +\Msg{* file ending with `.dtx' through (pdf)LaTeX.} +\Msg{*} +\Msg{* Happy TeXing} +\Msg{***********************************************************} + +\endbatchfile |