? A LaTeX cheatsheet template that fits everything on one page!
猫猫纸的 LaTeX 模板,一页纸装下整个学期的知识点!
The template can compress extensive content into a single A4 landscape page with 5 columns and 5pt font size:
Supporting formulas, diagram, table and anything can be written using LaTex. 600dpi printing quality is enough to keep everything sharp and clear.
xelatex main.tex
⚠️ Important: Must use XeLaTeX, not pdfLaTeX!
\lecture{Your Lecture Title}
\topic{Main Topic}
\subtopic{Subtopic Name}
Your content here...
| Command | Description | Style |
|---|---|---|
\lecture{title} |
? Lecture header | ? Orange background, auto-numbered |
\topic{title} |
? Topic header | ? Pink background, auto-numbered |
\subtopic{title} |
▪️ Subtopic header | ? Purple text with square icon |
Column Count (in main.tex):
\begin{multicols*}{5} % Change 5 to your desired number
Font Size:
\fontsize{5}{5}\selectfont % {size}{line spacing}
Paper Size & Margins:
\usepackage[a4paper, landscape, top=0.75cm, bottom=0.75cm,
left=0.75cm, right=0.75cm]{geometry}
\colorbox{color} in custom commands\DeclareMathSizes{5}{5}{4}{3} for math formula sizingmeowmeowsheet/
├── ? main.tex # Main template file
├── ? lecture_xxx.tex # Your lectures content file
├── ?️ 1.jpg, 2.jpg, xxx.jpg # Images
└── ? README.md # This file
\input{lecture.tex} to organize content in separate filesbooktabs for professional tablesmulticols* fills columns sequentially (use multicols for balanced columns)Feel free to submit issues and enhancement requests! ?
This project is open source and available under the MIT License.
⭐ Star this repo if it helped you ace your exams! ⭐
暂无评论