Code

License: GNU General Public License version 2.0 (GPLv2)

Repositories

browse code, statistics, last commit on 2013-04-04 cvs -d:pserver:anonymous@pgf.cvs.sourceforge.net:/cvsroot/pgf login

cvs -z3 -d:pserver:anonymous@pgf.cvs.sourceforge.net:/cvsroot/pgf co -P modulename

Show:

What's happening?

  • Error messages hard to catch in plain TeX/ConTeXt

    TeX does not pause in the event of an error in plain or ConTeXt because \PackageError is defined using an \immediate\write17 instead of an \errmessage in pgfutil-{plain,context}.tex.

    2013-05-17 15:24:46 PDT by flnev

  • ConTeXt and ampersand

    In ConTeXt MkIV, the active ampersand does not get assigned the correct value in a "matrix of math nodes." In the example below, the first "\show &" shows the value of \pgfmatrixnextcell as expected, while in the second case the contents of & is "&" \usemodule[tikz] \usetikzlibrary[matrix] \starttext \starttikzpicture \matrix[matrix of...

    2013-05-17 15:18:58 PDT by flnev

  • broken key /pgf/decoration/reset marks

    The key '/pgf/decoration/reset marks' which is supposed to wipe out all previously declared marking marks, does not work With pgf 2.10 +pdflatex I got the complain I do not know the key '/pgf/decoration/reset marks' I looked at the definition of this key in file pgflibrarydecorations.markings.code.tex and I figured out that a pair of curly braces solve the problem I was trying to compile...

    2013-05-17 05:24:01 PDT by pvpage

  • Alternative tree layout

    Please add the following way to layout trees Instead of A | +---+---+ | | | B C D this is shown +---------+ | A | | | |B C D| +---------+ instead of I | +-----+-----+ | | A E | | +---+---+ +---+----+ | | | | |...

    2013-05-07 00:10:47 PDT by dschon2013

  • mindmap-style "invalidates" coordinate shape

    \tikz[mindmap] \coordinate child; gives error "Package pgf Error: No shape named -0.00002pt,142.26378pt is known." whereas \tikz \coordinate child; works as expected.

    2013-05-05 07:56:49 PDT by trent_

  • pow broken for non-integer bases and exponents

    Example: \documentclass{article} \usepackage{amsmath,tikz} \begin{document} \parindent=0em \pgfmathsetmacro\result{pow(0.5,1.5)} $(\tfrac12)^{3/2}\ne\result=2\sqrt2$\\ \pgfmathsetmacro\result{pow(0.5,0.5)} $(\tfrac12)^{1/2}\ne\result=\sqrt2?$\\ \pgfmathsetmacro\result{pow(0.5,-1.5)} $(\tfrac12)^{-3/2}\ne\result=2\sqrt2$\\ \pgfmathsetmacro\result{pow(0.5,-0.5)}...

    2013-05-03 21:49:03 PDT by open-edwin

  • Typo in Manual

    Search "intergraded" -> integrated.

    2013-04-22 12:40:56 PDT by vermiculus

  • PGF and TikZ -- G...

    tantau committed patchset 1560 of module pgf to the PGF and TikZ -- Graphic systems for TeX CVS repository, changing 27 files.

    2013-04-04 13:43:44 PDT by tantau

  • div/null error by (270:length) and a fading line

    \begin{tikzpicture} [scale=.6,every node/.style={scale=0.6}] \foreach \x in {0,45,...,180} { \draw[gray] (0,0) -- (\x:2); } \draw[gray,path fading=south] (0,0) -- (225:2); \draw[gray,path fading=south] (0,0) -- (270:1.5); %270 brings up an div/null error %\draw[gray,path fading=south] (0,0) -- (269:1.5); %works as expected %\draw[gray,path fading=south] (0,0) -- (269.9:1.5);...

    2013-04-03 05:31:58 PDT by schotter

  • Auto label placement and curved paths

    Combining the 'bend right' option and 'auto' label placement gives me strange results when applied to somewhat short paths. In the attached example, notice that the dots appear in the wrong order. If the distance of A and B is increased, or the 'auto' option removed, then one gets the expected result. \documentclass{article} \usepackage{tikz} \begin{document}...

    2013-03-31 18:01:49 PDT by flnev

Our Numbers