{tikz-timing} is a tikz-based package to create timing diagrams
4
votes
1answer
158 views
Vertically center tikz-timing label of custom size
Question
Once I re-size the text of my timing labels, the midpoint of the label seems to shift as indicated by the arrows from the code/image below. It aligns to the bottom of the text instead of the ...
3
votes
1answer
140 views
LaTeX tikz-timing - adjust fontsize independently for each row label
I would like to be able to make the label below (which I have made red) have text size equivalent to \tiny but I can not figure out how to do it? I have not been able to find anyone else trying to ...
1
vote
1answer
117 views
How to generate text and timing diagram together using tikz-timing package?
I am new to TeX and I am trying to create a document which has regular text, paragraphs etc and also a timing diagram somewhere in between. I am using the TikZ timing package.
Here is an example of ...
3
votes
1answer
101 views
Get equal D and T slopes with tikz-timing
I'm using the tikz-timing package to create a bus timing diagram:
\begin{tikztimingtable}[timing/slope=0.5]
DT & 2D{}12D{}1D\\
CK & [H] 1H2{6T}2T\\
\end{tikztimingtable}
Now it occurs that ...
5
votes
1answer
131 views
tikz-timing package gives up on path after 25 clock cycles
I'm using the tikz-timing package to do some timing diagrams, but it seems that it has an upper limit of 25 clock cycles.
While
\documentclass[a4paper]{article}
\usepackage{tikz-timing}
...
6
votes
1answer
161 views
tikz-timing: is there a straightforward way to add a numbered time axis?
Loving tikz-timing for preparing timing diagrams for my teaching. One thing I've not been able to find, though, is how I might add a numbered time axis to a timing diagram. This is useful when showing ...
2
votes
2answers
192 views
How do I typeset ‘long’ waveforms with tikz-timing?
I'm typesetting with the book class (so, one column), and I need to typeset various waveforms with tikz-timing. When I was using it for two-column documents, I never had a problem, but now I've come ...
3
votes
1answer
274 views
How to use tikz-timing together with the external library
I would like to generate a tikz-timing signal in my LaTeX document and to save it, using external library as pdf file.
Here is an example of a combine code:
\documentclass[border=5pt]{scrbook}
...
3
votes
1answer
311 views
Changing grid size in tikz-timing package
The grind in the figure contain a grid of 2x8 squeezers (2 rows and 8 columns) and I use 4 elements.
How could I tell tikz-timing to use a grid of 1x4 squeezers?
Below is an example of my code:
...
2
votes
1answer
438 views
tikz-timing: text labels in symbols other than D, and time axis discontinuities
This is (more-less) two (or more) questions in one - however related; so I'll try to cover all in one post. I have a specific timing diagram layout in mind, and I'm almost there:
The complete code ...
2
votes
2answers
405 views
Tikz-timing: using an arrow for a vertical line like G (glitch) symbol?
I just asked this question: Does the program counter always have to change (upon an instruction tick)? - Stack Overflow, where I used the following code:
% min-timing.tex
% pdflatex min-timing.tex ...
4
votes
1answer
535 views
set a caption and label in a tikz timingtable environment
Is it possible to set a caption and label within a tikz timing table? Or do I have to do that somehow within a tikzpicture?
Here the codefragment:
\begin{minipage}{0.5\textwidth}
...
4
votes
1answer
694 views
Styling tikz-timing signal lines
I'm using the tikz-timing package and would like to apply either snakes type of styling, or say the double for double lines to signal lines. Consider the example below:
\documentclass{article}
...
