From 23ba576aa59b84b0e2b3b07be7fcf60e655985b8 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Thu, 28 Jul 2016 16:06:48 -0500 Subject: [PATCH] an example of using Springer's svmono class you have to put at least svmono.cls and spbasic.bst under the root directory --- _output.yml | 2 ++ index.Rmd | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_output.yml b/_output.yml index 5d31bb103..7b5bf6599 100644 --- a/_output.yml +++ b/_output.yml @@ -13,4 +13,6 @@ bookdown::pdf_book: in_header: preamble.tex latex_engine: xelatex citation_package: natbib + template: null + pandoc_args: --chapters bookdown::epub_book: default diff --git a/index.Rmd b/index.Rmd index 4e21b9d0e..cc0d83fbd 100644 --- a/index.Rmd +++ b/index.Rmd @@ -4,9 +4,10 @@ author: "Yihui Xie" date: "`r Sys.Date()`" site: bookdown::bookdown_site output: bookdown::gitbook -documentclass: book +documentclass: svmono +classoption: graybox,envcountchap,sectrefs bibliography: [book.bib, packages.bib] -biblio-style: apalike +biblio-style: spbasic link-citations: yes github-repo: rstudio/bookdown-demo description: "This is a minimal example of using the bookdown package to write a book. The output format for this example is bookdown::gitbook."