0
我正在爲Rmarkdown中的pdf文檔創建一個標題表。我希望能夠將圖像line.png放在標題頁的底部。Rmarkdown:標題頁底部的圖像
請有人可以幫助我這個。我迄今使用的代碼如下:
---
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
嗨沃瑞斯,感謝您的評論。不幸的是,這似乎不適用於我;圖像根本不會出現 – cpokane
您是否嘗試修改圖像的路徑? – Worice
是的。我嘗試修改路徑沒有成功。 – cpokane