pgf-tikz-bot

Results 70 comments of pgf-tikz-bot

*Migrated from SourceForge* Author: st-mue Timestamp: 2015-03-04 11:36:41.868000 For convenience, I attach the code here: The following code does not work when compiled with XeLaTeX but produces the expected result...

*Migrated from SourceForge* Author: talopnahli Timestamp: 2015-05-23 22:17:56.372000 Hi Stefan `tikzmark` library is not actually an official library of TikZ but it is written by Andrew Stacey and he commented...

*Migrated from SourceForge* Author: st-mue Timestamp: 2015-05-24 12:08:43.044000 Hi, I checked the Tex.SX post but did not find anything. I can contact him directly. Thanks for the hint! Best Stefan

*Migrated from SourceForge* Author: cfr42 Timestamp: 2016-11-20 00:05:13.858000 The example given does not demonstrate the problem. Here's an example which uses `tikzmark` correctly (i.e. avoids nesting `tikzpicture`s) by using `\subnode`...

*Migrated from SourceForge* Author: mo-gul Timestamp: 2018-12-23 18:26:21.001000 - **labels**: --> xelatex, tikzmark - **summary**: tixmark has a problem with pgf --> [tixmark] has a problem with pgf

*Migrated from SourceForge* Author: talopnahli Timestamp: 2015-05-23 21:49:17.140000 Hi Norbert, This is not a bug. `\foreach` is designed this way such that at every spin of loop the last known...

*Migrated from SourceForge* Author: nzeh Timestamp: 2015-05-24 02:27:36.477000 Well, this would make *some* sense if the behaviour were consistent between starting the path at a node or coordinate. Alas, it...

*Migrated from SourceForge* Author: mo-gul Timestamp: 2018-12-23 18:15:03.645000 - **labels**: --> foreach - Description has changed: Diff: ```` --- old +++ new @@ -1,4 +1,4 @@ -In the following code...

*Migrated from SourceForge* Author: mo-gul Timestamp: 2019-01-10 19:13:53.491000 Are you sure that your syntax is right? Using \documentclass[tikz]{standalone} \usetikzlibrary{graphs} \begin{document} \begin{tikzpicture} \node foreach \x in {1,2,3} (\x) at (120*\x:1) {\x};...

*Migrated from SourceForge* Author: gbraun Timestamp: 2019-01-10 22:43:42.991000 https://sourceforge.net/p/pgf/bugs/_discuss/thread/ccc92ae780/5741/9cd3/attachment/alternate Are you sure that your syntax is right? Yes. Please look at the following places in the manual: Section 19.1 Overview...