summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tikz-timing/README
blob: 91ae56d861c01920ebba198ee32dbf9edcbcbba9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
--------------------------------------------------------------
 tikz-timing
 version 0.5, May 15th, 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