rub-kgi / rub-kunstgeschichte-latex

A LaTeX class implementing the formatting guidelines on scientific writing of the art history institute (Kunstgeschichtliches Institut) at Ruhr University Bochum
https://ctan.org/pkg/rub-kunstgeschichte
LaTeX Project Public License v1.3c
0 stars 0 forks source link

30 no indentation at paragraphs #38

Closed BizarrePenguin closed 3 months ago

BizarrePenguin commented 3 months ago

Adds avoidance of paragraph indentation by default using the parskip package.

Closes #30.

BizarrePenguin commented 3 months ago

One thing I noticed is that unfortunately the DocTex linter in VScode has some problems with environments and can't properly lint the code anymore since we used the quote and the option environments. It would be highly useful if we could make it work again e.g. using some vscode settings.

BizarrePenguin commented 3 months ago

I created an issue in the latex-workshop extension: https://github.com/James-Yu/LaTeX-Workshop/issues/4278

I think this should not stop us from merging the feature, since this is just an issue of the editor, not the LaTeX code which works fine.