blob: 28b6aed61ad6aa082bf2f3d4f5b360de71027730 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Authorship information
author: "Silvio Rhatto"
date : "`r Sys.Date()`"
# Publisher
# Since neither Pandoc or Bookdown natively supports the publisher metadata,
# we read this information from snippets/publisher.txt instead.
#publisher: "Bookup"
# Language
lang: "en"
# Bibliography
biblio-style: apalike
link-citations: true
|