Init repo skeleton

This commit is contained in:
Anton Mosich 2022-10-05 18:50:46 +02:00
commit 2cd0c5db37
Signed by: Flugschwein
GPG Key ID: 9303E1C32E3A14A0
4 changed files with 37 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
*.aux
*.log
*.out
*.synctex.gz
*.dvi
*.toc
*.pdf
*.fdb_latexmk
*.fls
tags
*.bak*
*.dat
*.script
*.table
*.thm

3
.latexmkrc Normal file
View File

@ -0,0 +1,3 @@
$pdf_mode = 1;
$pdflatex = 'pdflatex --shell-escape';
$clean_ext = '%R_contourtmp0.dat %R_contourtmp0.table %R_contourtmp0.script thm %R.bak*';

14
.pre-commit-config.yaml Normal file
View File

@ -0,0 +1,14 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/cmhughes/latexindent.pl
rev: V3.18
hooks:
- id: latexindent

5
README.md Normal file
View File

@ -0,0 +1,5 @@
Hier sind die Notizen des Professors Grohs zur Vorlesung
[Algebra](https://ufind.univie.ac.at/de/course.html?lv=250077&semester=2022W)
an der Universität Wien im Wintersemester 2022.
Der LaTeX-Satz ist von mir (Anton Mosich).