【发布时间】:2018-07-14 20:18:36
【问题描述】:
如何将我的 Rmarkdown beamer 演示文稿的标题页对齐到左侧而不是默认中心?
示例,默认居中:
---
title: "Untitled"
author: "S SS"
date: "2/4/2018"
output: beamer_presentation
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
## R Markdown
This is an R Markdown presentation. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see <http://rmarkdown.rstudio.com>.
When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document.
【问题讨论】:
标签: r latex r-markdown beamer