We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
因为一些教授允许我们使用在计算机上编写的备忘单进行考试,所以我决定前一段时间创建一个模板,以尽可能节省足够的空间但保持可读性。该模板使用答案的代码此处< /a>.
更新:现在可以在此处找到完整的源代码。
基本文件如下所示:
当您使用代码时,复制模板并将
LaTeX
代码放入外部文件中,例如section1.tex、section2.tex、...
。您可以轻松地遵循这些LaTeX
文件中的正常结构,例如填充您的部分后,您将获得一个高度压缩的文档,它看起来仍然不错,如下所示:
Because some professors allowed us to use cheat sheets written on a computer for exams, I decided to create a template some time ago to save enough space as possible but keep readibility. The template uses the code of the answer here.
Update: The complete source code can now be found here.
The base file looks like this:
When you use the code copy the template and put your
LaTeX
code in external files likesection1.tex, section2.tex,...
. Than you can easily follow the normal structure inside theseLaTeX
files likeAfter filling your sections you'll get a much compressed document which still looks good like this:
我也一直在为各种事情制作自己的备忘单。我真的很喜欢 Latex 备忘单在这里找到的外观。我建议获取 tex 源代码并从中窃取一些想法:)。
I've been making my own cheat sheets as well for various things. I really like how the Latex cheat sheet found here looks. I suggest grabbing the tex source and stealing some ideas from it :).
考虑使用
multicol
。并考虑熟悉 CTAN。 TeX 的大多数东西迟早都会在那里,尽管如果您不知道自己在寻找什么,则确实需要进行一些挖掘。
Consider using
multicol
.And consider familiarizing yourself with CTAN. Most things TeX end up there sooner or later, though it does require some digging if you don't know what you're looking for.
这是一个漂亮的备忘单示例(实际上是一本小册子,而不仅仅是几页)。
http://clqr.boundp.org/index.html
它是使用 LaTex 制作的。它总结了 Common Lisp 标准上的所有符号。也许您可以从可用的 LaTeX 源中获取一两个技巧。
Here is a beautiful example of a cheat sheet (is a booklet actually, not just a couple of pages).
http://clqr.boundp.org/index.html
It is made using LaTex. It summarizes all the symbols on the Common Lisp Standard. Maybe you can pick up one or two tips from the available LaTeX source.
我喜欢这些备忘单的样子:
http://michaelgoerz.net/refcards/
I like how these cheat sheets look like:
http://michaelgoerz.net/refcards/