This tag is best suited for emphasizing the 3rd party TikZ/PGF libraries. For official libraries, use of the regular TikZ tag or specific library tag is sufficient.
Questions tagged [tikzlibrary]
92 questions
3
votes
2 answers
How to use usetikzlibrary{dsp,chains}
I, i'm trying to draw a block diagram with tikz like discribed the link below
http://www.texample.net/tikz/examples/fir-filter/
but when i compile the code, i get a text error :
I can't find 'tikzlibrarydsp.code.tek'…
user52525
- 31
3
votes
1 answer
Why does tikzlibrary change catcodes for certain characters?
I'm trying to put together a library of common exam and homework problems that I use throughout the year. I've gathered quite a collect over the years and was thinking it would be nice to have something like:
\loadhomeworkset{2.1.4.3}
I thought I…
A.Ellett
- 50,533
1
vote
0 answers
Installing tikz libraries
I need to install the tikz libraries such as decorations. I have a tex installation (which i suspect is an old installation) with some tikz libraries such as shapes, arrows, snakes and patterns. I am told snakes package is deprecated.
How can I…
Cyriac Antony
- 374
1
vote
1 answer
Installing "tikz-ladder" library
I am new here. Before I decided to ask this question I spent a few hours looking for an answer on my own.
I'm trying to include the "tikz-ladder" ( https://ctan.org/pkg/tikz-ladder ) library to my document using:
\usepackage{tikz}
…
0
votes
1 answer
Using a custom tikz library with defined colors for multiple figures
I am writing a document which includes several figures done in tikz and I want to use the same color in all of them. Currently, I am defining all of them in each file as \definecolor{LightBlue}{HTML}{dae8fc} for example. I would like to have a…
aripod
- 107
0
votes
1 answer
library tex source files in windows
I was trying to use this Tikz example (Tikz example), which needs two library files provided from the same author (tex files as well). The point is that I can't find the path (on Windows) where to put the libraries, and having the latter in the same…
dario
- 303