I viewed the "insert a logo in upper right corner of R markdown pdf document"topic and I managed to insert a logo in the upper right corner using this input:
pdf_document:
keep_tex: true
includes:
in_header: header.tex
But when I additionally include author:
title:
date:
the logo disappears.
I realised, that in a document with more than one page, the logo appears from the second page onwards but not on the first page, where I included the header
How can I include the logo on the first page additional to the normal infomations as author:, titel: and so on?