forked from ulyngs/oxforddown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
06-conclusion.Rmd
34 lines (28 loc) · 1.57 KB
/
06-conclusion.Rmd
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
28
29
30
31
32
33
34
---
#########################################
# options for knitting a single chapter #
#########################################
output:
#bookdown::html_document2: default
#bookdown::word_document2: default
bookdown::pdf_document2:
template: templates/template.tex
documentclass: book
#bibliography: [bibliography/references.bib, bibliography/additional-references.bib]
---
```{block type='savequote', include=knitr::opts_knit$get('rmarkdown.pandoc.to') == 'latex', quote_author='(ref:goethe-quote)'}
Alles Gescheite ist schon gedacht worden.\
Man muss nur versuchen, es noch einmal zu denken.
All intelligent thoughts have already been thought;\
what is necessary is only to try to think them again.
<!-- ending a line with a lonely backslash inserts a linebreak -->
```
(ref:goethe-quote) --- Johann Wolfgang von Goethe [@von_goethe_wilhelm_1829]
# Conclusion {-}
If we don't want Conclusion to have a chapter number next to it, we can add the `{-}` attribute.
## More info {-}
And here's some other random info:
the first paragraph after a chapter title or section head _shouldn't be_ indented, because indents are to tell the reader that you're starting a new paragraph.
Since that's obvious after a chapter or section title, proper typesetting doesn't add an indent there.
This paragraph, by contrast, *will* be indented as it should because it is not the first one after the 'More info' heading.
All hail LaTeX. (If you're reading the HTML version, you won't see any indentation - have a look at the PDF version to understand what in the earth this section is babbling on about).