-
ludewich committed patchset 905 of module pgf to the PGF and TikZ -- Graphic systems for TeX CVS repository, changing 5 files.
2009-11-15 13:13:23 UTC by ludewich
-
ludewich committed patchset 904 of module pgf to the PGF and TikZ -- Graphic systems for TeX CVS repository, changing 4 files.
2009-11-14 11:24:30 UTC by ludewich
-
ludewich committed patchset 903 of module pgf to the PGF and TikZ -- Graphic systems for TeX CVS repository, changing 3 files.
2009-11-12 09:53:01 UTC by ludewich
-
Hello,
I want to create a chain, in which node distance=0, but every 4th node is separated (e.g. distance=10mm), and has a join.
the first part (distances) I was able to implement this way (there has to be something easier, though...):
\path[draw, start chain=bucket
going {at=(\tikzchainprevious),
xshift={(6mm + 10mm * (mod(\tikzchaincount, 4) == 1))}},
2009-11-11 10:06:45 UTC by orgads
-
ludewich committed patchset 902 of module pgf to the PGF and TikZ -- Graphic systems for TeX CVS repository, changing 4 files.
2009-11-06 09:51:42 UTC by ludewich
-
From http://groups.google.com/group/comp.text.tex/msg/6e245d56e4094efe
I've investigated a bit further: the problem is that \textsc will
adjust
the interword spacing after the letterspaced text; this is done
\aftergroup. tikz in turn tries to expand anything that has been put
after the node group. When it hits something unknown and unexpandable,
like in the case of microtype a dimen...
2009-11-04 09:12:11 UTC by propell
-
From comp.text.tex:
http://groups.google.com/group/comp.text.tex/browse_thread/thread/c2e3c3ce1e03267e#
I made some tikz pictures with small caps in textboxes. They compile
fine, but when I try to add tracking using microtype I get compilation
errors (did you forget a semicolon? No I didn't)
I'm using texlive2009-pre on debian. Is this a known problem? Does a
solution exist?...
2009-11-02 08:05:56 UTC by propell
-
When combining xslant and yslant, the result is not as would be expected.
Consider a point (x, y) in a \draw[xslant=a, yslant=b] scoop. Instead of moving the point to (x+ay, y+bx), it is sent to (x+ay+abx, y+bx). In other words: the last defined slant is applied entirely before the other slant.
2009-10-30 12:19:44 UTC by nobody
-
Thanks at once, I didn't quite understand why I had to use as many \let-assignments yet but may be I will, while reading. Probably it is connected to the idea of pointer-assignments and validity-scopes.
To my second question: is it possible to extract two different numbers from one parameter or scale the parameter (which is supposed to be a pair of numbers, meant as a 2D-vector) ?
Example:
2009-10-28 11:22:59 UTC by dfranitza
-
tantau committed patchset 901 of module pgf to the PGF and TikZ -- Graphic systems for TeX CVS repository, changing 2 files.
2009-10-27 23:03:12 UTC by tantau