diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikz-timing/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/tikz-timing/README | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tikz-timing/README b/Master/texmf-dist/doc/latex/tikz-timing/README new file mode 100644 index 00000000000..03e9dea7190 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tikz-timing/README @@ -0,0 +1,57 @@ +-------------------------------------------------------------- + tikz-timing + version 0.4a, May 5th, 2009 +-------------------------------------------------------------- + +This package lets you typeset keywords of the version +control system Subversion inside your LaTeX files anywhere +you like. Unlike the very similar package 'svn' the usage of +multiple files for one LaTeX document is well supported. + +Copyright (C) 2009 Martin Scharrer +E-mail: martin@scharrer-online.de +WWW: http://www.scharrer-online.de/latex/ + +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. + + +Tiny example: +~~~~~~~~~~~~~ +In text: + \texttiming{HLHLHLHLHLHL} +Inside tikzpicture: + \timing [settings] (1,2) {HLHLHLHLHL}; + + +INSTALL: +~~~~~~~~ +From the .dtx file (if you don't get the .sty files directly): +================== +Unpack the zip file and run: + [pdf]latex tikz-timing.ins +Place the tikz-timing.sty file into your TEXMF tree, e.g. in + $TEXMF/tex/latex/tikz-timing + +DOCUMENTATION: +~~~~~~~~~~~~~~ +To create the documentation: + + [pdf]latex tikz-timing.dtx + makeindex -s gind.ist -o tikz-timing.ind tikz-timing.idx + makeindex -s gglo.ist -o tikz-timing.gls tikz-timing.glo + [pdf]latex tikz-timing.dtx + [pdf]latex tikz-timing.dtx + |