2,411 reputation
538
bio website keypun.ch
location Bielefeld, Germany
age 31
visits member for 1 year, 1 month
seen 2 days ago
stats profile views 197

Just can’t get used to em dashes in English typography …


May
17
comment Calc and \settocdepth break \tikzexternalize
@tohecz No, but while I was trying to cite to you from the memoir documentation I stumbled on "\settocdepth [...] can only be used after the preamble but may be used before calling the \tableofcontents." Uhm, thanks I guess :)
May
17
asked Calc and \settocdepth break \tikzexternalize
May
16
comment Draw a bivariate normal distribution in TikZ
Just wanted to let everybody who might already have used this code know that there was a tiny but significant typo in the code. 1/(2*pi*\sa*\sa) should have been 1/(2*pi*\sa*\sb). It's fixed now but you might want to check any documents in which you used this beautiful plot.
May
16
revised Draw a bivariate normal distribution in TikZ
fixed rather critical typo in code: \sa*\sa → \sa*\sb
May
16
comment Changing view angle distorts sphere with pgfplots
Thanks for this detailed post. I still don't get it though. I experience something like in the lower right examples with my own code, too. So how do I get the effect of axis equal image but with a fixed size of the picture produced?
May
6
awarded  Necromancer
May
6
answered What can't TeX do?
May
1
awarded  Good Answer
Apr
24
comment Sans font to go with Bitstream Charter
Everybody's complaining about coerced austerity but what's really the worst thing Germany did to the world after WW2 is the serif body text plus bold sans headings default of KOMA. Just my opinion of course.
Apr
24
accepted Combining diagonal table cell lines with minimum row clearance
Apr
24
comment Combining diagonal table cell lines with minimum row clearance
I guess always adding \minrowclearance won't do any harm as the diagonal cell will probably always trigger the whole row clearance to be added.
Apr
23
awarded  Good Question
Apr
23
comment Combining diagonal table cell lines with minimum row clearance
Isn't it just added sometimes, depending on the cell content?
Apr
23
comment How to diagonally divide a table cell … properly?
Just wanted to point to this follow-up question: tex.stackexchange.com/questions/110340/…
Apr
23
asked Combining diagonal table cell lines with minimum row clearance
Apr
16
comment Configure kile and biblatex
@frafl This works although using the bcf files triggers biber and a second pdflatex run every time. Since this more than doubles the compile time if neither bibliography nor references were changed, a different solution would be better. I'll summarize this discussion into an answer after some more experimentation.
Apr
15
awarded  Nice Question
Apr
11
accepted Not equal sign (≠) with a vertical bar
Apr
11
comment Not equal sign (≠) with a vertical bar
Great, thanks! I added $$ around the = as well which becomes important when you have a different text than math font. Other than that this is a most elegant solution :)
Apr
11
revised Not equal sign (≠) with a vertical bar
put $$ around = as well