{rubber} is a wrapper for compiling LaTeX documents.
38
votes
3answers
2k views
What are the differences between latexmk and rubber?
I just stumbled on this blog post about rubber and was thinking: "Isn't that exactly what latexmk does?". So, now I wonder: isn't it? Or are there any differences?
2
votes
1answer
1k views
Bad math delimiter in tikz tree
I'm trying to diagram an extensive form game using TikZ trees. The following code generates errors at compile time. Specifically, it complains about missing $'s and a bad math delimiter. I've been ...