Replies: 2 comments 3 replies
-
That's a LaTeX question of which I don't have the answer now but it's definitely on the Internet. As for HTML advanced customisation you need to learn/use HTML/CSS/JS, here you need to learn/use LaTeX and understand the partial/template to make your own modifications. Note that you should not use raw code outside of raw code block which is in your case Also when working with LaTeX based documents, you can use Finally, you might be interested in the "titlepage" Quarto extension: https://github.com/nmfs-opensci/quarto_titlepages. |
Beta Was this translation helpful? Give feedback.
-
Hmm... apparently a shitty naming convention is in the works here...
from https://cameronpatrick.com/post/2023/07/quarto-thesis-formatting/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm trying to make a really simple title page, on its onw separate page. If I use
\maketitle
then the content of the title appears twice, which hardly seems like what I want. I addedand tried to do some stuff in that document but I couldn't succeed at all. Any advice on this is welcome.
It seems like the
geometry
package forces everything to be its way, and I have no clue how I override it.Ideal would be if I just could do
and that just worked. Then I could add my stupid blue line and my examiners name in
title.tex
and be happy.Beta Was this translation helpful? Give feedback.
All reactions