我希望插入文档中的徽标出现在文档标题之前。我该如何实现?
这是我的序言:
---
title: My Document Title
author:
date:
output: pdf_document
toc: false
geometry: left=0.3in, top=0.3in, right=0.3in, bottom=0.5in
fontsize: 12pt
classoption: portrait, onecolumn
---
和针织夹头,我将徽标插入:
```{r, out.width = "400px", fig.align = "center", echo=FALSE}
knitr::include_graphics("path/imagename.png")
```
按原样显示标题,然后显示徽标。