Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
-
Hi, I am also interested in creating a quarto template for our institution, Instituto de Pesquisas Energéticas e Nucleares - IPEN-CNEN, São Paulo, SP, Brazil, based on ABNT. Our librarians have published a guide with further requirements regarding ABNT itself, such as inserting the full citation for the thesis/dissertation in the abstract (resumo) just below the title. However, I am currently stuck on the front matter content and cannot find a way to insert it before the table of contents (sumário), as required by ABNT. I have tried the suggestion given here #2543 (reply in thread), but the generated LaTeX files are complete documents (with documentclass) and were not inserted using the I had placed this chunk in the index.qmd with the hope of generating correct LaTeX files that could be included in the main file.
Any comments on how to add front matter to a quarto template would be highly appreciated. Tks in advance |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been trying to create a Project template for a custom thesis with the Brazilian Academic Standard (ABNT) extending dragonstyle/abnt proof-of-concept.
My problem is that I want to let people write "dedication" and "acknowledgment" pages in the frontmatter by adding qmd files.
Ideally the _quarto.yml would have a
frontmatter
section similar tochapters
:The table of contents would be rendered between the frontmatter and the body/chapters section.
Extensions like [Quarto Thesis] or [Quarto Titlepages] handle these with
tex
includes and that is how I am dealing with it now. One could also just use metadata and include them in the tex (which I dislike because you end up with a huge yaml file). But I wonder if it would be possible to use thefrontmatter/dedication.qmd
tex output in thebefore-body.tex
.Beta Was this translation helpful? Give feedback.
All reactions