working version

This commit is contained in:
2023-10-21 15:52:39 +02:00
parent b7924e3971
commit 7be5570d21
3 changed files with 133 additions and 52 deletions

View File

@@ -1,7 +1,14 @@
{
"NAME": "Abschlussbericht",
"LANGUAGE: "de",
"VERSION": "3.06 - 01/23",
"AUTHOR": "Jan Grewe",
"BRIEF": "Template for the final project report."
"templates": [
{
"name": "Abschlussbericht",
"alias": "reportDE",
"language": "de",
"version": "3.06 - 01/23",
"author": "Jan Grewe",
"brief": "Template for the final project report.",
"mainfile": "abschlussbericht.tex",
"files": ["header.tex", "DFG_logo.png", "Makefile", "abschlussbericht.tex"]
}
]
}