aboutsummaryrefslogtreecommitdiff
path: root/structure/book/en/99-end.md
blob: d0c8b8ddd6e230e0588105a2d164bf3c1697d39e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\backmatter

<!-- Neat way to have HTML comments: https://stackoverflow.com/a/43902043 -->
<!-- This seems not to be the case anymore: https://bookdown.org/yihui/bookdown/citations.html -->
<script type="text/html">
`r if (knitr::is_html_output()) '# Bibliography'`
</script>

# Bibliography

<!-- Neat way to have HTML comments: https://stackoverflow.com/a/43902043 -->
<!-- This seems not to be the case anymore: https://bookdown.org/yihui/bookdown/citations.html -->
<script type="text/html">
```{r echo=FALSE, results='asis'}
if (knitr::is_html_output()) {
  cat(readLines('snippets/changes.md'), sep='\n')
}
```
</script>