diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-11 00:11:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-11 00:11:01 +0000 |
commit | b5132ffc519f2695644d078951baf6a558eea289 (patch) | |
tree | b32bd083685bf671038814505f7de27549c62252 /Master/texmf-dist/source/latex/collref/collref.ins | |
parent | 7d020dfa7b09d9569405ad925a4e141f0c0f9841 (diff) |
new latex package collref
git-svn-id: svn://tug.org/texlive/trunk@13702 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/collref/collref.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/collref/collref.ins | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/collref/collref.ins b/Master/texmf-dist/source/latex/collref/collref.ins new file mode 100644 index 00000000000..d7ad8b08e3f --- /dev/null +++ b/Master/texmf-dist/source/latex/collref/collref.ins @@ -0,0 +1,39 @@ +\def\batchfile{collref.ins} +\input docstrip.tex + +\keepsilent +% collref.ins Copyright (C) 2003-2009 Niklas Beisert +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. + +\preamble + +Copyright (C) 2003-2009 Niklas Beisert + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3 +of this license or (at your option) any later version. +The latest version of this license is in + http://www.latex-project.org/lppl.txt +and version 1.3 or later is part of all distributions of LaTeX +version 2005/12/01 or later. + +\endpreamble + +% the style and sample files +\generate{\askforoverwritefalse +\file{collref.sty}{\from{collref.dtx}{package}} +\file{collsamp.tex}{\from{collref.dtx}{sample}} +} + +\Msg{**********************************************************************} +\Msg{* Done. Please copy the file collref.sty to an appropriate directory *} +\Msg{* of your LaTeX distribution, e.g. texmf-root/tex/latex/collref. *} +\Msg{**********************************************************************} +\endinput |