Skip to content

Commit

Permalink
Update LTG
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Jan 23, 2025
1 parent df790d4 commit 2515599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator-latex-template
Submodule generator-latex-template updated 38 files
+1 −1 .github/generate-workflows.py
+2 −1 .github/workflows/check-make.yml
+2,644 −0 .github/workflows/check-ustutt-both-biblatex-2024-false.yml
+2,644 −0 .github/workflows/check-ustutt-both-biblatex-2024-true.yml
+2,644 −0 .github/workflows/check-ustutt-both-bibtex-2024-false.yml
+2,644 −0 .github/workflows/check-ustutt-both-bibtex-2024-true.yml
+2,644 −0 .github/workflows/check-ustutt-pdflatex-biblatex-2024-false.yml
+2,644 −0 .github/workflows/check-ustutt-pdflatex-biblatex-2024-true.yml
+2,644 −0 .github/workflows/check-ustutt-pdflatex-bibtex-2024-false.yml
+2,644 −0 .github/workflows/check-ustutt-pdflatex-bibtex-2024-true.yml
+17 −0 CHANGELOG.md
+10 −0 generators/app/index.js
+5 −3 generators/app/templates/.github/workflows/check.yml
+7 −0 generators/app/templates/.vscode/extensions.json
+167 −35 generators/app/templates/README.en.md
+6 −0 generators/app/templates/Texlivefile
+1 −1 generators/app/templates/abbreviations.preamble.de.tex
+13 −10 generators/app/templates/biblatex.preamble.en.tex
+105 −16 generators/app/templates/dot.dockerignore
+3 −3 generators/app/templates/dot.gitignore
+8 −8 generators/app/templates/floats.preamble.en.tex
+5 −5 generators/app/templates/font.preamble.en.tex
+10 −12 generators/app/templates/footnotes.preamble.en.tex
+3 −3 generators/app/templates/hyperref.preamble.en.tex
+2 −2 generators/app/templates/listings.preamble.de.tex
+2 −4 generators/app/templates/main.de.tex
+4 −6 generators/app/templates/main.en.tex
+12 −18 generators/app/templates/math.preamble.en.tex
+2 −1 generators/app/templates/paragraphs.example.de.tex
+2 −3 generators/app/templates/tables.preamble.de.tex
+51 −46 generators/app/templates/thesis-additions.en.tex
+46 −44 generators/app/templates/thesis-additions.examples.en.tex
+22 −22 generators/app/templates/ustutt-chapterstyle.preamble.en.tex
+7 −7 generators/app/templates/ustutt-pagestyle.preamble.en.tex
+1 −1 generators/app/templates/ustutt-titlepage.sty
+104 −0 generators/app/templates/vscode.settings.json
+2 −2 package-lock.json
+1 −1 package.json

0 comments on commit 2515599

Please sign in to comment.