Menu

Tree [139fb4] default tip /
 History

Read Only access


File Date Author Commit
 examples 2009-12-15 Martin Scharrer Martin Scharrer [14fa23] tikz-timing6.tex, tikz-timing8.tex, tikz-timin...
 .hgtags 2017-12-20 Martin Scharrer Martin Scharrer [e23567] Added tag v0.7f for changeset c4167d3cf3be
 Makefile 2020-09-29 Martin Scharrer Martin Scharrer [139fb4] Updated Makefile to meet CTAN requests for ZIP ...
 README 2017-12-22 Martin Scharrer Martin Scharrer [502d72] Updated README and DTX file to match copyright ...
 SR_FF_timing_diagram.png 2009-12-14 Martin Scharrer Martin Scharrer [94d5b1] dev/tikz-timing.dtx:: Adjusted example positio...
 TODO 2012-05-12 Martin Scharrer Martin Scharrer [8551ec] Update TODOs
 absanchors.tex 2009-11-15 Martin Scharrer Martin Scharrer [a9f4c5] absanchors.tex:: updated list of characters.
 anchors.tex 2009-08-24 Martin Scharrer Martin Scharrer [9e0edd] anchors.tex:: Changed marker nodes to avoid me...
 nanchors.tex 2009-12-12 Martin Scharrer Martin Scharrer [e742d0] dev/tikz-timing.dtx:: Added new class and tit...
 oanchors.tex 2009-12-06 Martin Scharrer Martin Scharrer [d8e6be] oanchors.tex, ot.tex:: Added test files for ol...
 ot.tex 2009-12-06 Martin Scharrer Martin Scharrer [d8e6be] oanchors.tex, ot.tex:: Added test files for ol...
 test.cls 2011-03-25 Martin Scharrer Martin Scharrer [606472] dev/test.pl::
 test.pl 2011-03-25 Martin Scharrer Martin Scharrer [606472] dev/test.pl::
 test.tex 2011-03-24 Martin Scharrer Martin Scharrer [8b430b] dev/tikz-timing.dtx:: Fixed some styles.
 test2.tex 2009-08-12 Martin Scharrer Martin Scharrer [ee52d2] test2.tex:: Added copy of test file for `acomp...
 tikz-timing-advnodes.sty 2017-12-10 Martin Scharrer Martin Scharrer [00bb5f] Fixed PGF internal shape name macro to be compa...
 tikz-timing-arrows.sty 2012-05-12 Martin Scharrer Martin Scharrer [4351e0] Changed to new ydocstrip format.
 tikz-timing-beamer.sty 2012-05-12 Martin Scharrer Martin Scharrer [4351e0] Changed to new ydocstrip format.
 tikz-timing-clockarrows.sty 2012-05-12 Martin Scharrer Martin Scharrer [4351e0] Changed to new ydocstrip format.
 tikz-timing-columntype.sty 2012-05-12 Martin Scharrer Martin Scharrer [4351e0] Changed to new ydocstrip format.
 tikz-timing-counters.sty 2012-05-12 Martin Scharrer Martin Scharrer [4351e0] Changed to new ydocstrip format.
 tikz-timing-either.sty 2012-05-12 Martin Scharrer Martin Scharrer [4351e0] Changed to new ydocstrip format.
 tikz-timing-ifsym.sty 2012-05-12 Martin Scharrer Martin Scharrer [4351e0] Changed to new ydocstrip format.
 tikz-timing-interval.sty 2012-05-12 Martin Scharrer Martin Scharrer [4351e0] Changed to new ydocstrip format.
 tikz-timing-nicetabs.sty 2012-05-12 Martin Scharrer Martin Scharrer [4351e0] Changed to new ydocstrip format.
 tikz-timing-overlays.sty 2012-05-12 Martin Scharrer Martin Scharrer [4351e0] Changed to new ydocstrip format.
 tikz-timing.dtx 2017-12-22 Martin Scharrer Martin Scharrer [502d72] Updated README and DTX file to match copyright ...
 tikz-timing.ins 2012-05-12 Martin Scharrer Martin Scharrer [4351e0] Changed to new ydocstrip format.
 tikz-timing.sty 2012-05-12 Martin Scharrer Martin Scharrer [1b32f2] Disabled ttg-temp file generation.

Read Me

--------------------------------------------------------------
 tikz-timing
--------------------------------------------------------------

This package provides macros and an environment to generate timing diagrams
(digital waveforms) without much effort.  The TikZ (pgf) package is used to
produce the graphics.  The diagrams may be inserted into text (paragraphs,
\hbox, etc.) and into tikzpictures.  A tabular-like environment is provided to
produce larger timing diagrams.

Copyright (C) 2009-2017 Martin Scharrer
E-mail: martin@scharrer-online.de
WWW: https://bitbucket.org/martin_scharrer/tikz-timing/

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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.