A TikZ library by Karlheinz Ochs used to draw signal flow diagrams as seen in Example: Signal flow building blocks
This repository is an attempt to fix problems with \matrix
as illustrated
here: signalflowdiagram does not draw anything with
\matrix
.
This is not an official TikZ library and cannot be found using the official TeX installation managers.
-
Copy the
signalflowlibrary
folder into/usr/local/texlive/texmf-local/tex/latex
. The directory tree should look like this:/usr/local/texlive/texmf-local/tex/latex └── signalflowlibrary ├── macros.sty ├── signalflowdiagram.sty ├── tikzlibrarysignalflowarrows.code.tex ├── tikzlibrarysignalflowblocks.code.tex ├── tikzlibrarysignalflowdiagram.code.tex └── tikzlibrarysignalflowoperators.code.tex
-
Run:
$ mktexlsr
To use the included example, run:
$ latexmk -pdf example.tex