Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

given enough eyeballs ...

3 views
Skip to first unread message

Bob Tennent

unread,
Aug 10, 2011, 2:05:17 AM8/10/11
to
Does anyone here know enough about pgf/tikz to help me? The following
example works in pgf-2.00 but doesn't work in pgf-2.10:

\documentclass{article}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw (0,1) -- (1,2) node[midway] {$\bullet$} ;
\draw (0,0) to[out=20,in=160,relative] (1,1) node[midway] {$\bullet$} ;
\end{tikzpicture}
\end{document}

For curved edges, nodes are always placed at the starting point in 2.10.
This is surely a small bug, but *where* in the hundreds of pgf/tikz
macro files is it?

This was reported long ago to the official bug-reporting site but
there's been no reaction.

Bob T.

KF Leong

unread,
Aug 10, 2011, 1:34:40 PM8/10/11
to
> \draw (0,0) to[out=20,in=160,relative] (1,1) node[midway] {$\bullet$} ;

\draw (0,0) to[out=20,in=160,relative] node[midway] {$\bullet$} (1,1);

Source:
http://old.nabble.com/Re%3A-node-midway--when-creating-mindmaps-p22358690.html

KF

Bob Tennent

unread,
Aug 10, 2011, 3:34:48 PM8/10/11
to

Thanks. It wasn't a bug, it was a feature :+)

Bob T.

0 new messages