2,702 reputation
430
bio website tex.stackexchange.com/users/…
location Earth
age 93
visits member for 8 months
seen 1 hour ago
stats profile views 77

Just some user who has some questions.


1d
comment Inconsolata missing after MiKTeX update
OK, thanks. As written in the edit to my last comment: \usepackage{zi4} makes it work again.
1d
comment Inconsolata missing after MiKTeX update
@UlrikeFischer Interesting. So, this is a MiKTeX database error using a wrong file name? edit: Yeah, If I change \usepackage{inconsolata} (that always worked and is also on the Font Catalogue) to \usepackage{zi4}, it works again...
1d
asked Inconsolata missing after MiKTeX update
Jun
10
awarded  Nice Question
Jun
8
comment How to plot a surface from a set of data?
@PredragPunosevac I don't need to use pgfplots, but I'd like to. ;) Be it for learning or for fun or just because it generally looks better. ;)
Jun
8
comment How to plot a surface from a set of data?
@Jake It's experimental data that was given to me. I did not generate it. The first two columns are varied parameters and the last column is the measured value in a physical experiment.
Jun
7
asked How to plot a surface from a set of data?
May
6
awarded  Notable Question
May
4
comment Static analysis of LaTeX documents?
Well, a static C analyzer won't check stdio.h when one writes #include 'stdio.h', so a LaTeX analyzer would not check the external files of amsmath when \usepackage{amsmath} occurs. And of course, everything the tool should do is giving hints, it should not do automated corrections. But I agree that it's much harder for LaTeX than for a "regular" language. But I would not call it impossible. +1, but I'll wait with accepting for possible other answers.
May
1
awarded  Enthusiast
Apr
30
awarded  Good Question
Apr
28
comment Citation MWE example doesn't work
@bloodworks Thanks, fixed it.
Apr
28
revised Citation MWE example doesn't work
fix
Apr
28
answered Citation MWE example doesn't work
Apr
28
comment How to use “LaTeX in Word”?
What about switching completly to LaTeX? If you already TeXify your math, then TeXifiyng your text, too, will be a piece of cake.
Apr
28
awarded  Good Question
Apr
26
accepted How to use declared TikZ functions in \foreach condition?
Apr
26
comment How to use declared TikZ functions in \foreach condition?
@DavidCarlisle Thanks, I will then accept your answer. :)
Apr
26
comment How to use declared TikZ functions in \foreach condition?
@Tobi Thanks, this works. :)
Apr
26
comment How to use declared TikZ functions in \foreach condition?
Ah, my question was not detailed enough. I edited it. I actually need two functions in the range. But \pgfmathresult is only one container.