Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Cv | 20,087 | 11 days ago | 174 | lppl-1.3c | TeX | |||||
:page_facing_up: Awesome CV is LaTeX template for your outstanding job application | ||||||||||
Katex | 17,049 | 1,691 | 1,038 | 3 days ago | 74 | June 24, 2023 | 394 | mit | JavaScript | |
Fast math typesetting for the web. | ||||||||||
Leetcode | 10,719 | a year ago | 52 | bsd-3-clause | TeX | |||||
LeetCode题解,151道题完整版。广告:推荐刷题网站 https://www.lintcode.com/?utm_source=soulmachine | ||||||||||
Milewski Ctfp Pdf | 10,288 | 2 months ago | 54 | other | TeX | |||||
Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source | ||||||||||
Resume | 7,249 | 5 months ago | 21 | mit | TeX | |||||
An elegant \LaTeX\ résumé template. 大陆镜像 https://gods.coding.net/p/resume/git | ||||||||||
Mathmodel | 6,416 | 11 days ago | 18 | mit | TeX | |||||
研究生数学建模,本科生数学建模、数学建模竞赛优秀论文,数学建模算法,LaTeX论文模板,算法思维导图,参考书籍,Matlab软件教程,PPT | ||||||||||
Mtheme | 5,644 | 10 months ago | 83 | TeX | ||||||
A modern LaTeX Beamer theme | ||||||||||
Draft | 5,335 | 3 days ago | 848 | TeX | ||||||
C++ standards drafts | ||||||||||
Pandoc Latex Template | 5,313 | a month ago | 95 | bsd-3-clause | TeX | |||||
A pandoc LaTeX template to convert markdown files to PDF or LaTeX. | ||||||||||
Vimtex | 4,789 | a day ago | 17 | mit | TeX | |||||
VimTeX: A modern Vim and neovim filetype plugin for LaTeX files. |
Slides for an introductory course on LaTeX. The slides and their LaTeX source code are provided in this github repository under a permissive MIT license.
The aim is to get students writing in LaTeX as quickly as possible. The material is presented as a set of examples, and broader concepts and techniques are explained as they arise. Each part includes exercises that can be completed on Overleaf, the free online LaTeX editor, so you don't have to worry about getting LaTeX and related tools installed on everyone's computers.
These slides were originally used to deliver two two-hour workshops, but there is probably enough material for three workshops, so there are three parts:
The Basics: ideas, syntax, equations, environments, packages
Structed Documents & More: titles, sections, cross-references, figures, tables, bibliographies.
Not Just Papers: Presentations & More: recap exercise, presentations with beamer, drawings with tikz.
Feel free to use however you like --- contributions welcome!
Translations in this repo:
fr
French (thanks to Yannis Haralambous)Translations available outside of this repository:
If you translate these slides, please feel free to open a pull request to either add a link or add your files in a subfolder --- whichever you prefer.
You may need to install some extra LaTeX packages and system packages in order to build the slides yourself.
The minted package provides syntax highlighting. It is installed by default in recent versions of TeX Live.
The minted package calls out to the
pygments syntax highlighter, which is written in python.
The relevant package is python-pygments in Debian / Ubuntu
(sudo apt-get install python-pygments
).
There is a simple Makefile
that manages the build. To use it, you'll
probably need to be on Linux, and you will need make
.
The slides include links to exercises that open in Overleaf. The exercise
source files are hosted on github. If you want to use exercise files in another
location, you can fork this
github repository and then change the \fileuri
macro in preamble.tex
:
\newcommand{\fileuri}{https://raw.github.com/jdleesmiller/latex-course/master/en}
so that instead of pointing to jdleesmiller/latex-course
, it points to
your-github-user-name/latex-course
. Then, once you've pushed your changed
exercise files to github, the slides will load them up in Overleaf.
The deploy-to-gh-pages.sh
script builds the slides using the Makefile and
copies the slides over to the gh-pages
branch, which is available at
http://jdlm.info/latex-course
thanks to
github pages.
The slides and source are released under the MIT license. See the LICENSE file.