Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit bdbba4f1 authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

Update conf.py to generate proposal PDFs

parent 07eea6f1
Branches
No related merge requests found
......@@ -167,6 +167,6 @@ latex_elements = {
latex_engine = "xelatex"
latex_logo = str("_static/images/logo-latex.pdf")
latex_documents = [
("proposals/template", "template.tex", "Project proposal template 2024", "John Doe", "manual"),
]
\ No newline at end of file
latex_documents = []
for proposal in proposals:
latex_documents.append(("proposals/"+proposal, proposal+".tex", "",author, "manual"))
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment