diff options
Diffstat (limited to 'structure/book/en/99-end.md')
-rw-r--r-- | structure/book/en/99-end.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/structure/book/en/99-end.md b/structure/book/en/99-end.md new file mode 100644 index 0000000..d0c8b8d --- /dev/null +++ b/structure/book/en/99-end.md @@ -0,0 +1,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> |