2,617 reputation
429
bio website tex.stackexchange.com/users/…
location Earth
age 93
visits member for 7 months
seen 4 hours ago
stats profile views 67

Just some user who has some questions.


Apr
19
comment Standalone - \newlabel being written to .log instead of .aux
Did you read the .log file?
Apr
19
comment Do you recognize this math font?
Do you have access to the PDF? Then you coud take a look into the fonts list.
Apr
18
comment Smooth curve through points with pgfplots
Thanks to everyone, but I like this solution most, since I'm using gnuplot already. But I upvoted all solutions, since they are all very good.
Apr
18
comment Smooth curve through points with pgfplots
@Jake done. It does not follow any known mathematical function, however. Just some "random" points.
Apr
18
comment Why/When should I pay attention to warnings?
@Dave Some users address over/underful boxes in their answers and comments. Did you have these in mind when talking about "warnings"? Or only the log output that is explicitly labeled Warning:?
Apr
18
comment Why/When should I pay attention to warnings?
@barbarabeeton I don't considered over/underful boxes as warnings because Latex does not explicitly label them with Warning: in the log file.
Apr
18
comment How to automatically add \! in subscripts?
Thanks, this works now. :)
Apr
18
comment How to automatically add \! in subscripts?
This does not work at all. Your new code does not change the spacing but also does not give any warning or error.
Apr
18
comment How to automatically add \! in subscripts?
@tohecz It is in the preamble and I get Missing \endcsname inserted in the .aux file on lines like \usedref{eq:label_with_underscore}.
Apr
18
comment How to automatically add \! in subscripts?
Thanks, but this produces errors when I use underscores in \label{}. How can I fix this?
Apr
17
comment Postprocessing pgfplotstable results using siunitx
When trying to run your MWE as posted here I get the error that the numbers could not be parsed (just get NaN in the table).
Apr
14
comment Part title in list of figures and tables?
This works perfectly and is easier, so I chose this one. Thanks. :)
Apr
14
comment Static analysis of LaTeX documents?
I added nag. Didn't know of lacheck but it seems to be outdated when I look on the examples and its date and it only seems to do most of what nag does, too.
Apr
14
comment Angular frequency in siunitx
@SvendTveskæg Good idea, I changed it this way.
Apr
14
comment Good typesetting practice for long equations
Is it good here to use \left and \right as well so that the derivatives don'T go over the ( and )? I think I'd prefere it when nothing goes over the paranthesis.
Apr
14
comment Good typesetting practice for long equations
@David Carlisle, Thanks, didn't knew that.
Apr
14
comment Good typesetting practice for long equations
@Jubobs always?
Apr
14
comment Good typesetting practice for long equations
' should be ^\prime
Apr
14
comment Angular frequency in siunitx
I agree. :) In the end you have to decide for yourself. But since this website is read by many people looking for help we should provide them all possible information to help them decide for themself. ;)
Apr
14
comment Angular frequency in siunitx
You only have to add it when it actually breaks, which will happen very rarely (proof-reading is a must with LaTeX in all cases). Or add it to the self-defined command, then it will always be there. Speaking semantically as a physicist myself, I don't think that 2pi belongs to the physical quantity. It's only a mathematical factor, it's neither the unit nor the value. Taking something "times 2pi" is a mathematical operation.