add info files to templates

This commit is contained in:
Jan Grewe 2023-10-21 15:52:09 +02:00
parent 51702481b0
commit b7924e3971
3 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"NAME": "Abschlussbericht",
"LANGUAGE: "de",
"VERSION": "3.06 - 01/23",
"AUTHOR": "Jan Grewe",
"BRIEF": "Template for the final project report."
}

24
lebenslauf/info.json Normal file
View File

@ -0,0 +1,24 @@
{
"templates": [
{
"name": "Curriculum vitae DE",
"alias": "cvDE",
"language": "de",
"version": "53.200 - 03/23",
"author": "Jan Grewe",
"brief": "Template for the final project report.",
"mainfile": "lebenslauf.tex",
"files": ["header.tex", "DFG_logo.png", "Makefile", "lebenslauf.tex"]
},
{
"name": "Curriculum vitae EN",
"language": "en",
"alias": "cvEN",
"version": "53.200 - 03/23",
"author": "Jan Grewe",
"brief": "Template for the final project report.",
"mainfile": "cv.tex",
"files": ["header.tex", "DFG_logo.png", "Makefile", "cv.tex"]
}
]
}

7
sachbeihilfe/info.json Normal file
View File

@ -0,0 +1,7 @@
{
"NAME": "Sachbeihilfe",
"LANGUAGE: "de",
"VERSION": "53.01 - 09/22",
"AUTHOR": "Jan Grewe",
"BRIEF": "Template for grant application as Sachbeihilfe."
}