From e2f2e9c5482ade49cf92de62255960500e45a522 Mon Sep 17 00:00:00 2001 From: Dominik Becker Date: Thu, 26 Apr 2018 20:27:43 +0200 Subject: [PATCH] #8 Docs --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45fa5df..3610ff5 100644 --- a/README.md +++ b/README.md @@ -157,9 +157,8 @@ Though, handling of captions is a bit complicated, which is why it's wrapped int \end{code} ``` -Config for syntax highlighting is centrally provided in `config/config.tex` using the `\lstset` directive (defaulting to `C#` in this boilerplate). -It may be done individually for each listing. -Please see official docs for that. +Config for syntax highlighting is centrally provided in `config/config.tex` using the `\setminted` directive. +For changes, see the official docs. ### Paragraph Distances and Onehalf Spacing There are certain LaTex environments that cause huge paragraph distances in combination with the `onehalfspacing` option (1.5 line height).