46,457 reputation
577155
bio website
location Rotterdam, Netherlands
age
visits member for 2 years, 3 months
seen 8 hours ago
stats profile views 1,910

8h
comment Access loop variable outside loop
A related good read : problem-with-overlay-when-a-tikzpicture-is-inside-another-tikzpicture
8h
comment Best practice for typesetting quantifiers?
@GastónBurrull I mean if that's going to be read by humans, formal logic notation is for me not sensible. If it's for the proof machines then you don't need to typeset at all. But anyway that's just me.
8h
comment Best practice for typesetting quantifiers?
@GastónBurrull It's formal logic's problem not the reader's. Formal language is for me an oxymoron no matter what the occasion is.
11h
comment Best practice for typesetting quantifiers?
There exist real scalars a,b for all real scalars c,d
11h
revised Best practice for typesetting quantifiers?
added 4 characters in body
11h
comment Finding a more efficient editor for collaboration of LaTeX people and Word people
@LostBrit Have you seen what journal offices do to your manuscript under the hood? :) You would never submit anything if you would know.
16h
comment Modulo calculation in PGFplots tick label
\pgfmathparse{mod(\tick,3)}\pgfmathprintnumber[int trunc]{\pgfmathresult}} would separate the number printing from the math parsing.
19h
comment MATLAB like command box
@vveliev I think it's fair to accept this answer instead of mine. It's great and also involves the author of mdframed who confirmed to include these in the manual for a future release. Note that mdframed has the option to use TikZ as the underlying graphics engine hence it's not quite a choice between TikZ and mdframed.
1d
comment Semantics for parametric plots with pgfplots
@Jake I think this is more of a CAS-related (Mathematica like) handling request which seems impossible (I mean implicit parametric functions where we supply a domain for x and the corresponding t interval is obtained etc.).
1d
comment pgfplots, toks, position of pin edge
Center of the dot is not relevant. The arrow head is the whole circle and it's computed to touch the target point not land on it. If you want circle on the target put a circle node and apply pin on that particular node.
1d
comment Can we display (fx as a movie) all decisions LaTex is making while typesetting our document?
Putting \tracingall in the preamble just paints TeX art in the log file :)
1d
comment How to deal with the size of the exponential type function's argument?
@nerorevenge Suppose for the sake of argument e was \theta then I guess the only possibility is using a few \fractions next to each other in the exponent such that, at least, the readability is preserved as much as possible.
1d
answered How to define the default vertical distance between nodes?
1d
comment How insert Male and Female symbol?
what do you mean when you mention not working? Can you complete your example such that it becomes a full example with problematic symbol macros? (off-topic you don't need to include evvery package here for a specific question)
1d
revised How insert Male and Female symbol?
added 2 characters in body
1d
comment Add annotations at right margin of plot
By automatically, do you mean the point where the plot intersects the axis box or at a certain x coordinate specifically?
1d
comment pgfplots trim to axis area even with extra ticklabels
@Jake Oh, I've completely overlooked the externalisation part. Right.
1d
comment Using remember picture with pgfplots
You need to remove the second anchor=north east then they should overlap. I don't know why I didn't mention it in the first place, I need some coffee I guess.
1d
comment How to define the default vertical distance between nodes?
You can say node distance=1cm and 5mm instead of a single length for both. But please include full MWEs your code is not compilable because it doesn't have block and line styles
1d
comment How to adjust the blank space between the top of the left curly brace and the contents?
You need to have the link descriptions [1] : http//... at the very end of the post. That's why documentclass was sticking out ;)