forked from pzhaonet/bookdownplus-textbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
34 lines (33 loc) · 1.12 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
title: "R bookdownplus Textbook"
subtitle: "Authoring Assorted Books and Documents Easily with R bookdown"
author: "Peng Zhao"
date: "`r Sys.Date()`"
output:
bookdown::pdf_book:
# template: tex/template_journal.tex
template: tex/template_thesis_classic.tex
keep_tex: yes
citation_package: natbib
# latex_engine: xelatex
toc_depth: 2
toc_unnumbered: yes
toc_appendix: yes
pandoc_args: --chapters
quote_footer: ["\\begin{flushright}", "\\end{flushright}"]
# dev: "cairo_pdf"
bibliography: ['bib/zhaor.bib']
biblio-style: apalike
link-citations: yes
colorlinks: no
# toc: no
lot: yes
lof: yes
site: bookdown::bookdown_site
# geometry: [b5paper, tmargin=2cm, bmargin=2cm, lmargin=1.5cm, rmargin=1.5cm]
description: "A tutorial to `R bookdownplus`, an extension of `R bookdown` package. This books shows helps you write academic journal articles, guitar books, chemical equations, mails, calendars, and diaries, on the basis of R `bookdown`."
github-repo: "pzhaonet/bookdownplus-textbook"
url: 'https\://bookdown.org/pzhao/bookdownplus/'
cover-image: images/cover.jpg
---
# Introduction {#introduction}