summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tikz-timing/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-07 01:03:06 +0000
committerKarl Berry <karl@freefriends.org>2009-05-07 01:03:06 +0000
commit5050a2bc79879cd4e8e64db1e16776dc0ad6e2ea (patch)
treeaa6fda12fd5f2194165bb1f9eb24aedda471499a /Master/texmf-dist/doc/latex/tikz-timing/README
parente2681bc64b61864ab5d8671fcf7d75ebe30586cc (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/doc/latex/tikz-timing/README')
-rw-r--r--Master/texmf-dist/doc/latex/tikz-timing/README57
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
+