-
Hi, I am writing my thesis using Quarto, project type: book, format: pdf. I would like to create a first page includes more info, therefore I've included this section to the YAML:
The "Name of the University" parts aligned to the center but they do not appear in the vertical center of the page. I've tried including
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I don't have enough LaTeX chops to say -- perhaps someone else here does? |
Beta Was this translation helpful? Give feedback.
-
Hi @barizona , All those \newlines are messing up the center environment. Replace as follows
|
Beta Was this translation helpful? Give feedback.
-
However given what you are trying to do (a custom title page), you might just mock up you title page directly. I made a repo with title pages that you can modify and put into your Quarto doc.
|
Beta Was this translation helpful? Give feedback.
Hi @barizona , All those \newlines are messing up the center environment. Replace as follows