I want to create a pdf file that has an image and also changes the font family.
I understand the I have to use xelatex in order to change the font family.
But using xelatex doesn't render the images (but it doesn't get an error)
I have tried
! ( image.png )
knitr::include_graphics("image.png")
\includegraphics{logo-qroma.png}
But nothing seems to work.