aboutsummaryrefslogtreecommitdiff
path: root/templates/book
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-06-09 13:16:31 +0100
committerSilvio Rhatto <rhatto@riseup.net>2024-06-09 13:16:31 +0100
commit79f07f768332187bd48b65800522a1fd1332eb97 (patch)
tree06f6f687feaae708ffb32402cf9d49b8ae0500c9 /templates/book
parent288532873384c8deb7e5eade88544f58050e3701 (diff)
downloadbookup-79f07f768332187bd48b65800522a1fd1332eb97.tar.gz
bookup-79f07f768332187bd48b65800522a1fd1332eb97.tar.bz2
Towards localization
Diffstat (limited to 'templates/book')
-rw-r--r--templates/book/references.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/book/references.md b/templates/book/references.md
new file mode 100644
index 0000000..cf028c9
--- /dev/null
+++ b/templates/book/references.md
@@ -0,0 +1,8 @@
+<!-- Include the references subsection only in the HTML version -->
+```{r echo=FALSE, results='asis'}
+if (knitr::is_html_output()) {
+ cat("## ReferĂȘncias")
+ cat("\n")
+ cat("\n")
+}
+```