diff --git a/LaTeX/README.md b/LaTeX/README.md index 6d2b749..e899eb0 100644 --- a/LaTeX/README.md +++ b/LaTeX/README.md @@ -1,21 +1,26 @@ - - - -- [Notes on using LaTeX](#notes-on-using-latex) - - [Simple boilerplate](#simple-boilerplate) - - [Package management](#package-management) - - [Installing custom templates](#installing-custom-templates) - - [Noteworthy templates](#noteworthy-templates) - - - # Notes on using LaTeX -To possibly save your self from headache: +To possibly spare yourself from headache: - Fedora: `sudo dnf install texlive-scheme-full -y` - Debian: `sudo apt install texlive-full -y` + + + + + + +- [Simple boilerplate](#simple-boilerplate) +- [Package management](#package-management) +- [Installing custom templates](#installing-custom-templates) + - [Noteworthy templates](#noteworthy-templates) + + + + + + ## Simple boilerplate Refer to `hello.tex`