29,245 reputation
253100
bio website
location
age
visits member for 10 months
seen 2 hours ago
stats profile views 802

(my about me is currently blank)


May
14
comment Not allowing hyphenation of urls in references
@DownVoters: What’s the problem?
May
14
comment Not allowing hyphenation of urls in references
Please add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with \documentclass{...} and ending with \end{document}.
May
14
comment PGF's \foreach when list requires completion
Add a % (spurious space) after 10pt_A or use } right there. Another point: If you initialize \alist to \let\alist\pgfutil@gobble, you can simply use \xdef\alist{\alist,\x} inside the loop.
May
14
comment Adding variables in tikz
@Nico You’re welcome. I have updated the code a little bit. Instead of a path picture I use now a append after command which has the advantage that nodes used inside there do not inherit any styles from the holder node but the disadvantage that the stuff will be drawn behind the holder node (so a fill shouldn’t be used). Another solution would be to use simple paths (for rectangles, triangles and whatnot) instead of the mini nodes.
May
14
revised Adding variables in tikz
added 571 characters in body
May
14
comment Tell TikZ not to draw paths with least one coordinate outside clipping region
It would be helpful to do such a check early on in \penrosekite/\penrosedirt to stop the algorithm from going further away once it has reached the given distance. Can this be done or is the recursion not linear?
May
14
comment Tell TikZ not to draw paths with least one coordinate outside clipping region
@ColeLeahy See my update and this bonus.
May
14
revised Tell TikZ not to draw paths with least one coordinate outside clipping region
added 43 characters in body
May
14
answered Tell TikZ not to draw paths with least one coordinate outside clipping region
May
14
revised Tell TikZ not to draw paths with least one coordinate outside clipping region
added 501 characters in body
May
14
comment Tell TikZ not to draw paths with least one coordinate outside clipping region
Welcome to TeX.SX! A tip: If you indent lines by 4 spaces or enclose words in backticks `, they'll be marked as code, as can be seen in my edit. You can also highlight the code and click the “code” button (with {} on it). You can also use this for using < and > (which otherwise needs to escaped in HTML to &lt; and &gt;).
May
14
revised spherical coordinates in tikz 3d
added 639 characters in body
May
14
answered spherical coordinates in tikz 3d
May
14
comment spherical coordinates in tikz 3d
What version of PGF/TikZ are you using (\pgfversion or the first page of the manual)? The manual of the current stable release version 2.10 takes about chains in chapter 5. Granted, the current manual doesn’t tell about xyz spherical either.
May
14
comment spherical coordinates in tikz 3d
Look it up. Maybe you mean the TikZ library 3d? And this library already provides a xyz spherical coordinate system.
May
14
comment spherical coordinates in tikz 3d
Does it need to be implicit (this will be harder as one would delve into TikZ handler/parsing algorithm) or would a custom coordinate system work for you? Does “tikz-3d” refer to the tikz-3dplot package which provides something like this?
May
14
revised Footnote in tabularx doesn't work (with hyperref)
edited tags
May
14
comment Default Table Style
The first linked question in the Related section is really related: How to separate table content and table style
May
14
comment Default Table Style
The pgfplotstable package can do this.
May
13
comment Create custom node to draw this
Even less adventure (this produces the same layout as OP’s): label={[single bubble, shift={(1.2,-0.6)}]center:Código},label={[single bubble, shift={(1.2,0.6)}]center:Refactor}.