From 1d38e9dbe913a394245be77a3aee15b86a574096 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 7 Jan 2024 11:54:52 +0200 Subject: [PATCH] LaTeX/README.md: attempt to improve language, move doctoc a bit --- LaTeX/README.md | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) 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`