571 reputation
19
bio website myftphp.sf.net
location Austria
age
visits member for 11 months
seen May 2 at 19:32
stats profile views 20
web:
, , ,
programming:
c(|++|#), java
graphics:
inkscape, blender, gimp
vcs:
, , ,

-user

If my answers (or questions) were helpful to you and you are experimenting with bitcoins, please consider sending me a small amount of milli-bitcoins: 1C4up92fVvPai7d7W2J4evFnDSiWBZNQCV


Apr
14
awarded  Notable Question
Jan
5
awarded  Popular Question
Sep
10
revised tikz - command node - text
added 167 characters in body
Sep
10
comment tikz - command node - text
@AndrewStacey: yeah, it sure depends on the requirements – I can only guess what they are supposed to be.
Sep
10
answered tikz - command node - text
Sep
9
comment Make line extend beyond endpoint and intersect with line
@Brent.Longborough: tkz-euclide looks promising, I will look into it! Is there an English manual as well? My French is a bit rusty.
Sep
9
comment Using pgfplots, is there a way to overlay multiple stacked plots with different ranges?
@Vegard: you can specify filters for coordinates, maybe that would work? (/pgfplots/y filter/.code)
Sep
9
comment Using pgfplots, is there a way to overlay multiple stacked plots with different ranges?
What do you want your y values be when they are not specified? 0? If so, then make it so (0 0 0, 1 0 0, 5 0 0). pgfplots cannot guess your missing values.
Sep
9
comment Make line extend beyond endpoint and intersect with line
@GarbageCollector: whoops. You're right. Thanks for editing.
Sep
9
revised Make line extend beyond endpoint and intersect with line
added 244 characters in body
Sep
9
asked Make line extend beyond endpoint and intersect with line
Sep
8
comment Vertical line in middle of a binomial tree (lattice)
Yeah, but nodes in empty cells often has side effects (i.e. when you apply a style to all cells). I'm sure there's a way round it, I just don't know it …
Sep
8
comment Vertical line in middle of a binomial tree (lattice)
This is good! (+1) Had I only known this a while back, when I needed this myself. I used the calc library instead to achieve the same effect
Sep
8
comment Vertical line in middle of a binomial tree (lattice)
@IssacM: yeah, I forgot to delimit the calc expressions. Fixed now (also added names to empty cells)
Sep
8
revised Vertical line in middle of a binomial tree (lattice)
added 126 characters in body
Sep
8
answered Vertical line in middle of a binomial tree (lattice)
Jul
29
accepted Avoid line breaks after \lstinline
Jul
29
comment Avoid line breaks after \lstinline
It's possible to use \lstset inside curly braces and set a property only inside it. Using {\lstset{breakatwhitespace} ... paragraph with text and code ...} works without messing up the rest of the document. Thanks!
Jul
29
comment I want to draw block diagrams,what's wrong?
You probably need to download and install that package first. (The download link can be found on the referenced page on texample.net)
Jul
29
revised I want to draw block diagrams,what's wrong?
added 8 characters in body