我正在为Rmarkdown创建pdf文档的标题表。我希望能够将image line.png放在标题页的底部。
请有人帮我解决这个问题。我到目前为止使用的代码如下:
---
title: "Some title"
author: "Prepared by: Anon"
date: '`r paste("Date:",Sys.Date())`'
output: pdf_document
---
\pagenumbering{gobble}
\centerline{\includegraphics[height=3in]{picture_folder/line.png}}
\clearpage