【发布时间】:2021-01-25 13:59:38
【问题描述】:
尊敬的,
我在整理投影仪演示文稿时遇到了问题。我想把标题、页脚和项目用绿色调。
感谢您的帮助。
title: "long title"
date: "10/10/2020"
output:
beamer_presentation:
theme: "CambridgeUS"
keep_tex: true
header-includes:
- \AtBeginDocument{\title[short title]{"long title"}}
- \AtBeginDocument{\author[author1; author2; author3; author4]{author1\\author2\\author3\\author4}}
- \addtobeamertemplate{headline}{\includegraphics[width=\paperwidth,height=2cm,page=2]{img.png}}
---
# Introduction
* text1;
* text2;
* text3;
* text4.
【问题讨论】:
标签: r latex r-markdown presentation beamer