|
1d |
comment |
show zoomed content into a frame (as in wooden frame)? Do you mean like what the spy library in TikZ does? |
|
Jun 14 |
comment |
Extract all \note tags from beamer as a simple text file Hmm, I suppose this is less a TeX question and more a "programming" question (probably best asked on stack overflow). Anyhow, which OS are you using? Grep (Linux/Windows) can probably handle this with ease. |
|
Jun 14 |
comment |
Creating plasmid diagrams in TeX @percusse: If I get you right, the sky is just the inside of a giant egg? |
|
Jun 13 |
revised |
Creating plasmid diagrams in TeX added a `{fun}` example |
|
Jun 13 |
awarded | Enlightened |
|
Jun 13 |
awarded | Nice Answer |
|
Jun 12 |
answered | Creating plasmid diagrams in TeX |
|
Jun 12 |
comment |
Label in cyclic arrow diagram It appears it does not work for special characters, but I have no idea why. Probably you should ask a new question about it? |
|
Jun 11 |
comment |
Label in cyclic arrow diagram I answered a similar question here, you can adapt it for instance by altering the raise key, probably also by myking it an argument of the macro. |
|
Jun 10 |
awarded | Good Answer |
|
Jun 10 |
comment |
Presumed error of pgfplots in the “cutting” of a surface Iy you can describe the points of your funtion as (x-Expression, y-Expression, z-Expression), you can improve the appearance like seen here |
|
Jun 10 |
answered | How to plot a curve between two nodes? |
|
Jun 10 |
comment |
Dependent node size in TikZ If you'd use a matrix, then probably I could make up something along the lines of this answer. |
|
Jun 10 |
reviewed | No Action Needed Full LaTeX on tablet devices |
|
Jun 10 |
reviewed | Close TikZ trapezoid transformation (vanishing point) |
|
Jun 10 |
reviewed | Approve suggested edit on Installing colortbl package |
|
Jun 10 |
comment |
Blurred Chapter Title @Qrrbrbirlbel: Hehe, I also thought of this as I once did it that way. I was always changing the number of loops, as few looked too bad and many took too long ;) |
|
Jun 10 |
comment |
Blurred Chapter Title You could also use a foreach loop for that: \foreach \c in {0,...,3} together with \node[shift={(90*\c:1.5pt)}]. This would make it easier to modify the number of copys and distances. |
|
Jun 9 |
revised |
Presumed error of pgfplots in the “cutting” of a surface Incorporated Jake's remark |
|
Jun 9 |
comment |
Presumed error of pgfplots in the “cutting” of a surface @Jake: D'oh! That key sounded oddly familiar, and checking old documents I found that I already used it in the past, but forgot about it. I'll update my post in a few minutes. |