├── Ishort ├── lshort-2025.pdf ├── lshort-zh-cn-2021.pdf └── readme.md ├── README.md └── guides └── 清华图书馆LaTeX教程.pdf /Ishort/lshort-2025.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pumc-zhou/Awesome-LaTeX-Books/44f7f531b6b3435b9b2498b10905767088ccd364/Ishort/lshort-2025.pdf -------------------------------------------------------------------------------- /Ishort/lshort-zh-cn-2021.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pumc-zhou/Awesome-LaTeX-Books/44f7f531b6b3435b9b2498b10905767088ccd364/Ishort/lshort-zh-cn-2021.pdf -------------------------------------------------------------------------------- /Ishort/readme.md: -------------------------------------------------------------------------------- 1 | # lshort - The (Not So) Short Introduction to LaTeX2ε 2 | 3 | **lshort** is short for *“The (Not So) Short Introduction to LaTeX2ε.”* It’s one of the most popular beginner guides in the LaTeX community. The project was originally written by Tobias Oetiker and has since been translated and updated in many languages, including English, Chinese, French, Italian, Japanese, and more. 4 | 5 | ✅ **Purpose** 6 | 7 | * It’s a concise manual meant to help newcomers learn LaTeX quickly and efficiently. 8 | * Compared to the original LaTeX book by Leslie Lamport, lshort is shorter and more practical for beginners. 9 | 10 | ✅ **Content** 11 | 12 | * It covers the basics of document structure, typesetting text, math formulas, figures, tables, bibliographies, and indexes. 13 | * It’s practical, focusing on examples and explanations rather than deep theoretical detail. 14 | 15 | ✅ **Open Source** 16 | 17 | * The guide is open source (GPL license) and maintained on repositories like CTAN and GitHub. 18 | * You can download PDF versions or build it from the LaTeX sources yourself. 19 | 20 | ✅ **Multi-language** 21 | 22 | * Available in over 20 languages to help non-English speakers learn LaTeX. 23 | 24 | ✅ **Widely Recommended** 25 | 26 | * Many universities and online communities recommend it as the first document to read when learning LaTeX. 27 | * It’s small enough to read in a few hours but comprehensive enough to get you started on real documents. 28 | 29 | **Where to Find It** 30 | 31 | * CTAN (Comprehensive TeX Archive Network): [lshort on CTAN](https://ctan.org/pkg/lshort?lang=en) 32 | * GitHub: [oetiker/lshort](https://github.com/oetiker/lshort) -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome-LaTeX-Books 2 | 3 | This is a collection of LaTeX books and projects, including both Chinese and English versions. 4 | 5 | --- 6 | 7 | ## [Table of Contents]() 8 | 9 | - [Awesome-LaTeX-Books](#awesome-latex-books) 10 | - [Table of Contents](#table-of-contents) 11 | - [Online-Platform-for-Using-LaTeX](#online-platform-for-using-latex) 12 | - [General-Guides](#general-guides) 13 | - [Thesis](#thesis) 14 | - [CV](#cv) 15 | - [Beamer](#beamer) 16 | - [Poster](#poster) 17 | 18 | ## Online-Platform-for-Using-LaTeX 19 | 20 | 1. Dominant——[Overleaf](https://www.overleaf.com)🔥🔥🔥🔥🔥 21 | 2. Chinese Startup——[TexPage](www.texpage.com)🔥🔥🔥🔥🔥 22 | 23 | ## General-Guides 24 | 25 | 1. [lshort](https://github.com/oetiker/lshort)🔥🔥🔥🔥🔥 26 | 2. [lshort-zh-cn](https://github.com/CTeX-org/lshort-zh-cn)🔥🔥🔥🔥🔥 27 | 3. [LaTeX-Cookbook](https://github.com/alexpovel/latex-cookbook) 28 | 29 | ## Thesis 30 | 31 | 1. [THU Thesis](https://github.com/tuna/thuthesis)🔥🔥🔥🔥 32 | 2. [ZJU Thesis](https://github.com/TheNetAdmin/zjuthesis)🔥🔥🔥 33 | 3. [USTC Thesis](https://github.com/ustctug/ustcthesis)🔥🔥🔥 34 | 35 | ## CV 36 | 37 | 1. [Awesome-CV](https://github.com/posquit0/Awesome-CV)🔥🔥🔥🔥🔥 38 | 2. [latexcv](https://github.com/jankapunkt/latexcv)🔥🔥🔥🔥 39 | 3. [mcdowell-cv](https://github.com/dnl-blkv/mcdowell-cv)🔥🔥🔥🔥 40 | 4. [awesome-latex-cv](https://github.com/huajh/awesome-latex-cv) 41 | 5. [resume](https://github.com/sb2nov/resume) 42 | 43 | ## Beamer 44 | 45 | 1. [Metropolis](https://github.com/matze/mtheme)🔥🔥🔥🔥🔥 46 | 2. [The Ultimate Beamer Theme List](https://github.com/martinbjeldbak/ultimate-beamer-theme-list) 47 | 48 | ## Poster -------------------------------------------------------------------------------- /guides/清华图书馆LaTeX教程.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pumc-zhou/Awesome-LaTeX-Books/44f7f531b6b3435b9b2498b10905767088ccd364/guides/清华图书馆LaTeX教程.pdf --------------------------------------------------------------------------------