forked from OpenActTexts/StyleGuideLDA
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.Rmd
More file actions
31 lines (21 loc) · 965 Bytes
/
Copy pathindex.Rmd
File metadata and controls
31 lines (21 loc) · 965 Bytes
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
---
title: "Style Guide for Loss Data Analytics"
author: "An open text authored by the Actuarial Community"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
description: "This is a style guide to help authors write chapters for Loss Data Analytics"
---
```{r setup, include = FALSE}
options(bookdown.render.file.scope = FALSE)
```
# Preface {-}
<p style="text-align:right;">
*Date: `r format(Sys.Date(), "%d %B %Y")`*</p>
It is important for chapters in the *Open Actuarial Textbooks* project to have a consistent look and feel. The *Style Guide for Loss Data Analytics* aims to assist contributors in developing chapters consistently throughout the *Loss Data Analytics* book.
This guide is set up as sample chapters containing
- information regarding suitable content for a chapter,
- methods to implement chapter elements and
- conventions for consistent notation.