An open API service indexing awesome lists of open source software.

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

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
```