| bio | website | tecepe.eng.br |
|---|---|---|
| location | Brazil | |
| age | 30 | |
| visits | member for | 8 months |
| seen | May 6 at 13:49 | |
| stats | profile views | 40 |
|
Oct 27 |
comment |
TikZ - How to automate the creation of patterns having irregularities thanks, @percusse! =D |
|
Oct 20 |
comment |
Help me for install mdframed on ubuntu 12.04 see: tex.stackexchange.com/questions/17669/… |
|
Oct 20 |
comment |
Plot sine curve inside tikz file @ガベージコレクタ, how did you get this png with better quality? |
|
Oct 20 |
comment |
TikZ - How to automate the creation of patterns having irregularities errr... maybe... =P |
|
Oct 20 |
comment |
Fill style that looks like hand-drawn / hand-filled with crayon very nice!! =D The application that you found for this feature is very cool. |
|
Oct 20 |
comment |
How to decorate a path with arrows at certain coordinates? yes, I know. I just solved the problem. But the proposed solution in that other question that you indicated, using decoration, looks promising. The problem is the little bug "Dimension too large". I appreciate the credit anyway. Thanks! |
|
Oct 20 |
comment |
How to decorate a path with arrows at certain coordinates? @Ignasi, this answer does not solve your problem? If it is the case, can you say what is missing? |
|
Oct 18 |
comment |
Statecharts using TikZ I could not see exactly what you are asking for. Could you put a picture that shows what you want? can be done in any editor. But I think you can not add the sample directly into the post, then let it anywhere on the internet and bring the link to us. =) |
|
Oct 18 |
comment |
Draw multiple arrows as a bus I think you just need to draw a node (large box) around the other nodes (boxes inside). You can read in the manual about the fit library also, if you are looking for a more elegant solution. |
|
Oct 18 |
comment |
Highlighting some nodes of a TikZ binomial tree Thanks, @percusse! I did not know this feature. Where can I find more information about it? |
|
Oct 12 |
comment |
Decorate path with arrows at nodes @tripplet, take another look. ;) |
|
Oct 11 |
comment |
Decorate path with arrows at nodes @tripplet: Could you explain a little better? What do you mean by out of place? The arrows are being placed along the path. The distance is calculated directly by Tikz. I have no influence in this point. |
|
Oct 8 |
comment |
Naming the nodes of nodes near coords very nice answer! |
|
Oct 8 |
comment |
Homework template instead of using {\bfseries (#1)}, use \textbf{(#1)}. |
|
Oct 8 |
comment |
Tikz new shape : how to access/define anchors @Spike: There is a problem of accuracy in positioning, but it is a very general proposal. I updated my answer with more specific codes. |
|
Oct 7 |
comment |
Tikz new shape : how to access/define anchors oops! sorry about that! updated! =) |
|
Oct 5 |
comment |
Specifying the width and height of a tikzpicture I agree with you, but doing so is the purpose of the question, no? |
|
Oct 5 |
comment |
Alignment of nodes and scopes in tikz matrix? Nesting resources has to be done very carefully because tikz inherits the attributes when one tikzpicture is inside another. It can bring many unexpected behavior. |
|
Oct 5 |
comment |
Alignment of nodes and scopes in tikz matrix? Your code does not compile here. Anyway, could you provide a minimal example? |
|
Oct 5 |
comment |
How to build a trail of nodes from a path? My goal is to find optimized ways to create addressable points along paths. I really liked your proposal! I wonder if there are other ways to do this. |