https://github.com/raymo111/latex-templates
My Latex Templates that I use in Overleaf
https://github.com/raymo111/latex-templates
Last synced: 5 months ago
JSON representation
My Latex Templates that I use in Overleaf
- Host: GitHub
- URL: https://github.com/raymo111/latex-templates
- Owner: Raymo111
- License: other
- Created: 2020-09-13T04:50:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-23T01:35:14.000Z (over 3 years ago)
- Last Synced: 2025-04-09T03:41:55.422Z (about 1 year ago)
- Language: TeX
- Homepage:
- Size: 45.9 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# LaTeX formatting for STEM Schoolwork
Overleaf settings:
- Compiler: PDFLatex
- TeX Live version: 2019 (latest)
- Spell check: English (use whatever lang you want)
- Auto-complete: On
- Auto-close Brackets: On
- Code check: On
- Editor theme: monokai (it's the best)
- Overall theme: Default (eww to light mode, I wish there was a black mode)
- Keybindings: None (I'm a vim user but I don't like it in Overleaf)
- Font Size: 14px (I have a massive monitor)
- Font Family: Monaco/Menlo/Consolas
- Line Height: Compact
- PDF Viewer: Built-In
- Recompile:
- Auto-recompile: On
- Compile Mode: Normal (I'm scared of using draft and there's not much latency reduction for my usage)
- Check Syntax: On
Texlive packages required: mathtools xcolor enumitem ncctools pgf forest cancel circuitikz csquotes multirow siunitx stmaryrd tkz-berge tkz-graph was xkeyval xpatch
Additional packages required for minted (code with syntax highlighting in latex): minted fvextra fancyvrb upquote lineno catchfile xstring framed float relsize
Additional config for minted for Sharelatex (Overleaf Community Edition):
```bash
alias sharelatex='/path/to/overleaf/bin/docker-compose exec sharelatex'
sharelatex apt update
sharelatex apt install python-pygments
sharelatex sed -ie '$ashell_escape = t' /usr/local/texlive/2021/texmf.cnf
```