No branch yet. It’s all unstaged in my repo.
I haven’t quite figured out the best way to build it. But at the moment it’s:
A master cheatsheet.tex file. Which then \inputs another Latex file that I have been generated with a Jinja template from the toml files. The cheatsheet.tex file sets up the fonts and the columns, etc, etc.
Each of the short descriptions from the toml files has been run through Pandoc to turn the Markdown into a snippet of Latex. That’s was actually really slow, so I have used the Python multiprocessing code to run it in parallel.
Before I commit it, I’ll get the included Latex file to be built automatically via Makefile dependencies.
Today’s task is to switch to using a Latex macro to render each OP, and for those to be rendered within a minipage which should stop them being split over columns.
I also need to get a handle on the fonts, and in particular the font sizes.
The ordering of sections is the same as the main docs, though the list is currently duplicated.
The ordering of OPs within each section is based on the order within the toml file (like the main docs). Looking at them, there are a few that could do with re-ordering.
Yeah, the main docs need this too. A nice picture for the front page wouldn’t go amiss either…