aboutsummaryrefslogtreecommitdiff
path: root/structure
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-06-06 11:36:16 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-06-06 11:36:16 -0300
commit5be1dd650e16cac65df163b3866b583e22155e71 (patch)
tree2cce7de0e030e363e58c0dae6773c1f87d63793f /structure
parentae01390d4f15f8981834cbb74050b00af98409ce (diff)
downloadbookup-5be1dd650e16cac65df163b3866b583e22155e71.tar.gz
bookup-5be1dd650e16cac65df163b3866b583e22155e71.tar.bz2
Make 'book' the default output name
Diffstat (limited to 'structure')
-rw-r--r--structure/00-preamble.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/structure/00-preamble.md b/structure/00-preamble.md
index 0bfae07..fea2bc0 100644
--- a/structure/00-preamble.md
+++ b/structure/00-preamble.md
@@ -44,10 +44,10 @@ if (knitr::is_html_output()) {
cat(readLines('snippets/cover.txt'), sep='\n')
cat("<h2>Versão PDF</h2>")
cat("\n")
- cat('Baixe a versão PDF <a href="essays.pdf">aqui</a>, ou navegue abaixo:')
+ cat('Baixe a versão PDF <a href="book.pdf">aqui</a>, ou navegue abaixo:')
cat("\n")
cat('<br/><br/>')
- cat('<embed src="essays.pdf" width="100%" height="375" type="application/pdf">')
+ cat('<embed src="book.pdf" width="100%" height="375" type="application/pdf">')
cat('<br/><br/>')
}
```