add template messages

This commit is contained in:
2023-10-22 13:57:31 +02:00
parent 687a711a75
commit d0fc0350a2
4 changed files with 28 additions and 8 deletions

View File

@@ -8,7 +8,10 @@
"author": "Jan Grewe",
"brief": "Template for the final project report.",
"mainfile": "lebenslauf.tex",
"files": ["header.tex", "DFG_logo.png", "Makefile", "lebenslauf.tex", "my_publications.bib"]
"files": ["header.tex", "DFG_logo.png", "Makefile", "lebenslauf.tex", "my_publications.bib"],
"messages": ["Die Publikationen sind in der my_publications.bib Datei einzutragen, siehe Beispiele.",
"Bitte die Zuordnung der Tabellen in die entsprechenden Abschnitte überprüfen!",
"Der fertige Lebenslauf muss eventuell noch entsprechend der DFG Vorgaben umbenannt werden!"]
},
{
"name": "Curriculum vitae EN",
@@ -18,7 +21,10 @@
"author": "Jan Grewe",
"brief": "Template for the final project report.",
"mainfile": "cv.tex",
"files": ["header.tex", "DFG_logo.png", "Makefile", "cv.tex", "my_publications.bib"]
"files": ["header.tex", "DFG_logo.png", "Makefile", "cv.tex", "my_publications.bib"],
"messages": ["Paper references are stored in the my_publications.bib file, see examples.",
"Please check that the tables appear in the correct sections (first two sections)!",
"The final CV may need to be renamed to match the DFG regulations!"]
}
]
}