17,349 reputation
23293
bio website kmlinux.fjfi.cvut.cz/…
location Prague, Czech Republic
age 26
visits member for 1 year, 4 months
seen 3 hours ago
stats profile views 814

Math student at Czech Technical University.

Code licence details applicable on my posts on TeX.SX.

Idea borrowed from Peter Grill:

[Welcome to TeX.SE](http://meta.tex.stackexchange.com/questions/1436/welcome-to-tex-sx). I removed 'thanks' from your post since we omit this. Instead, you should [up-vote and accept the answers](http://tex.stackexchange.com/faq#howtoask), giving the answerer the site reputation.

Your profile shows "0% accept rate". I'm sure that you have some good solutions to your questions and you should consider [accepting the answers](http://tex.stackexchange.com/faq#howtoask), giving the answerers the site reputation.


6h
comment How to detect whether “I'm on arXiv.org”?
@BrunoLeFloch no-how, I mean, I don't test it in the end, I've dropped this feature until I find time to find a solution.
May
17
comment Calc and \settocdepth break \tikzexternalize
Isn't \settocdepth accepting primarily numbers?
May
12
comment Why LaTex only prints the first page of a document?
LaTeX prints the first page very likely because it halts on some of the errors. Try to read the log output of the LaTeX run, and find the first error, correct the code, and propagate this way through the code. And btw, Welcome to TeX.SX! You may have a look on our starter guide.
May
9
comment Remove the period at the end of the subcaption using \subbottom with memoir
Hi and Welcome to TeX.SX! Please add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with \documentclass{...} and ending with \end{document}.
May
9
comment Use sans-serif in a verbatim environment?
Wouldn't \usepackage[T1]{fontenc} be cleaner than \renewcommand\encodingdefault{T1}? Or there's some drawback?
May
6
comment typesetting of negative versus minus
Yes, it exists on many calculators, the reason is that the unary minus is a "part of the numeral" (like the decimal point), and it can be used as such, e.g. 2^~3 is easy to parse as 2^(~3) if a unary minus ~ is distinguished. This is not the case for 2^-3 where you have two binary operators next to each other, which is forbidden. So the reason for its existance is IMHO just in simpler parsing.
May
6
comment Modifying the latex code from tabular() in r so that output is not cut off and is displayed properly?
This is not a good solution at all. You should never scale a table. You might, sensibly and consistenly, use a smaller font, but even that is frowned upon in many situations.
May
6
comment amino acids with chemfig, some bonds are falsely positioned
Very cool! Just, the +'s seem a bit mis-placed: the H+ one is not in superscript and the N+ ones seem to be too high. Do you think this can be easily improved?
May
3
comment Posters for a project
Hi! This question is way too broad. Please try to use some of the packages in the page linked by @m0nhawk, and if you have any specific issues using them, ask about these issues ;)
Apr
30
comment When not to use \ensuremath for math macro?
You forgot to mention \Z{n} $\times$ \Z{n} ;)
Apr
30
comment What is the capital Greek letter for tau?
@Brent.Longborough however, these two letters use the same symbol and in the same way (\mathord). Which means that they are identical for LaTeX. And not only for LaTeX, they are identical for a mathematician as well. For linguists, they are different, but you don't use $\Tau$ as a lingust, right? :)
Apr
29
comment Splitting root symbol
You could have provided the codes for the two examples (MWEs), to save people trying to help you some time ;)
Apr
29
comment Splitting root symbol
It seems to me that this is the same manual tweak as what m0nhawk does in the question. The problem is how to make it automated.
Apr
25
comment Add documentation to TL install
Then you ought to post it as an answer of course! :)
Apr
25
comment Add documentation to TL install
@dcmst Since the install is fresh new, I've just re-installed everything and I'm quite happy. I therefore cannot test your idea :-/
Apr
23
comment Any package for typesetting polyominos/tetris-like shapes?
@SeanAllred I believe that this is more a question of a good user interface than of the programming layer. Many LaTeX packages could witness that.
Apr
20
comment Printing slides via lpr: How to get 4-up in landscape correctly?
But PDF is only a output format of pdf(la)tex, and this program outputs a valid PDF file. The proper pagesize is of course written in the PDF file, or your PDF viewer would not know it. Have you tested your code on another PDF file which has pages wider than higher? If so, does it work properly on such a file, or it fails? If it works properly on such PDF file but not on the LaTeX one, the the question is about LaTeX. If it doesn't work on any such PDF file, then the problem is obviously not in the LaTeX's output and therefore LaTeX cannot help. Or do I still miss something?
Apr
20
comment Printing slides via lpr: How to get 4-up in landscape correctly?
I'm afraid that if you insist on using lpr or a similar tool, then this question is not about TeX but more about a PDF manipulation. Therefore it IMHO belongs to Unix.SE or SuperUser.
Apr
18
comment How to automatically add \! in subscripts?
@FooBar What exact errors you get? You might try to put the nasty code in the preamble so that the catcode is already \active at \begin{document} when the .aux file is read.
Apr
15
comment How can I number my subsequent results after my theorems?
@Merry In that case please provide a Minimal (non)-Working Example, and as well, put together an example of the desired numbering like the one in this question. Without that, your problem seems not to be understandable.