This repository contains a collection of LaTeX files, helping you get started with LaTeX quickly.
Breaking change in the current version: the time complexity commands now require the math environment. You may use the following vim-regex to fix issues in your code:
:%s/ \\tc\([olt]\){\(.*)}\([, .\n]\)/ \$\\tc\1{\2}\$\3/g
(execute first) and :%s/\\text{\\tc\([olt]\){\(.*\)}}/\\tc\1{\2}/g
Getting started
See the docs here to get started.
Recommended LaTeX editors
- TeX Studio
- VSCode with LaTeX Workshop and LaTeX Utilities. You will need to have TeXLive installed (https://tug.org/texlive/)
- Neovim with the vimtex plugin and texlab installed
The editors are ordered in terms of ease of use and my personal preference list is exactly the other way round.
LaTeX helper files © 2024 by Janis Hutz is licensed under Creative Commons Attribution-NonCommercial 4.0 International
Languages
TeX
100%