当前位置:首页 > 模板库 > 笔记

小抄 猫纸 Cheetsheet 模板
上传时间:2025-12-10 03:03:08
  • 小抄 猫纸 Cheetsheet 模板
  • 小抄 猫纸 Cheetsheet 模板
  • 小抄 猫纸 Cheetsheet 模板
作品简介

? Meow Meow Sheet 猫猫纸 (A cheatsheet template)

? A LaTeX cheatsheet template that fits everything on one page!
猫猫纸的 LaTeX 模板,一页纸装下整个学期的知识点!

✨ Features

  • ? Ultra-compact layout: 5-column design with minimal margins
  • ? Color-coded sections: Lectures, topics, and subtopics with visual hierarchy
  • ? Optimized typography: Palatino font for excellent readability even at 5pt
  • ?️ Print-ready: A4 landscape format, perfect for printing
  • ? Flexible structure: Easy-to-use commands for organizing content
  • ? Space-efficient: Maximum information density without sacrificing clarity

? Perfect For

  • ? Final exam review sheets
  • ? Science & engineering formulas
  • ? Programming language references
  • ? Quick reference guides
  • ? Study notes compilation

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.

? Quick Start

Prerequisites

  • ✅ XeLaTeX compiler (required for fontspec package)
  • ? TeX distribution (TeX Live, MiKTeX, or MacTeX)

Compilation

xelatex main.tex

⚠️ Important: Must use XeLaTeX, not pdfLaTeX!

? Usage

Basic Structure

\lecture{Your Lecture Title}
\topic{Main Topic}
\subtopic{Subtopic Name}

Your content here...

Custom Commands

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

Layout Customization

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}

? Customization Tips

  • ? Change colors by modifying \colorbox{color} in custom commands
  • ? Adjust \DeclareMathSizes{5}{5}{4}{3} for math formula sizing
  • ? Modify column count based on content density

? Project Structure

meowmeowsheet/
├── ? main.tex          # Main template file
├── ? lecture_xxx.tex      # Your lectures content file
├── ?️ 1.jpg, 2.jpg, xxx.jpg # Images
└── ? README.md         # This file

? Tips & Tricks

  • ? Use \input{lecture.tex} to organize content in separate files
  • ? The template includes booktabs for professional tables
  • ?️ Images automatically scale to column width
  • multicols* fills columns sequentially (use multicols for balanced columns)
  • ? 0.75cm margins work well for most A3 printers

? Contributing

Feel free to submit issues and enhancement requests! ?

? License

This project is open source and available under the MIT License.

? Acknowledgments

Star this repo if it helped you ace your exams!

暂无评论

  •  633
  •  7
  •  3
  • 作  者: 关舒文 Shevon Kuan 关注 已关注
  • 测试平台:texlive
  • 编译方式:xelatex
  • 源码属性:原创