diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-07 01:03:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-07 01:03:06 +0000 |
commit | 5050a2bc79879cd4e8e64db1e16776dc0ad6e2ea (patch) | |
tree | aa6fda12fd5f2194165bb1f9eb24aedda471499a /Master/texmf-dist/source/latex/tikz-timing/tikz-timing.ins | |
parent | e2681bc64b61864ab5d8671fcf7d75ebe30586cc (diff) |
tikz-timing 0.4a (5may09)
git-svn-id: svn://tug.org/texlive/trunk@12963 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/tikz-timing/tikz-timing.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/tikz-timing/tikz-timing.ins | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/tikz-timing/tikz-timing.ins b/Master/texmf-dist/source/latex/tikz-timing/tikz-timing.ins new file mode 100644 index 00000000000..a5b60881337 --- /dev/null +++ b/Master/texmf-dist/source/latex/tikz-timing/tikz-timing.ins @@ -0,0 +1,49 @@ +% $Id: tikz-timing.ins 1069 2009-05-05 13:52:29Z martin $ +\input docstrip.tex +\preamble + +Copyright (C) 2009 by Martin Scharrer <martin@scharrer-online.de> + +This work 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 in + + http://www.latex-project.org/lppl.txt + +and version 1.3c or later is part of all distributions of LaTeX +version 2008/05/04 or later. + +This work has the LPPL maintenance status `maintained'. + +The Current Maintainer of this work is Martin Scharrer. + +This work consists of the files tikz-timing.dtx, tikz-timing.ins +and the derived file tikz-timing.sty. + +\endpreamble +\keepsilent + +\generate{% + \file{tikz-timing.sty}{\from{tikz-timing.dtx}{package}}% +% \file{tikz-timing-examplecode.sty}{\from{tikz-timing.dtx}{examplecode}}% +% \file{ydoc.sty}{\from{tikz-timing.dtx}{ydoc}}% +} + +\obeyspaces +\Msg{*************************************************************} +\Msg{* *} +\Msg{* To finish the installation you have to move the following *} +\Msg{* file into a directory searched by TeX: *} +\Msg{* *} +\Msg{* tikz-timing.sty *} +\Msg{* *} +\Msg{* To produce the documentation run the file tikz-timing.dtx *} +\Msg{* through LaTeX. *} +\Msg{* *} +\Msg{* Happy TeXing! *} +\Msg{* *} +\Msg{*************************************************************} + +\endbatchfile +%% vim: ft=tex |