Are there any templates, document classes for preparing cheat sheets?
If not, what would make it easy to produce such documents?
|
Are there any templates, document classes for preparing cheat sheets? If not, what would make it easy to produce such documents? |
|||
|
|
This is what I'm using for small cheat sheets. It is derived from some sheet I found out there, unfortunately, I cannot recall whom should I credit... Anyway, there you go:
I hope you'd find it useful. |
|||||||
|
|
Have a look as to how this cheatsheet was made. The source can be downloaded at TeX showcase. If this is too difficult, just try the following minimal with pdfTeX.
|
|||||||||||||||
|
|
I suggest you to use a long table of minipages. Each cell is made from a minipage. And a minipage can support almost everything. But, don't put too long object because minipage cannot be broken between pages. Edit 1You can also nest a Edit 2If you use nested table approach, it is better to put the child table in a separate file and import it from your parent cell using
|
||||
|
|