Tagged Questions
17
votes
3answers
583 views
Draw dimension of a line as a decoration in TikZ
Is it possible to define in TikZ a new decoration or something like that, such that it is possible to write something like:
\draw[dim={text,above}] (A) -- (B);
\draw[dim={text,below}] (C) -- (D);
...
28
votes
2answers
2k views
Dimensioning of a technical drawing in TikZ
Is there is an easy way to mark dimensions in a technical drawing with TikZ?
Is there a library or something?
Edit
I am using xelatex.
Update
I chose Martin's answer because it serves me well for ...