<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-3582</id>
	<title>Nabble - PGF and TikZ</title>
	<updated>2009-12-22T06:07:26Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/PGF-and-TikZ-f3582.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PGF-and-TikZ-f3582.html" />
	<subtitle type="html">PGF is a TeX macro package for generating graphics. It is platform- and format-independent and works together with the most important TeX backend drivers, including pdftex and dvips. It comes with a user-friedly syntax layer called TikZ. PGF and TikZ -- Graphic systems for TeX home is &lt;a href=&quot;http://sourceforge.net/projects/pgf/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26888896</id>
	<title>curved arrows and nodes of different width</title>
	<published>2009-12-22T06:07:26Z</published>
	<updated>2009-12-22T06:07:26Z</updated>
	<author>
		<name>koslowj</name>
	</author>
	<content type="html">The first and last diagram are what I'm after, but my attempts to achieve this for the third one by &amp;quot;normal&amp;quot; means failed miserably, see the middle diagrams. &amp;nbsp;(For some more hilarious results, try throwing in &amp;quot;\mathstrut&amp;quot; on each side!) &amp;nbsp;What's the right way of doing this?
&lt;br&gt;&lt;br&gt;-- Juergen
&lt;br&gt;&lt;br&gt;\documentclass{article}
&lt;br&gt;&lt;br&gt;\usepackage{tikz}
&lt;br&gt;\usetikzlibrary{arrows}
&lt;br&gt;&lt;br&gt;\begin{document}
&lt;br&gt;&lt;br&gt;\begin{tikzpicture}
&lt;br&gt;&amp;nbsp; \node(X) at (0,0){$X$};
&lt;br&gt;&amp;nbsp; \node(V) at (3,0){$V$};
&lt;br&gt;&amp;nbsp; \draw[-&amp;gt;] 
&lt;br&gt;&amp;nbsp; &amp;nbsp; (X) edge[bend left] 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; node[auto]{$a$}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; node[pos=.5](top){} (V);
&lt;br&gt;&amp;nbsp; \draw[-&amp;gt;] 
&lt;br&gt;&amp;nbsp; &amp;nbsp; (X) edge[bend right] 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; node[auto,swap]{$b$}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; node[pos=.5](bot){} (V);
&lt;br&gt;&amp;nbsp; \draw[-implies,double distance=1.2pt,shorten &amp;gt;=.25ex,shorten &amp;lt;=.25ex]
&lt;br&gt;&amp;nbsp; &amp;nbsp; (top) to node[auto]{$\cong$} (bot);
&lt;br&gt;\end{tikzpicture}
&lt;br&gt;&lt;br&gt;\begin{tikzpicture}
&lt;br&gt;&amp;nbsp; \node(X) at (0,0){$XXX$};
&lt;br&gt;&amp;nbsp; \node(V) at (3,0){$V$};
&lt;br&gt;&amp;nbsp; \draw[-&amp;gt;] 
&lt;br&gt;&amp;nbsp; &amp;nbsp; (X) edge[bend left] 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; node[auto]{$a$}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; node[pos=.5](top){} (V);
&lt;br&gt;&amp;nbsp; \draw[-&amp;gt;] 
&lt;br&gt;&amp;nbsp; &amp;nbsp; (X) edge[bend right] 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; node[auto,swap]{$b$}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; node[pos=.5](bot){} (V);
&lt;br&gt;&amp;nbsp; \draw[-implies,double distance=1.2pt,shorten &amp;gt;=.25ex,shorten &amp;lt;=.25ex]
&lt;br&gt;&amp;nbsp; &amp;nbsp; (top) to node[auto]{$\cong$} (bot);
&lt;br&gt;\end{tikzpicture}
&lt;br&gt;&lt;br&gt;\begin{tikzpicture}
&lt;br&gt;&amp;nbsp; \node[right](X) at (0,0){$XXX$};
&lt;br&gt;&amp;nbsp; \node[left](V) at (4,0){$V$};
&lt;br&gt;&amp;nbsp; \draw[-&amp;gt;] 
&lt;br&gt;&amp;nbsp; &amp;nbsp; (X) edge[bend left] 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; node[auto]{$a$}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; node[pos=.5](top){} (V);
&lt;br&gt;&amp;nbsp; \draw[-&amp;gt;] 
&lt;br&gt;&amp;nbsp; &amp;nbsp; (X) edge[bend right] 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; node[auto,swap]{$b$}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; node[pos=.5](bot){} (V);
&lt;br&gt;&amp;nbsp; \draw[-implies,double distance=1.2pt,shorten &amp;gt;=.25ex,shorten &amp;lt;=.25ex]
&lt;br&gt;&amp;nbsp; &amp;nbsp; (top) to node[auto]{$\cong$} (bot);
&lt;br&gt;\end{tikzpicture}
&lt;br&gt;&lt;br&gt;\begin{tikzpicture}
&lt;br&gt;&amp;nbsp; \node[left](X) at (0,0){$XXX$};
&lt;br&gt;&amp;nbsp; \node[right](V) at (2,0){$V$};
&lt;br&gt;&amp;nbsp; \draw[-&amp;gt;] 
&lt;br&gt;&amp;nbsp; &amp;nbsp; (X) edge[bend left] 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; node[auto]{$a$}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; node[pos=.5](top){} (V);
&lt;br&gt;&amp;nbsp; \draw[-&amp;gt;] 
&lt;br&gt;&amp;nbsp; &amp;nbsp; (X) edge[bend right] 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; node[auto,swap]{$b$}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; node[pos=.5](bot){} (V);
&lt;br&gt;&amp;nbsp; \draw[-implies,double distance=1.2pt,shorten &amp;gt;=.25ex,shorten &amp;lt;=.25ex]
&lt;br&gt;&amp;nbsp; &amp;nbsp; (top) to node[auto]{$\cong$} (bot);
&lt;br&gt;\end{tikzpicture}
&lt;br&gt;&lt;br&gt;\[XX\!\!\begin{tikzpicture}[baseline=(X.base)]
&lt;br&gt;&amp;nbsp; \node[left](X) at (0,0){$X$};
&lt;br&gt;&amp;nbsp; \node[right](V) at (2.5,0){$V$};
&lt;br&gt;&amp;nbsp; \draw[-&amp;gt;] 
&lt;br&gt;&amp;nbsp; &amp;nbsp; (X) edge[bend left] 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; node[auto]{$a$}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; node[pos=.5](top){} (V);
&lt;br&gt;&amp;nbsp; \draw[-&amp;gt;] 
&lt;br&gt;&amp;nbsp; &amp;nbsp; (X) edge[bend right] 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; node[auto,swap]{$b$}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; node[pos=.5](bot){} (V);
&lt;br&gt;&amp;nbsp; \draw[-implies,double distance=1.2pt,shorten &amp;gt;=.25ex,shorten &amp;lt;=.25ex]
&lt;br&gt;&amp;nbsp; &amp;nbsp; (top) to node[auto]{$\cong$} (bot);
&lt;br&gt;\end{tikzpicture}
&lt;br&gt;\]
&lt;br&gt;&lt;br&gt;\end{document}
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/curved-arrows-and-nodes-of-different-width-tp26888896p26888896.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26886086</id>
	<title>Re: pgffor in the CVS version (bug ?)</title>
	<published>2009-12-22T02:06:12Z</published>
	<updated>2009-12-22T02:06:12Z</updated>
	<author>
		<name>Mark Wibrow-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Yes, it seems in June 2008 I put some proposed extensions to pgffor in
&lt;br&gt;the CVS and one of the changes was that test. I can't remember exactly
&lt;br&gt;why I put it in as it is slower than the previous \ifx test but I
&lt;br&gt;*think* that in the past you couldn't say &amp;nbsp;{1, 2, ..., 10} (i.e.,
&lt;br&gt;there was a problem with the spaces).
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Mark
&lt;br&gt;&lt;br&gt;2009/12/22 Alain Matthes &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26886086&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alain.matthes@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Le 22 déc. 2009 à 10:36, Mark Wibrow a écrit :
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This is actually a problem with the macro \pgfutil@in@ which can be
&lt;br&gt;&amp;gt;&amp;gt; used to test if a string A is contained in another string B .
&lt;br&gt;&amp;gt;&amp;gt; Unfortunately if A consists of only one character (e.g., `...') and B
&lt;br&gt;&amp;gt;&amp;gt; ends in that character (e.g., `feature.') this test will return a
&lt;br&gt;&amp;gt;&amp;gt; false-positive.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; \pgfutil@in@ is based on (it is exactly the same definition) as \in@
&lt;br&gt;&amp;gt;&amp;gt; which is part of LaTeX. It is --- i believe --- the fastest way to
&lt;br&gt;&amp;gt;&amp;gt; perform this kind of test and only fails in the case described above:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi Mark,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks for this explanation but this problem does not appear
&lt;br&gt;&amp;gt;  with an older version. Something changed recently in pgffor ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best regards
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Alain Matthes
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26886086&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/pgffor-in-the-CVS-version-%28bug--%29-tp26858497p26886086.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26885901</id>
	<title>Re: pgffor in the CVS version (bug ?)</title>
	<published>2009-12-22T01:44:27Z</published>
	<updated>2009-12-22T01:44:27Z</updated>
	<author>
		<name>Alain Matthes-2</name>
	</author>
	<content type="html">Le 22 déc. 2009 à 10:36, Mark Wibrow a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This is actually a problem with the macro \pgfutil@in@ which can be
&lt;br&gt;&amp;gt; used to test if a string A is contained in another string B .
&lt;br&gt;&amp;gt; Unfortunately if A consists of only one character (e.g., `...') and B
&lt;br&gt;&amp;gt; ends in that character (e.g., `feature.') this test will return a
&lt;br&gt;&amp;gt; false-positive.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; \pgfutil@in@ is based on (it is exactly the same definition) as \in@
&lt;br&gt;&amp;gt; which is part of LaTeX. It is --- i believe --- the fastest way to
&lt;br&gt;&amp;gt; perform this kind of test and only fails in the case described above:
&lt;/div&gt;&lt;br&gt;Hi Mark,
&lt;br&gt;&lt;br&gt;Thanks for this explanation but this problem does not appear
&lt;br&gt;&amp;nbsp;with an older version. Something changed recently in pgffor ?
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;&lt;br&gt;Alain Matthes
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26885901&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/pgffor-in-the-CVS-version-%28bug--%29-tp26858497p26885901.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26885830</id>
	<title>Re: pgffor in the CVS version (bug ?)</title>
	<published>2009-12-22T01:36:22Z</published>
	<updated>2009-12-22T01:36:22Z</updated>
	<author>
		<name>Mark Wibrow-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;This is actually a problem with the macro \pgfutil@in@ which can be
&lt;br&gt;used to test if a string A is contained in another string B .
&lt;br&gt;Unfortunately if A consists of only one character (e.g., `...') and B
&lt;br&gt;ends in that character (e.g., `feature.') this test will return a
&lt;br&gt;false-positive.
&lt;br&gt;&lt;br&gt;\pgfutil@in@ is based on (it is exactly the same definition) as \in@
&lt;br&gt;which is part of LaTeX. It is --- i believe --- the fastest way to
&lt;br&gt;perform this kind of test and only fails in the case described above:
&lt;br&gt;&lt;br&gt;\documentclass{minimal}
&lt;br&gt;\begin{document}
&lt;br&gt;&lt;br&gt;\makeatletter
&lt;br&gt;\def\mytest#1{%
&lt;br&gt;&amp;nbsp; \expandafter\in@{...}{#1}%
&lt;br&gt;\ifin@
&lt;br&gt;&amp;nbsp; `#1' contains the string `...'
&lt;br&gt;\else
&lt;br&gt;&amp;nbsp; `#1' does not contains the string `...'
&lt;br&gt;\fi}
&lt;br&gt;&lt;br&gt;\mytest{bug;}
&lt;br&gt;\mytest{feature.}
&lt;br&gt;&lt;br&gt;\end{document}
&lt;br&gt;&lt;br&gt;&lt;br&gt;The solution --- as you pointed out --- in this case is to put any `.'
&lt;br&gt;in braces (or the whole list item).
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Mark
&lt;br&gt;&lt;br&gt;2009/12/19 Alain Matthes &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26885830&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alain.matthes@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \documentclass{minimal}
&lt;br&gt;&amp;gt; \usepackage{pgffor}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \begin{document}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \foreach \rep in {bug; ,feature.}{\rep}
&lt;br&gt;&amp;gt; \end{document}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; gives an error, but
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \foreach \rep in {bug; ,feature{.}}{\rep}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; it's correct.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best regards
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Alain Matthes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;&amp;gt; Take advantage of Verizon's best-in-class app development support
&lt;br&gt;&amp;gt; A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;&amp;gt; Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; pgf-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26885830&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26885830&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/pgffor-in-the-CVS-version-%28bug--%29-tp26858497p26885830.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26883378</id>
	<title>use verbatim in node text</title>
	<published>2009-12-21T19:09:02Z</published>
	<updated>2009-12-21T19:09:02Z</updated>
	<author>
		<name>Steven Woody</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Following example gives me an error: &amp;nbsp;! Package tikz Error: Giving up
&lt;br&gt;on this path. Did you forget a semicolon?. &amp;nbsp;But it will work if I
&lt;br&gt;remove the \verb!...! in the node text.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; \begin{tikzpicture}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; \draw (0,0) rectangle (2,2);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; \draw (.5,.5) node[fill=examplefill] {Text at \verb!node 1!}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -- (1.5,1.5) node {Text at node 2};
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; \filldraw[pink] (.5,.5) circle (1pt);
&lt;br&gt;&amp;nbsp; &amp;nbsp; \end{tikzpicture}
&lt;br&gt;&lt;br&gt;This is copy from pgfmanual and I am test it with beamer. &amp;nbsp;The command
&lt;br&gt;line is 'pdflatex myfile'
&lt;br&gt;&lt;br&gt;&lt;br&gt;Can anyone help? Thanks.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Life is the only flaw in an otherwise perfect nonexistence
&lt;br&gt;&amp;nbsp; &amp;nbsp; -- Schopenhauer
&lt;br&gt;&lt;br&gt;narke
&lt;br&gt;public key at &lt;a href=&quot;http://subkeys.pgp.net:11371&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subkeys.pgp.net:11371&lt;/a&gt;&amp;nbsp;(&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26883378&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;narkewoody@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26883378&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/use-verbatim-in-node-text-tp26883378p26883378.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26859532</id>
	<title>Re: bordered arrows</title>
	<published>2009-12-19T15:17:47Z</published>
	<updated>2009-12-19T15:17:47Z</updated>
	<author>
		<name>Vari</name>
	</author>
	<content type="html">Hi Tom,
&lt;br&gt;&lt;br&gt;Try single arrow from the shapes library.
&lt;br&gt;&lt;br&gt;regards,
&lt;br&gt;Pedro&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/bordered-arrows-tp25020511p26859532.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26858497</id>
	<title>pgffor in the CVS version (bug ?)</title>
	<published>2009-12-19T12:59:23Z</published>
	<updated>2009-12-19T12:59:23Z</updated>
	<author>
		<name>Alain Matthes-2</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;\documentclass{minimal}
&lt;br&gt;\usepackage{pgffor}
&lt;br&gt;&lt;br&gt;\begin{document}
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;\foreach \rep in {bug; ,feature.}{\rep}
&lt;br&gt;\end{document}
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;gives an error, but 
&lt;br&gt;&lt;br&gt;\foreach \rep in {bug; ,feature{.}}{\rep}
&lt;br&gt;&lt;br&gt;it's correct.
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;&lt;br&gt;Alain Matthes
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26858497&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/pgffor-in-the-CVS-version-%28bug--%29-tp26858497p26858497.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26843477</id>
	<title>node[shift=...] does not work with scale (was: Scale , shift and foreach)</title>
	<published>2009-12-18T05:35:28Z</published>
	<updated>2009-12-18T05:35:28Z</updated>
	<author>
		<name>Martin Scharrer</name>
	</author>
	<content type="html">I encountered the same issue as below with pgf 2.0.
&lt;br&gt;&lt;br&gt;The shift in 'node[shift=...] at (x,y)' seems not to work together with 'scale'. However
&lt;br&gt;'node at ([shift=...]x,y)' seems to work! The \foreach seems not have any influence on this. Without
&lt;br&gt;it the error appears in the same way.
&lt;br&gt;&lt;br&gt;\begin{tikzpicture}[scale=1]
&lt;br&gt;\foreach \x in {1,2,4,8}{%
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;\node at ([xshift=\x cm]0,0) &amp;nbsp;{\x};%
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;\end{tikzpicture}
&lt;br&gt;&lt;br&gt;\begin{tikzpicture}[scale=.5]
&lt;br&gt;\foreach \x in {1,2,4,8}{%
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;\node at ([xshift=\x cm]0,0) &amp;nbsp;{\x};%
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;\end{tikzpicture}
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Alain Matthes-2 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;hello :)
&lt;br&gt;&lt;br&gt;I don't understand why in the second case, the scale option has no &amp;nbsp;
&lt;br&gt;effect.
&lt;br&gt;There is something that I forget...or i'm very tired ....
&lt;br&gt;&lt;br&gt;sorry for this question of &amp;quot;débutant&amp;quot;
&lt;br&gt;&lt;br&gt;\documentclass{article}
&lt;br&gt;\usepackage{tikz}
&lt;br&gt;&lt;br&gt;\begin{document}
&lt;br&gt;&lt;br&gt;\begin{tikzpicture}[scale=1]
&lt;br&gt;\foreach \x in {1,2,4,8}{%
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;\node[xshift=\x cm] at (0,0) &amp;nbsp;{\x};%
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;\end{tikzpicture}
&lt;br&gt;&lt;br&gt;\begin{tikzpicture}[scale=.5]
&lt;br&gt;\foreach \x in {1,2,4,8}{%
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;\node[xshift=\x cm] at (0,0) &amp;nbsp;{\x};%
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;\end{tikzpicture}
&lt;br&gt;&lt;br&gt;\begin{tikzpicture}[scale=1]
&lt;br&gt;\foreach \x in {1,2,4,8}{%
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;\node at (\x,0) &amp;nbsp;{\x};%
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;\end{tikzpicture}
&lt;br&gt;&lt;br&gt;\begin{tikzpicture}[scale=.5]
&lt;br&gt;\foreach \x in {1,2,4,8}{%
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;\node at (\x,0) &amp;nbsp;{\x};%
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;\end{tikzpicture}
&lt;br&gt;&lt;br&gt;\end{document}
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Scale-%2C-shift-and-foreach-tp12835360p26843477.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26843208</id>
	<title>Re: Scaling in circuitikz</title>
	<published>2009-12-18T05:27:45Z</published>
	<updated>2009-12-18T05:27:45Z</updated>
	<author>
		<name>Martin Scharrer</name>
	</author>
	<content type="html">Hi Bjorn,
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Bjørn Kolbrek wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;[...]
&lt;br&gt;But what do I do when the schematic is bigger/wider than what I can put 
&lt;br&gt;on one page? Scaling doesn't work properly. Using for instance 
&lt;br&gt;[scale=0.5] shortens the lines between the components, but the 
&lt;br&gt;components themselves are the same size, and the result is that they are 
&lt;br&gt;drawn on top of each other.
&lt;br&gt;&lt;br&gt;Is there a way to scale the components, or do I just have to accept that 
&lt;br&gt;I can\t draw too large schematics?
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
I encountered the same problems with the 'tikztimingtable' in my package 'tikz-timing'.
&lt;br&gt;The 'scale' setting is only a coordinate scaling, not a general zoom.
&lt;br&gt;&lt;br&gt;You can easily scale the whole thing using the \scalebox{&amp;lt;factor&amp;gt;}{&amp;lt;material&amp;gt;} command from 
&lt;br&gt;the graphicx package. An other way is to enclose the whole thing in a tikz node as described in the post &amp;quot;howto to scale a complete graph correctly&amp;quot; (can be found e.g. here:
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/howto-to-scale-a-complete-graph-correctly-td22367062.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/howto-to-scale-a-complete-graph-correctly-td22367062.html&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;The described &amp;quot;transform canvas&amp;quot; option seems to have problems calculating the correct bounding box.
&lt;br&gt;&lt;br&gt;Martin
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Scaling-in-circuitikz-tp26794380p26843208.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26840588</id>
	<title>Re: Scaling in circuitikz</title>
	<published>2009-12-18T00:40:17Z</published>
	<updated>2009-12-18T00:40:17Z</updated>
	<author>
		<name>Kjell Magne Fauske</name>
	</author>
	<content type="html">2009/12/16 Bjørn Kolbrek &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26840588&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bk1@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; Thanks, Kjell Magne, that did the trick.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This does not seem to be documented in the circuitikz manual. Is it a
&lt;br&gt;&amp;gt; standard option in pgf?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Rgds,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bjørn
&lt;br&gt;&lt;br&gt;&lt;br&gt;The 'transform shape' option is a standard TikZ/PGF option.
&lt;br&gt;&lt;br&gt;- Kjell Magne
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Try adding the 'transform shape' option:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; \begin{tikzpicture}[scale=0.2,transform shape]
&lt;br&gt;&amp;gt;&amp;gt; ...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This should scale node sizes as well. Line widths are not scaled
&lt;br&gt;&amp;gt;&amp;gt; though. If you need this, look up canvas transformations in the pgf
&lt;br&gt;&amp;gt;&amp;gt; manual.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hope this helps.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; - Kjell Magne Fauske
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26840588&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Scaling-in-circuitikz-tp26794380p26840588.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26826020</id>
	<title>Re: Source of TikZ manual</title>
	<published>2009-12-17T02:29:40Z</published>
	<updated>2009-12-17T02:29:40Z</updated>
	<author>
		<name>Susan Dittmar-3</name>
	</author>
	<content type="html">Quoting Clemens Helfmeier (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26826020&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;clemensh@...&lt;/a&gt;):
&lt;br&gt;&amp;gt; try ou TEXINPUTS=./:../../text-en pdflatex pgfmanual.tex
&lt;br&gt;&lt;br&gt;This should work, at least it does for me. Important: you have to do it in
&lt;br&gt;the folder where pgfmanual.tex is situated.
&lt;br&gt;&lt;br&gt;I just copied the whole directory texmf/doc/generic/pgf. Within this
&lt;br&gt;directory, there are directories version-for-*. I changed into the
&lt;br&gt;directory version-for-pdftex, as that is the version I most often use, and
&lt;br&gt;within that the directory 'en'. *There* I called the above (or make, which
&lt;br&gt;does not much more than the above). It worked like a charm.
&lt;br&gt;&lt;br&gt;If this does not work for you, as you are already working with a copy of the
&lt;br&gt;source, try if you can move all those files into one directory, then call
&lt;br&gt;&amp;quot;pdflatex pgfmanual.tex&amp;quot;. I did not check for duplicate filenames, which
&lt;br&gt;might be a problem then.
&lt;br&gt;&lt;br&gt;Hope this helps,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Susan
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;&lt;br /&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26826020&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26826020/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Source-of-TikZ-manual-tp26822374p26826020.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26825898</id>
	<title>Re: Data in Vector</title>
	<published>2009-12-17T02:18:04Z</published>
	<updated>2009-12-17T02:18:04Z</updated>
	<author>
		<name>Mark Wibrow-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;The latest CVS versions of the math engine allow vectors and matracies
&lt;br&gt;to be emulated as follows:
&lt;br&gt;&lt;br&gt;\documentclass{article}
&lt;br&gt;\usepackage{tikz}
&lt;br&gt;\begin{document}
&lt;br&gt;&lt;br&gt;\def\myvector{{1,4,7,9,2,33,-1}}
&lt;br&gt;&lt;br&gt;\foreach\i in {0,...,6}{\pgfmathparse{\myvector[\i]}\pgfmathresult, }
&lt;br&gt;&lt;br&gt;\def\myidmatrix{{{1,0,0},{0,1,0},{0,0,1}}}
&lt;br&gt;&lt;br&gt;\tikz\foreach \i in {0,1,2}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \foreach \j in {0,1,2}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \node at (\j,-\i) {\pgfmathparse{\myidmatrix[\i][\j]}\pgfmathresult};
&lt;br&gt;\end{document}
&lt;br&gt;&lt;br&gt;Although there is no convenient size or length functions (cf. matlab,
&lt;br&gt;python etc) yet.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Mark
&lt;br&gt;&lt;br&gt;2009/12/17 Hugues Vermeiren &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825898&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hgsvermeiren@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello world, Hello pgf-users
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A very short question :
&lt;br&gt;&amp;gt; Using Tikz-pgf, how can we store data in a vector V(1),V(2),...,V(n) or a
&lt;br&gt;&amp;gt; matrix?
&lt;br&gt;&amp;gt; I guess the question has already been posted on this list.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hugues Vermeiren, Brussels.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;&amp;gt; Take advantage of Verizon's best-in-class app development support
&lt;br&gt;&amp;gt; A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;&amp;gt; Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; pgf-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825898&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825898&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Data-in-Vector-tp26825751p26825898.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26825751</id>
	<title>Data in Vector</title>
	<published>2009-12-17T02:05:37Z</published>
	<updated>2009-12-17T02:05:37Z</updated>
	<author>
		<name>Hugues Vermeiren</name>
	</author>
	<content type="html">Hello world, Hello pgf-users
&lt;br&gt;&lt;br&gt;A very short question :
&lt;br&gt;Using Tikz-pgf, how can we store data in a vector V(1),V(2),...,V(n) or a 
&lt;br&gt;matrix?
&lt;br&gt;I guess the question has already been posted on this list.
&lt;br&gt;&lt;br&gt;Hugues Vermeiren, Brussels.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825751&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Data-in-Vector-tp26825751p26825751.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26824572</id>
	<title>Re: Source of TikZ manual</title>
	<published>2009-12-16T23:59:03Z</published>
	<updated>2009-12-16T23:59:03Z</updated>
	<author>
		<name>Clemens Helfmeier</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;try ou TEXINPUTS=./:../../text-en pdflatex pgfmanual.tex
&lt;br&gt;&lt;br&gt;Clemens
&lt;br&gt;&lt;br&gt;On Thu, Dec 17, 2009 at 10:57:35AM +0800, Steven Woody wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, Dec 16, 2009 at 10:50 PM, Axel E. Retif &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26824572&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;axel.retif@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; On  16 Dec, 2009, at 08:42, Steven Woody wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; On Wed, Dec 16, 2009 at 7:06 PM, Axel E. Retif &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26824572&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;axel.retif@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; On  16 Dec, 2009, at 01:51, Steven Woody wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; I am reading the TikZ manual in PDF format.  I feel the format and graphics in the document is so much beautiful so I desire to check out its latex source.  Is it public accessible and how can I get it?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; If you're using TeXLive 2009, it's here:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; /usr/local/texlive/2009/texmf-dist/doc/generic/pgf
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; The chapters are in the subdirectory ``text-en''.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; As for your previous question,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Thanks. But did you every try to build the pdf from the sources? There
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; is a Makefile under the directory and when I run 'make' in it,  I got
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; an error:  &amp;quot;can not open pgfmanual.tex&amp;quot;, but the file does exist in
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; the directory.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I guess you have to copy the whole pgf directory to a place you have write permissions.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yes. But still failed.  I think this is a directory layout problem.
&lt;br&gt;&amp;gt; The Make file set the TEXINPUTS=../../text-en for me, it amounts to:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; $ TEXINPUTS=../../text-en pdflatex pgfmanual.tex
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; but this result in:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; kpathsea: Running mktextex pgfmanual.tex
&lt;br&gt;&amp;gt; ! I can't find file `pgfmanual.tex'.
&lt;br&gt;&amp;gt; &amp;lt;*&amp;gt; pgfmanual.tex
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But if without TEXINPUTS setting and do it directly:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; $ pdflatex pgfmanual.tex
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I will get another error:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; (./pgfmanual.toc) [3]
&lt;br&gt;&amp;gt; No file pgfmanual-en-introduction.tex.
&lt;br&gt;&amp;gt; [4]
&lt;br&gt;&amp;gt; No file pgfmanual-en-tutorial.tex.
&lt;br&gt;&amp;gt; No file pgfmanual-en-tutorial-nodes.tex.
&lt;br&gt;&amp;gt; No file pgfmanual-en-tutorial-Euclid.tex.
&lt;br&gt;&amp;gt; No file pgfmanual-en-tutorial-chains.tex.
&lt;br&gt;&amp;gt; No file pgfmanual-en-guidelines.tex.
&lt;br&gt;&amp;gt; ....
&lt;br&gt;&amp;gt; .....
&lt;br&gt;&amp;gt; l.685 \end{codeexample}
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (Press Enter to retry, or Control-Z to exit; default file extension is `.tex')
&lt;br&gt;&amp;gt; Please type another output file name:
&lt;br&gt;&amp;gt; ! I can't write on file `plots/pgf-asymptotic-example.gnuplot'.
&lt;br&gt;&amp;gt; \pgf@plotgnuplot ...ut \pgf@plotwrite =#1.gnuplot
&lt;br&gt;&amp;gt;                                                  \immediate \write \pgf@plo...
&lt;br&gt;&amp;gt; l.685 \end{codeexample}
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Do you have a clue?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Life is the only flaw in an otherwise perfect nonexistence
&lt;br&gt;&amp;gt;    -- Schopenhauer
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; narke
&lt;br&gt;&amp;gt; public key at &lt;a href=&quot;http://subkeys.pgp.net:11371&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subkeys.pgp.net:11371&lt;/a&gt;&amp;nbsp;(&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26824572&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;narkewoody@...&lt;/a&gt;)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;&amp;gt; Take advantage of Verizon's best-in-class app development support
&lt;br&gt;&amp;gt; A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;&amp;gt; Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; pgf-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26824572&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;&lt;br /&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26824572&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26824572/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Source-of-TikZ-manual-tp26822374p26824572.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26822374</id>
	<title>Source of TikZ manual</title>
	<published>2009-12-16T18:57:35Z</published>
	<updated>2009-12-16T18:57:35Z</updated>
	<author>
		<name>Steven Woody</name>
	</author>
	<content type="html">On Wed, Dec 16, 2009 at 10:50 PM, Axel E. Retif &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26822374&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;axel.retif@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On  16 Dec, 2009, at 08:42, Steven Woody wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Wed, Dec 16, 2009 at 7:06 PM, Axel E. Retif &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26822374&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;axel.retif@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On  16 Dec, 2009, at 01:51, Steven Woody wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I am reading the TikZ manual in PDF format.  I feel the format and graphics in the document is so much beautiful so I desire to check out its latex source.  Is it public accessible and how can I get it?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; If you're using TeXLive 2009, it's here:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /usr/local/texlive/2009/texmf-dist/doc/generic/pgf
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The chapters are in the subdirectory ``text-en''.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; As for your previous question,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks. But did you every try to build the pdf from the sources? There
&lt;br&gt;&amp;gt;&amp;gt; is a Makefile under the directory and when I run 'make' in it,  I got
&lt;br&gt;&amp;gt;&amp;gt; an error:  &amp;quot;can not open pgfmanual.tex&amp;quot;, but the file does exist in
&lt;br&gt;&amp;gt;&amp;gt; the directory.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I guess you have to copy the whole pgf directory to a place you have write permissions.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Yes. But still failed.  I think this is a directory layout problem.
&lt;br&gt;The Make file set the TEXINPUTS=../../text-en for me, it amounts to:
&lt;br&gt;&lt;br&gt;$ TEXINPUTS=../../text-en pdflatex pgfmanual.tex
&lt;br&gt;&lt;br&gt;but this result in:
&lt;br&gt;&lt;br&gt;kpathsea: Running mktextex pgfmanual.tex
&lt;br&gt;! I can't find file `pgfmanual.tex'.
&lt;br&gt;&amp;lt;*&amp;gt; pgfmanual.tex
&lt;br&gt;&lt;br&gt;&lt;br&gt;But if without TEXINPUTS setting and do it directly:
&lt;br&gt;&lt;br&gt;$ pdflatex pgfmanual.tex
&lt;br&gt;&lt;br&gt;I will get another error:
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;(./pgfmanual.toc) [3]
&lt;br&gt;No file pgfmanual-en-introduction.tex.
&lt;br&gt;[4]
&lt;br&gt;No file pgfmanual-en-tutorial.tex.
&lt;br&gt;No file pgfmanual-en-tutorial-nodes.tex.
&lt;br&gt;No file pgfmanual-en-tutorial-Euclid.tex.
&lt;br&gt;No file pgfmanual-en-tutorial-chains.tex.
&lt;br&gt;No file pgfmanual-en-guidelines.tex.
&lt;br&gt;....
&lt;br&gt;.....
&lt;br&gt;l.685 \end{codeexample}
&lt;br&gt;&lt;br&gt;(Press Enter to retry, or Control-Z to exit; default file extension is `.tex')
&lt;br&gt;Please type another output file name:
&lt;br&gt;! I can't write on file `plots/pgf-asymptotic-example.gnuplot'.
&lt;br&gt;\pgf@plotgnuplot ...ut \pgf@plotwrite =#1.gnuplot
&lt;br&gt;                                                 \immediate \write \pgf@plo...
&lt;br&gt;l.685 \end{codeexample}
&lt;br&gt;&lt;br&gt;&lt;br&gt;Do you have a clue?
&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Life is the only flaw in an otherwise perfect nonexistence
&lt;br&gt;   -- Schopenhauer
&lt;br&gt;&lt;br&gt;narke
&lt;br&gt;public key at &lt;a href=&quot;http://subkeys.pgp.net:11371&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subkeys.pgp.net:11371&lt;/a&gt;&amp;nbsp;(&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26822374&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;narkewoody@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26822374&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Source-of-TikZ-manual-tp26822374p26822374.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26810745</id>
	<title>Re: Scaling in circuitikz</title>
	<published>2009-12-16T05:03:06Z</published>
	<updated>2009-12-16T05:03:06Z</updated>
	<author>
		<name>Bjørn Kolbrek</name>
	</author>
	<content type="html">Thanks, Kjell Magne, that did the trick.
&lt;br&gt;&lt;br&gt;This does not seem to be documented in the circuitikz manual. Is it a 
&lt;br&gt;standard option in pgf?
&lt;br&gt;&lt;br&gt;Rgds,
&lt;br&gt;&lt;br&gt;Bjørn
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Try adding the 'transform shape' option:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \begin{tikzpicture}[scale=0.2,transform shape]
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This should scale node sizes as well. Line widths are not scaled
&lt;br&gt;&amp;gt; though. If you need this, look up canvas transformations in the pgf
&lt;br&gt;&amp;gt; manual.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hope this helps.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - Kjell Magne Fauske
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26810745&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Scaling-in-circuitikz-tp26794380p26810745.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26810614</id>
	<title>Re: Scaling in circuitikz</title>
	<published>2009-12-16T04:50:23Z</published>
	<updated>2009-12-16T04:50:23Z</updated>
	<author>
		<name>Kjell Magne Fauske</name>
	</author>
	<content type="html">2009/12/15 Bjørn Kolbrek &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26810614&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bk1@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm new on this list, and in the process of learning Tikz and
&lt;br&gt;&amp;gt; circuitikz. I have already created a few schematics using that package.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But what do I do when the schematic is bigger/wider than what I can put
&lt;br&gt;&amp;gt; on one page? Scaling doesn't work properly. Using for instance
&lt;br&gt;&amp;gt; [scale=0.5] shortens the lines between the components, but the
&lt;br&gt;&amp;gt; components themselves are the same size, and the result is that they are
&lt;br&gt;&amp;gt; drawn on top of each other.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there a way to scale the components, or do I just have to accept that
&lt;br&gt;&amp;gt; I can\t draw too large schematics?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bjørn
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Try adding the 'transform shape' option:
&lt;br&gt;&lt;br&gt;\begin{tikzpicture}[scale=0.2,transform shape]
&lt;br&gt;...
&lt;br&gt;&lt;br&gt;This should scale node sizes as well. Line widths are not scaled
&lt;br&gt;though. If you need this, look up canvas transformations in the pgf
&lt;br&gt;manual.
&lt;br&gt;&lt;br&gt;Hope this helps.
&lt;br&gt;&lt;br&gt;- Kjell Magne Fauske
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26810614&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Scaling-in-circuitikz-tp26794380p26810614.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26806498</id>
	<title>Re: Standalone pdf</title>
	<published>2009-12-15T21:34:19Z</published>
	<updated>2009-12-15T21:34:19Z</updated>
	<author>
		<name>Sebastián PEÑA SALDARRIAGA</name>
	</author>
	<content type="html">Hi David,
&lt;br&gt;&lt;br&gt;In pure TikZ you can use the externalization library (take a look at the 
&lt;br&gt;manual), otherwise the preview package might help you : 
&lt;br&gt;&lt;a href=&quot;http://www.ctan.org/tex-archive/macros/latex/contrib/preview/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ctan.org/tex-archive/macros/latex/contrib/preview/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Sebastian
&lt;br&gt;&lt;br&gt;David Arnold a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; How can I use tikz to produce a standalone image of say, a rectangle, &amp;nbsp;
&lt;br&gt;&amp;gt; that I can import into another document.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; D.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;&amp;gt; Take advantage of Verizon's best-in-class app development support
&lt;br&gt;&amp;gt; A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;&amp;gt; Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; pgf-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26806498&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26806498&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Standalone-pdf-tp26805876p26806498.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26805876</id>
	<title>Standalone pdf</title>
	<published>2009-12-15T19:44:34Z</published>
	<updated>2009-12-15T19:44:34Z</updated>
	<author>
		<name>dwarnold</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;How can I use tikz to produce a standalone image of say, a rectangle, &amp;nbsp;
&lt;br&gt;that I can import into another document.
&lt;br&gt;&lt;br&gt;D.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26805876&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Standalone-pdf-tp26805876p26805876.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26797630</id>
	<title>Spy tikz library</title>
	<published>2009-12-15T08:32:34Z</published>
	<updated>2009-12-15T08:32:34Z</updated>
	<author>
		<name>TeXWorld</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I'm playing with the Spy TikZ library. It works a bit like pst-lens :
&lt;br&gt;the object to be magnified must be in a {tikzpicture} environnement. I'm
&lt;br&gt;wondering whether it could be possible to have the library be able to
&lt;br&gt;magnify anything in the current page (text, graphics, etc) that is not
&lt;br&gt;in a {tikzpicture} environnement (by using absolute positionning,
&lt;br&gt;overlay, remember picture, compile twice, ...).
&lt;br&gt;&lt;br&gt;Thank you.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Jack
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26797630&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-with-the-spy-tikz-library-tp26757782p26797630.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26794380</id>
	<title>Scaling in circuitikz</title>
	<published>2009-12-15T04:33:04Z</published>
	<updated>2009-12-15T04:33:04Z</updated>
	<author>
		<name>Bjørn Kolbrek</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I'm new on this list, and in the process of learning Tikz and 
&lt;br&gt;circuitikz. I have already created a few schematics using that package.
&lt;br&gt;&lt;br&gt;But what do I do when the schematic is bigger/wider than what I can put 
&lt;br&gt;on one page? Scaling doesn't work properly. Using for instance 
&lt;br&gt;[scale=0.5] shortens the lines between the components, but the 
&lt;br&gt;components themselves are the same size, and the result is that they are 
&lt;br&gt;drawn on top of each other.
&lt;br&gt;&lt;br&gt;Is there a way to scale the components, or do I just have to accept that 
&lt;br&gt;I can\t draw too large schematics?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bjørn
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26794380&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Scaling-in-circuitikz-tp26794380p26794380.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26792894</id>
	<title>Re: Better Grids?</title>
	<published>2009-12-15T02:55:06Z</published>
	<updated>2009-12-15T02:55:06Z</updated>
	<author>
		<name>Martin Scharrer</name>
	</author>
	<content type="html">&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Florian Huber wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Hi Martin,
&lt;br&gt;did you try pgf-plots?
&lt;br&gt;&lt;br&gt;Florian
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
No, I didn't. Thanks for pointing it out. It has some stuff I was looking for, but it seems it does not provide general grid macros. At least not in the way I would need them.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;Martin
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Better-Grids--tp26777384p26792894.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26792209</id>
	<title>Re: Filling area between curves</title>
	<published>2009-12-15T01:52:22Z</published>
	<updated>2009-12-15T01:52:22Z</updated>
	<author>
		<name>marco.sbodio</name>
	</author>
	<content type="html">I'm not an expert on using gnuplot from Pgf-TiKZ. Perhaps you can find
&lt;br&gt;some inspiring example here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.texample.net/tikz/examples/tag/gnuplot/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.texample.net/tikz/examples/tag/gnuplot/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Good luck,
&lt;br&gt;marco
&lt;br&gt;&lt;br&gt;On Mon, Dec 14, 2009 at 8:06 PM, Megan Winkelbeck &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26792209&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mwinkelb@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Dear users,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm so sorry to bother you again! Is there really no way to shade areas
&lt;br&gt;&amp;gt; between curves which where created using gnuplot?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (If that's the case I'll have to spend the next days changing all the
&lt;br&gt;&amp;gt; table-files by hand and won't be able to make any adjustments afterwards -
&lt;br&gt;&amp;gt; except changing table files again... by hand. My work is due by the end of
&lt;br&gt;&amp;gt; the week and I thought shading areas would be a breeze considering all the
&lt;br&gt;&amp;gt; fantastic things I've seen that can be done with tikz and pgf. That's why I
&lt;br&gt;&amp;gt; made it my last priority and that's why I'm in trouble right now. So, sorry
&lt;br&gt;&amp;gt; again for bothering.)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ________________________________
&lt;br&gt;&amp;gt; Von: Megan Winkelbeck &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26792209&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mwinkelb@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; An: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26792209&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Gesendet: Montag, den 14. Dezember 2009, 12:40:42 Uhr
&lt;br&gt;&amp;gt; Betreff: [Pgf-users] Filling area between curves
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Dear users,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have problems filling the area between curves. In the following example I
&lt;br&gt;&amp;gt; chose linear graphs to be able to also show you what I want the the result
&lt;br&gt;&amp;gt; to look like. Unfortunately, I am dealing mostly with nonlinear graphs. I
&lt;br&gt;&amp;gt; think the best solution would be to reverse the points of one graph (implied
&lt;br&gt;&amp;gt; by &amp;quot;domain 4:1&amp;quot; instead of &amp;quot;domain 1:4&amp;quot; which of course doesn't make any
&lt;br&gt;&amp;gt; difference), but how can I tell gnuplot to go from x=4 to x=1? Or is there
&lt;br&gt;&amp;gt; any other solution?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thank you very much for your help!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \documentclass{article}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \usepackage[latin1]{inputenc}
&lt;br&gt;&amp;gt; \usepackage{tikz}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \begin{document}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \begin{tikzpicture}[scale=2]
&lt;br&gt;&amp;gt;     \draw
&lt;br&gt;&amp;gt;         plot [id=a,domain=1:4] function{5-x*0.2} node[right]{ends here...}
&lt;br&gt;&amp;gt;         plot [id=b,domain=4:1] function{3-x*0.1} node[right]{ends here...};
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     \shade[top color=red!10,bottom color=blue!10]
&lt;br&gt;&amp;gt;         plot [id=a,domain=1:4] function{5-x*0.2} --
&lt;br&gt;&amp;gt;         plot [id=b,domain=4:1] function{3-x*0.1};
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \end{tikzpicture}\\
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \textbf{This is how its supposed to look like:}\\
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \begin{tikzpicture}[scale=2]
&lt;br&gt;&amp;gt;     \draw
&lt;br&gt;&amp;gt;         plot [id=a,domain=1:4] function{5-x*0.2} node[right]{ends here...}
&lt;br&gt;&amp;gt;         plot [id=b,domain=4:1] function{3-x*0.1} node[right]{ends here...};
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     \shade[top color=red!10,bottom color=blue!10]
&lt;br&gt;&amp;gt;         (1,4.8) -- (4,4.2) --
&lt;br&gt;&amp;gt;         (4,2.6) -- (1,2.9);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \end{tikzpicture}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \end{document}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; __________________________________________________
&lt;br&gt;&amp;gt; Do You Yahoo!?
&lt;br&gt;&amp;gt; Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz
&lt;br&gt;&amp;gt; gegen Massenmails.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mail.yahoo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.yahoo.com&lt;/a&gt;&lt;br&gt;&amp;gt; __________________________________________________
&lt;br&gt;&amp;gt; Do You Yahoo!?
&lt;br&gt;&amp;gt; Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz
&lt;br&gt;&amp;gt; gegen Massenmails.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mail.yahoo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.yahoo.com&lt;/a&gt;&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Return on Information:
&lt;br&gt;&amp;gt; Google Enterprise Search pays you back
&lt;br&gt;&amp;gt; Get the facts.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; pgf-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26792209&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Marco Sbodio
&lt;br&gt;perl -e 'while(++$_){print$_,$/if(&amp;quot;x&amp;quot;x$_)!~/^(xx+)\1+$/}'
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26792209&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Filling-area-between-curves-tp26776476p26792209.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26789929</id>
	<title>Re: Stats package</title>
	<published>2009-12-14T22:06:55Z</published>
	<updated>2009-12-14T22:06:55Z</updated>
	<author>
		<name>Sebastián PEÑA SALDARRIAGA</name>
	</author>
	<content type="html">David Arnold a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there a statistics package for tikz out there? Something that does &amp;nbsp;
&lt;br&gt;&amp;gt; histograms and boxplots from data, shading under the normal curve, etc.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; David Arnold
&lt;br&gt;&amp;gt; College of the Redwoods
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Return on Information:
&lt;br&gt;&amp;gt; Google Enterprise Search pays you back
&lt;br&gt;&amp;gt; Get the facts.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; pgf-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789929&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;I think pgfplots can do most of it (it cannot make boxplots though) : 
&lt;br&gt;&lt;a href=&quot;http://pgfplots.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pgfplots.sourceforge.net/&lt;/a&gt;&lt;br&gt;You can also use the tikz output from R.
&lt;br&gt;&lt;br&gt;Sebastian
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789929&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stats-package-tp26789526p26789929.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26789526</id>
	<title>Stats package</title>
	<published>2009-12-14T21:00:05Z</published>
	<updated>2009-12-14T21:00:05Z</updated>
	<author>
		<name>dwarnold</name>
	</author>
	<content type="html">All,
&lt;br&gt;&lt;br&gt;Is there a statistics package for tikz out there? Something that does &amp;nbsp;
&lt;br&gt;histograms and boxplots from data, shading under the normal curve, etc.
&lt;br&gt;&lt;br&gt;David Arnold
&lt;br&gt;College of the Redwoods
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789526&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stats-package-tp26789526p26789526.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26780292</id>
	<title>how to install pgf CVS?</title>
	<published>2009-12-14T16:48:08Z</published>
	<updated>2009-12-14T16:48:08Z</updated>
	<author>
		<name>azoun</name>
	</author>
	<content type="html">Hi, i discovered that is possible to have the latest version of Tikz/PGF package. I download it from &lt;a href=&quot;http://www.texample.net/tikz/builds/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.texample.net&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;The question is:
&lt;br&gt;&lt;br&gt;how can i install it?
&lt;br&gt;&lt;br&gt;I use Miktex 2.8 on Windos vista system.
&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;Azoun&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-to-install-pgf-CVS--tp26780292p26780292.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26783007</id>
	<title>Re: Filling area between curves</title>
	<published>2009-12-14T11:06:07Z</published>
	<updated>2009-12-14T11:06:07Z</updated>
	<author>
		<name>Megan Winkelbeck</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style=&quot;font-family:times new roman,new york,times,serif;font-size:12pt&quot;&gt;&lt;div&gt;Dear users,&lt;br&gt;&lt;br&gt;I'm so sorry to bother you again! Is there really no way to shade areas between curves which where created using gnuplot?&lt;br&gt;&lt;br&gt;(If that's the case I'll have to spend the next days changing all the table-files by hand and won't be able to make any adjustments afterwards - except changing table files again... by hand. My work is due by the end of the week and I thought shading areas would be a breeze considering all the fantastic things I've seen that can be done with tikz and pgf. That's why I made it my last priority and that's why I'm in trouble right now. So, sorry again for bothering.)&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;font-family: times new roman,new york,times,serif; font-size: 12pt;&quot;&gt;&lt;br&gt;&lt;div style=&quot;font-family: times new roman,new york,times,serif; font-size: 12pt;&quot;&gt;&lt;font face=&quot;Tahoma&quot; size=&quot;2&quot;&gt;&lt;hr size=&quot;1&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Von:&lt;/span&gt;&lt;/b&gt; Megan Winkelbeck &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26783007&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mwinkelb@...&lt;/a&gt;&amp;gt;&lt;br&gt;&lt;b&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;An:&lt;/span&gt;&lt;/b&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26783007&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;&lt;br&gt;&lt;b&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Gesendet:&lt;/span&gt;&lt;/b&gt; Montag, den 14. Dezember 2009, 12:40:42 Uhr&lt;br&gt;&lt;b&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Betreff:&lt;/span&gt;&lt;/b&gt; [Pgf-users] Filling area between curves&lt;br&gt;&lt;/font&gt;&lt;br&gt;&lt;meta http-equiv=&quot;x-dns-prefetch-control&quot; content=&quot;off&quot;&gt;&lt;div style=&quot;font-family: times new roman,new york,times,serif; font-size: 12pt;&quot;&gt;&lt;div&gt;Dear users,&lt;br&gt;&lt;br&gt;I have problems filling the area between curves. In the following example I chose linear graphs to be able to also show you what I want the the result to look like. Unfortunately, I am dealing mostly with nonlinear graphs. I think the best solution would be to reverse the points of one graph (implied by &quot;domain 4:1&quot; instead of &quot;domain 1:4&quot; which of course doesn't make
 any difference), but how can I tell gnuplot to go from x=4 to x=1? Or is there any other solution?&lt;br&gt;&lt;br&gt;Thank you very much for your help!&lt;br&gt;&lt;br&gt;&lt;br&gt;\documentclass{article}&lt;br&gt;&lt;br&gt;\usepackage[latin1]{inputenc}&lt;br&gt;\usepackage{tikz}&lt;br&gt;&lt;br&gt;&lt;br&gt;\begin{document}&lt;br&gt;&lt;br&gt;\begin{tikzpicture}[scale=2]&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; \draw&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; plot [id=a,domain=1:4] function{5-x*0.2}
 node[right]{ends here...}&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; plot [id=b,domain=4:1] function{3-x*0.1} node[right]{ends here...};&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; \shade[top color=red!10,bottom color=blue!10]&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; plot [id=a,domain=1:4] function{5-x*0.2} --&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; plot [id=b,domain=4:1] function{3-x*0.1};&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;\end{tikzpicture}\\&lt;br&gt;&lt;br&gt;&lt;br&gt;\textbf{This is how its supposed to look like:}\\&lt;br&gt;&lt;br&gt;\begin{tikzpicture}[scale=2]&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; \draw&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; plot [id=a,domain=1:4] function{5-x*0.2} node[right]{ends here...}&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; plot [id=b,domain=4:1] function{3-x*0.1} node[right]{ends here...};&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; \shade[top color=red!10,bottom
 color=blue!10]&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; (1,4.8) -- (4,4.2) --&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; (4,2.6) -- (1,2.9);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;\end{tikzpicture}&lt;br&gt;&lt;br&gt;\end{document}&lt;br&gt;&lt;/div&gt;

&lt;/div&gt;&lt;br&gt;__________________________________________________&lt;br&gt;Do You Yahoo!?&lt;br&gt;Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. &lt;br&gt;&lt;span&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mail.yahoo.com&quot; rel=&quot;nofollow&quot;&gt;http://mail.yahoo.com&lt;/a&gt; &lt;/span&gt;&lt;meta http-equiv=&quot;x-dns-prefetch-control&quot; content=&quot;on&quot;&gt;&lt;/div&gt;&lt;/div&gt;
&lt;!-- cg13.c41.mail.ird.yahoo.com compressed/chunked Mon Dec 14 09:02:06 PST 2009 --&gt;
&lt;/div&gt;&lt;br&gt;__________________________________________________&lt;br&gt;Do You Yahoo!?&lt;br&gt;Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. &lt;br&gt;http://mail.yahoo.com &lt;/body&gt;&lt;/html&gt;&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26783007&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Filling-area-between-curves-tp26776476p26783007.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26778973</id>
	<title>Re: Better Grids?</title>
	<published>2009-12-14T06:51:29Z</published>
	<updated>2009-12-14T06:51:29Z</updated>
	<author>
		<name>Florian Huber</name>
	</author>
	<content type="html">Hi Martin,
&lt;br&gt;did you try pgf-plots?
&lt;br&gt;&lt;br&gt;Florian
&lt;br&gt;&lt;br&gt;Martin Scharrer wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; the standard TikZ 'grid' command is not bad, but has a series of issues.
&lt;br&gt;&amp;gt; I also find it laborious to draw full coordinate system grids including
&lt;br&gt;&amp;gt; sub-grids, step markers and arrows.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is there a package which provides such extended grids already?
&lt;br&gt;&amp;gt; Otherwise I might code one by myself.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any input on this matter is greatly appreciated. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Best Regards,
&lt;br&gt;&amp;gt; Martin
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26778973&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Better-Grids--tp26777384p26778973.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26777384</id>
	<title>Better Grids?</title>
	<published>2009-12-14T05:03:31Z</published>
	<updated>2009-12-14T05:03:31Z</updated>
	<author>
		<name>Martin Scharrer</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;the standard TikZ 'grid' command is not bad, but has a series of issues.
&lt;br&gt;I also find it laborious to draw full coordinate system grids including sub-grids, step markers and arrows.
&lt;br&gt;&lt;br&gt;Is there a package which provides such extended grids already?
&lt;br&gt;Otherwise I might code one by myself.
&lt;br&gt;&lt;br&gt;Any input on this matter is greatly appreciated. 
&lt;br&gt;&lt;br&gt;Best Regards,
&lt;br&gt;Martin
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Better-Grids--tp26777384p26777384.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26776476</id>
	<title>Filling area between curves</title>
	<published>2009-12-14T03:40:42Z</published>
	<updated>2009-12-14T03:40:42Z</updated>
	<author>
		<name>Megan Winkelbeck</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style=&quot;font-family:times new roman,new york,times,serif;font-size:12pt&quot;&gt;&lt;div&gt;Dear users,&lt;br&gt;&lt;br&gt;I have problems filling the area between curves. In the following example I chose linear graphs to be able to also show you what I want the the result to look like. Unfortunately, I am dealing mostly with nonlinear graphs. I think the best solution would be to reverse the points of one graph (implied by &quot;domain 4:1&quot; instead of &quot;domain 1:4&quot; which of course doesn't make any difference), but how can I tell gnuplot to go from x=4 to x=1? Or is there any other solution?&lt;br&gt;&lt;br&gt;Thank you very much for your help!&lt;br&gt;&lt;br&gt;&lt;br&gt;\documentclass{article}&lt;br&gt;&lt;br&gt;\usepackage[latin1]{inputenc}&lt;br&gt;\usepackage{tikz}&lt;br&gt;&lt;br&gt;&lt;br&gt;\begin{document}&lt;br&gt;&lt;br&gt;\begin{tikzpicture}[scale=2]&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; \draw&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; plot [id=a,domain=1:4] function{5-x*0.2}
 node[right]{ends here...}&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; plot [id=b,domain=4:1] function{3-x*0.1} node[right]{ends here...};&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; \shade[top color=red!10,bottom color=blue!10]&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; plot [id=a,domain=1:4] function{5-x*0.2} --&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; plot [id=b,domain=4:1] function{3-x*0.1};&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;\end{tikzpicture}\\&lt;br&gt;&lt;br&gt;&lt;br&gt;\textbf{This is how its supposed to look like:}\\&lt;br&gt;&lt;br&gt;\begin{tikzpicture}[scale=2]&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; \draw&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; plot [id=a,domain=1:4] function{5-x*0.2} node[right]{ends here...}&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; plot [id=b,domain=4:1] function{3-x*0.1} node[right]{ends here...};&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; \shade[top color=red!10,bottom
 color=blue!10]&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; (1,4.8) -- (4,4.2) --&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; (4,2.6) -- (1,2.9);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;\end{tikzpicture}&lt;br&gt;&lt;br&gt;\end{document}&lt;br&gt;&lt;/div&gt;
&lt;!-- cg12.c41.mail.ird.yahoo.com compressed/chunked Mon Dec 14 03:12:21 PST 2009 --&gt;
&lt;/div&gt;&lt;br&gt;__________________________________________________&lt;br&gt;Do You Yahoo!?&lt;br&gt;Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. &lt;br&gt;http://mail.yahoo.com &lt;/body&gt;&lt;/html&gt;&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26776476&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Filling-area-between-curves-tp26776476p26776476.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26765759</id>
	<title>Re: Problem with the spy tikz library</title>
	<published>2009-12-13T04:25:40Z</published>
	<updated>2009-12-13T04:25:40Z</updated>
	<author>
		<name>TeXWorld</name>
	</author>
	<content type="html">Ok, I forgot \usetikzlibrary{shapes.symbols}
&lt;br&gt;&lt;br&gt;It works well now.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;TeXWorld a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Another information :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When I compile the example just before page 456 : absolutely no problem.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The problem is that I have a square magnifying glass instead with no handle.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; TeXWorld a écrit :
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm using TL09, pdflatex, and pgfCVS2009-12-05_TDS
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I tried the new tikz library spy with the last example page 456 :
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; \documentclass{article}
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; \usepackage{tikz}
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; \usetikzlibrary{decorations.fractals}
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; \usetikzlibrary{spy}
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; \usetikzlibrary{shadows}
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; \begin{document}
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; \tikzset{spy using mag glass/.style={
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; spy scope={
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; every spy on node/.style={
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; circle,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; fill, fill opacity=0.2, text opacity=1},
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; every spy in node/.style={
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; magnifying glass, circular drop shadow,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; fill=white, draw, ultra thick, cap=round},
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; #1
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; }}}
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; \begin{tikzpicture}[spy using mag glass={magnification=3, size=1cm}]
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; \draw [decoration=Koch curve type 2]
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; decorate{ decorate{ decorate{ (0,0) -- (2,0) }}};
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; \spy [green!50!black] on (1.6,0.1) in node at (2.5,-0.5);
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; \end{tikzpicture}
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; \end{document}
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Compilation error message :
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ! Package pgfkeys Error: I do not know the key '/tikz/magnifying glass' 
&lt;br&gt;&amp;gt;&amp;gt; and I a
&lt;br&gt;&amp;gt;&amp;gt; m going to ignore it. Perhaps you misspelled it.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; See the pgfkeys package documentation for explanation.
&lt;br&gt;&amp;gt;&amp;gt; Type &amp;nbsp;H &amp;lt;return&amp;gt; &amp;nbsp;for immediate help.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;... &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; l.25 \end{tikzpicture}
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; This error message was generated by an \errmessage
&lt;br&gt;&amp;gt;&amp;gt; command, so I can't give any explicit help.
&lt;br&gt;&amp;gt;&amp;gt; Pretend that you're Hercule Poirot: Examine all clues,
&lt;br&gt;&amp;gt;&amp;gt; and deduce the truth by order and method.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Return on Information:
&lt;br&gt;&amp;gt;&amp;gt; Google Enterprise Search pays you back
&lt;br&gt;&amp;gt;&amp;gt; Get the facts.
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; pgf-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26765759&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Return on Information:
&lt;br&gt;&amp;gt; Google Enterprise Search pays you back
&lt;br&gt;&amp;gt; Get the facts.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; pgf-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26765759&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26765759&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-with-the-spy-tikz-library-tp26757782p26765759.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26761280</id>
	<title>Re: Can't compile pgfplots manual</title>
	<published>2009-12-12T13:27:51Z</published>
	<updated>2009-12-12T13:27:51Z</updated>
	<author>
		<name>leon-9</name>
	</author>
	<content type="html">On 2009-12-12 18:37 +0000, Christian Feuersaenger wrote:
&lt;br&gt;&amp;gt; Hello Leo,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The file queried by TeX should be part of the git release (I checked 
&lt;br&gt;&amp;gt; using the gitweb interface of sourceforge)... &amp;nbsp;perhaps something from 
&lt;br&gt;&amp;gt; your latest 'git pull' did not work as expected? What happens if you do 
&lt;br&gt;&amp;gt; a 'git pull' again?
&lt;br&gt;&lt;br&gt;I'm using git version 1.6.0.2. And 'git pull' reports:
&lt;br&gt;&lt;br&gt;Already up-to-date.
&lt;br&gt;&lt;br&gt;But still I can't compile the manual.
&lt;br&gt;&lt;br&gt;&amp;gt; Perhaps this is also interesting: Recently, I started copying recent
&lt;br&gt;&amp;gt; compiled developer version manuals to the www pages of pgfplots on
&lt;br&gt;&amp;gt; sourceforge, &lt;a href=&quot;http://pgfplots.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pgfplots.sourceforge.net/&lt;/a&gt;&amp;nbsp;so you can simply copy
&lt;br&gt;&amp;gt; the .pdf files from there.
&lt;br&gt;&lt;br&gt;Thank you for this. I will use them instead.
&lt;br&gt;&lt;br&gt;&amp;gt; Best regards
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Christian
&lt;br&gt;&lt;br&gt;Best wishes,
&lt;br&gt;&lt;br&gt;Leo
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26761280&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can%27t-compile-pgfplots-manual-tp26720245p26761280.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26760053</id>
	<title>Re: Can't compile pgfplots manual</title>
	<published>2009-12-12T10:37:01Z</published>
	<updated>2009-12-12T10:37:01Z</updated>
	<author>
		<name>Christian Feuersaenger</name>
	</author>
	<content type="html">Hello Leo,
&lt;br&gt;&lt;br&gt;The file queried by TeX should be part of the git release (I checked 
&lt;br&gt;using the gitweb interface of sourceforge)... &amp;nbsp;perhaps something from 
&lt;br&gt;your latest 'git pull' did not work as expected? What happens if you do 
&lt;br&gt;a 'git pull' again?
&lt;br&gt;&lt;br&gt;Perhaps this is also interesting:
&lt;br&gt;Recently, I started copying recent compiled developer version manuals to 
&lt;br&gt;the www pages of pgfplots on sourceforge,
&lt;br&gt;&lt;a href=&quot;http://pgfplots.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pgfplots.sourceforge.net/&lt;/a&gt;&lt;br&gt;so you can simply copy the .pdf files from there.
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;&lt;br&gt;Christian
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26760053&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can%27t-compile-pgfplots-manual-tp26720245p26760053.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26759025</id>
	<title>Re: Problem with the spy tikz library</title>
	<published>2009-12-12T08:39:38Z</published>
	<updated>2009-12-12T08:39:38Z</updated>
	<author>
		<name>TeXWorld</name>
	</author>
	<content type="html">Another information :
&lt;br&gt;&lt;br&gt;When I compile the example just before page 456 : absolutely no problem.
&lt;br&gt;&lt;br&gt;The problem is that I have a square magnifying glass instead with no handle.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;TeXWorld a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm using TL09, pdflatex, and pgfCVS2009-12-05_TDS
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I tried the new tikz library spy with the last example page 456 :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \documentclass{article}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \usepackage{tikz}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \usetikzlibrary{decorations.fractals}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \usetikzlibrary{spy}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \usetikzlibrary{shadows}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \begin{document}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \tikzset{spy using mag glass/.style={
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; spy scope={
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; every spy on node/.style={
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; circle,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; fill, fill opacity=0.2, text opacity=1},
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; every spy in node/.style={
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; magnifying glass, circular drop shadow,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; fill=white, draw, ultra thick, cap=round},
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; #1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; }}}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \begin{tikzpicture}[spy using mag glass={magnification=3, size=1cm}]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \draw [decoration=Koch curve type 2]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; decorate{ decorate{ decorate{ (0,0) -- (2,0) }}};
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \spy [green!50!black] on (1.6,0.1) in node at (2.5,-0.5);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \end{tikzpicture}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \end{document}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Compilation error message :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ! Package pgfkeys Error: I do not know the key '/tikz/magnifying glass' 
&lt;br&gt;&amp;gt; and I a
&lt;br&gt;&amp;gt; m going to ignore it. Perhaps you misspelled it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; See the pgfkeys package documentation for explanation.
&lt;br&gt;&amp;gt; Type &amp;nbsp;H &amp;lt;return&amp;gt; &amp;nbsp;for immediate help.
&lt;br&gt;&amp;gt; &amp;nbsp;... &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; l.25 \end{tikzpicture}
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; This error message was generated by an \errmessage
&lt;br&gt;&amp;gt; command, so I can't give any explicit help.
&lt;br&gt;&amp;gt; Pretend that you're Hercule Poirot: Examine all clues,
&lt;br&gt;&amp;gt; and deduce the truth by order and method.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Return on Information:
&lt;br&gt;&amp;gt; Google Enterprise Search pays you back
&lt;br&gt;&amp;gt; Get the facts.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; pgf-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26759025&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26759025&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-with-the-spy-tikz-library-tp26757782p26759025.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26757782</id>
	<title>Problem with the spy tikz library</title>
	<published>2009-12-12T05:56:41Z</published>
	<updated>2009-12-12T05:56:41Z</updated>
	<author>
		<name>TeXWorld</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I'm using TL09, pdflatex, and pgfCVS2009-12-05_TDS
&lt;br&gt;&lt;br&gt;I tried the new tikz library spy with the last example page 456 :
&lt;br&gt;&lt;br&gt;&lt;br&gt;\documentclass{article}
&lt;br&gt;&lt;br&gt;\usepackage{tikz}
&lt;br&gt;&lt;br&gt;\usetikzlibrary{decorations.fractals}
&lt;br&gt;&lt;br&gt;\usetikzlibrary{spy}
&lt;br&gt;&lt;br&gt;\usetikzlibrary{shadows}
&lt;br&gt;&lt;br&gt;\begin{document}
&lt;br&gt;&lt;br&gt;\tikzset{spy using mag glass/.style={
&lt;br&gt;&lt;br&gt;spy scope={
&lt;br&gt;&lt;br&gt;every spy on node/.style={
&lt;br&gt;&lt;br&gt;circle,
&lt;br&gt;&lt;br&gt;fill, fill opacity=0.2, text opacity=1},
&lt;br&gt;&lt;br&gt;every spy in node/.style={
&lt;br&gt;&lt;br&gt;magnifying glass, circular drop shadow,
&lt;br&gt;&lt;br&gt;fill=white, draw, ultra thick, cap=round},
&lt;br&gt;&lt;br&gt;#1
&lt;br&gt;&lt;br&gt;}}}
&lt;br&gt;&lt;br&gt;\begin{tikzpicture}[spy using mag glass={magnification=3, size=1cm}]
&lt;br&gt;&lt;br&gt;\draw [decoration=Koch curve type 2]
&lt;br&gt;&lt;br&gt;decorate{ decorate{ decorate{ (0,0) -- (2,0) }}};
&lt;br&gt;&lt;br&gt;\spy [green!50!black] on (1.6,0.1) in node at (2.5,-0.5);
&lt;br&gt;&lt;br&gt;\end{tikzpicture}
&lt;br&gt;&lt;br&gt;\end{document}
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Compilation error message :
&lt;br&gt;&lt;br&gt;&lt;br&gt;! Package pgfkeys Error: I do not know the key '/tikz/magnifying glass' 
&lt;br&gt;and I a
&lt;br&gt;m going to ignore it. Perhaps you misspelled it.
&lt;br&gt;&lt;br&gt;See the pgfkeys package documentation for explanation.
&lt;br&gt;Type &amp;nbsp;H &amp;lt;return&amp;gt; &amp;nbsp;for immediate help.
&lt;br&gt;&amp;nbsp;... &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;l.25 \end{tikzpicture}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;This error message was generated by an \errmessage
&lt;br&gt;command, so I can't give any explicit help.
&lt;br&gt;Pretend that you're Hercule Poirot: Examine all clues,
&lt;br&gt;and deduce the truth by order and method.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;pgf-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26757782&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgf-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pgf-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pgf-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/pgf-users-f3583.html&quot; embed=&quot;fixTarget[3583]&quot; target=&quot;_top&quot; &gt;pgf-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-with-the-spy-tikz-library-tp26757782p26757782.html" />
</entry>

</feed>
