Tagged Questions
3
votes
2answers
1k views
Template for cheat sheet
I have been working with LaTeX for a couple of years but I don't know anything about pure TeX.
I find this LaTeX cheat sheet useful to remember some commands. So I'd like to have a LaTeX template for ...
7
votes
3answers
2k views
Is there a good plain TeX tutorial that explains about doing automation and making layout?
I am interested in learning plain TeX especially in
automation: looping, conditional branching, jumping, iterating, etc.
layout: creating custom smart tables and boxes that can span cross pages.
...
11
votes
2answers
468 views
Is there a printable version of a reference manual for all TeX primitives?
Everywhere in the TeX community, I see suggestions like \parskip, \obeylines, \parindent, etc. I'd be surprised not to find them even in the most basic LaTeX packages. So I figured they must be deeper ...