Integrate graphics from a folder into the titlepage #8535
Replies: 1 comment
-
I'm sorry. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I want to integrate graphics from a folder into the titlepage. But there always is an issue.
My folder-structure is this:

My Quarto YAML:
The latex-code in
_titlepage.tex
to include the graphic:\includegraphics[width=1.8in]{Bilder_Titelseite/HBC_Logo.png}
i also tried:
\includegraphics[width=1.8in]{./Bilder_Titelseite/HBC_Logo.png}
the issue by rendering:

Beta Was this translation helpful? Give feedback.
All reactions