【发布时间】:2015-03-10 11:33:19
【问题描述】:
在Rmarkdown中,以下设置生成pdf文档的上下文:
---
title: "My Report"
author: NDE
output:
pdf_document:
fig_caption: true
toc: true
highlight: kate
---
我想在打印目录之前插入带有图像的标题页。有什么方法可以实现吗?
【问题讨论】:
-
检查答案here是使用LaTeX的解决方案
标签: r pdf markdown r-markdown