Adjusting R Markdown Title Position in PDF output
问题 I am creating an R Markdown report and can´t find a way to move my title down the page. Here is a minimal example, where I would like to move the title down 5cm: --- title: "This is my title to display at 5cm below the top" output: pdf_document: includes: in_header: header.tex --- \thispagestyle{titlepage} The header.tex file include some custom styling: \usepackage{fancyhdr} \fancypagestyle{titlepage}{ \fancyfoot[LE,RO]{\thepage\ of \pageref{LastPage}} \fancyfoot[LE,LO]{Project} \fancyhead[L