Skip to content

Instantly share code, notes, and snippets.

@uribo
Created February 11, 2015 14:24
Show Gist options
  • Save uribo/cbade2afdc9019514bdc to your computer and use it in GitHub Desktop.
Save uribo/cbade2afdc9019514bdc to your computer and use it in GitHub Desktop.
multiple authors, citation and save image png format
---
title: AWESOME TITLE
author:
- ME
- YOU
output:
beamer_presentation:
fonttheme: "structurebold"
pandoc_args:
["--latex-engine=xelatex"]
bibliography: reference.bib
csl: ecology-letters.csl
linkcolor: Blue2
urlcolor: Orange1
citecolor: Black1
---
```{r global_options}
### knitr chunk options ###
opts_chunk$set(
dev = c("png"))
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment