3,157 reputation
3717
bio website
location
age
visits member for 1 year, 6 months
seen 9 mins ago
stats profile views 135

Feb
22
accepted Specific error bars in pgfplots possible?
Feb
21
asked Specific error bars in pgfplots possible?
Feb
18
comment suddenly serifs in math mode
Hi Marie, I tried to boil down your example a bit but it is still far from minimal, e.g. here (MWE) . The code sample is automatically formatted if you add spaces in front of every line. Maybe you can narrow it down a bit further by removing all packages that do not have any influence on your problem.
Feb
18
revised suddenly serifs in math mode
trying to get to a MWE
Feb
16
comment Nice-looking tables with thick rules
You might want to have a look at booktabs. It's a package designed to make nice tables.
Feb
14
comment Why is it so difficult to get good results from a .tex to .doc conversion?
Without concrete examples this question is not very useful. Some of the tools are quite good and are definitely worth a try. Of course converting LaTeX as it contains a programming language is quite a challenge and Word is not known for it's interoperability.
Feb
12
comment LuaJIT and LuaTeX
Where is LuaJitTex available? The link on the luatex homepage points to foundry.supelec.fr/gf/project/luajittex but this seems not to work anymore (404).
Feb
12
comment How to read a file with luatex
That might be related to special characters in testdata.dat. The filecontents package seems to add a few lines at the beginning. Have you tried to disable any further interpretation in tex.print? This can be achieved by using tex.print(-2, text).
Feb
11
comment How to reuse the plotmark styles from pgfplots?
@HenriMenke: I locally disabled the externalization, similar to the comments Jake linked to. This works without further changes to my setup and does not cause any negative side-effects.
Feb
10
accepted How to reuse the plotmark styles from pgfplots?
Feb
10
comment How to reuse the plotmark styles from pgfplots?
Oh, that is very nice. I overlooked this part of the documentation. At first it did not work with externalization but after some fiddling even that runs smoothly. Thank you very much.
Feb
10
asked How to reuse the plotmark styles from pgfplots?
Feb
8
comment MiKTeX order of precedence for duplicate files
It is easy to look up which file belongs to which package in the packager manager of MiKTeX, in this case glyphtounicode.tex belongs to miktex-pdftex-base-2.9. So as you still need this I would go for Ulrike's solution.
Feb
8
comment MiKTeX order of precedence for duplicate files
Why not go for the simple solution and use the MiKTeX package manager to remove the older version? This avoids any further issues of precedence.
Feb
4
accepted Does the lualatex shell enable behavior differ from pdflatex on purpose?
Feb
4
comment Does the lualatex shell enable behavior differ from pdflatex on purpose?
Yes egreg, I absolutely agree. I looked up the POSIX guidelines and they state that option processing stops after the first command, so according to what you observe.
Feb
4
comment Does the lualatex shell enable behavior differ from pdflatex on purpose?
Hmm, this seems to be different here. Your example document stops and shows \showthe\count@ with both, lualatex --shell-escape example and pdflatex --shell-escape example on MikTeX 2.9. I really dislike these strange incompatibilities.
Feb
4
asked Does the lualatex shell enable behavior differ from pdflatex on purpose?
Feb
1
comment Cross Platform LaTeX Build System
On MiKTeX 2.9 latexmk is also included and works nicely.
Jan
29
accepted TikZ datavisualization or pgfplots?