Wandmalfarbe / pandoc-latex-template

A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
BSD 3-Clause "New" or "Revised" License
6.01k stars 957 forks source link

[feature request] Title page: Add Advisor(s) and Reviewer(s) #303

Open Lukas2112 opened 1 year ago

Lukas2112 commented 1 year ago

For the writing of term papers, for example, it would be important to specify reviewers and advisors. For internship reports, for example, the responsible internship supervisor would have to be indicated, which should be the same as the reviewer and can therefore also be indicated.

The idea would be to add four entries to the title page (2x reviewer, 2x advisor).

Then these four entries could be specified in the metadata for .md files with "review1", "review2", "advisor1", "advisor2" to be inserted during export.

What do you think of this idea, @wandmalfarbe ?

Lukas2112 commented 1 year ago

Question to @Wandmalfarbe : How could the passages \reviewer{reviewer 1 \and reviewer 2 \and one more \and if that is still not enough}%reviewer (cf. https://github.com/tudace/tuda_latex_templates/blob/main/example/DEMO-TUDaThesis.tex) as reviewer field and \supervisor{Prof. A.B. Supervisor} (cf. https://tex.stackexchange.com/questions/196629/adding-supervisor-to-thesis) that I found today, somehow implement them dynamically in the template and fill them with content via markdown metadata?

gwydi commented 3 months ago

Seems to be similar to issue #152 and pr #112

Would be really nice to have more customization options for the title page.