diff options
author | Karl Berry <karl@freefriends.org> | 2013-01-03 23:32:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-01-03 23:32:17 +0000 |
commit | c2de5f2979b063faba1573870b6b21419cb8b0fa (patch) | |
tree | 6f841845e55de6bda7de0d7f5ea231d0f6a88dc1 /Master/texmf-dist/source/latex/tikzinclude/tikzinclude.ins | |
parent | 2a36de362639f891b12a07cb15896525e42e1465 (diff) |
tikzinclude (3jan13)
git-svn-id: svn://tug.org/texlive/trunk@28715 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/tikzinclude/tikzinclude.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/tikzinclude/tikzinclude.ins | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/tikzinclude/tikzinclude.ins b/Master/texmf-dist/source/latex/tikzinclude/tikzinclude.ins new file mode 100644 index 00000000000..9d56c0c9a0b --- /dev/null +++ b/Master/texmf-dist/source/latex/tikzinclude/tikzinclude.ins @@ -0,0 +1,47 @@ +%% +%% Copyright (C) 2012 by Ferdinand Schwenk (me@nerdifand.de). +%% Copyright (C) 2012 by Benjamin Berg (benjamin@sipsolutions.net). +%% +%% This file may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either +%% version 1.3c of this license or (at your option) any later +%% version. The latest version of this license is available at +%% http://www.latex-project.org/lppl/. +%% + +\input docstrip.tex +\keepsilent + +\usedir{tex/latex/tikzinclude} + +\preamble + +Copyright (C) 2012 by Ferdinand Schwenk (me@nerdifand.de). +Copyright (C) 2012 by Benjamin Berg (benjamin@sipsolutions.net). + +This file may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either +version 1.3c of this license or (at your option) any later +version. The latest version of this license is available at +http://www.latex-project.org/lppl/. + +\endpreamble + +\askforoverwritefalse + +\generate{\file{tikzinclude.sty}{\from{tikzinclude.dtx}{package}}} + +\Msg{*********************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the} +\Msg{* following file into a directory searched by TeX:} +\Msg{*} +\Msg{* \space\space tikzinclude.sty} +\Msg{*} +\Msg{* To produce the documentation run the file tikzinclude.dtx} +\Msg{* through LaTeX.} +\Msg{*} +\Msg{* Happy TeXing!} +\Msg{*********************************************************} + +\endbatchfile |