This is my full PhD thesis in R Markdown (using the bookdown package), containing a PDF and EPUB file, and a website in the ‘docs’ folder with the integral content of the book.
https://git.io/PhDthesisAMR
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
666 B
23 lines
666 B
bookdown::gitbook: |
|
css: style.css |
|
config: |
|
toc: |
|
collapse: subsection |
|
before: | |
|
<li><a href="https://doi.org/10.33612/diss.177417131" target="blank"><img src="images/cover.jpg" style="width:90%; margin-left:5%;"></a></li> |
|
after: | |
|
<li class="copyright">© 2021 Matthijs Berends</li> |
|
# edit: https://github.com/msberends/a_new_instrument_for_microbial_epidemiology/edit/master/%s |
|
download: ["pdf", "epub"] |
|
|
|
bookdown::pdf_book: |
|
includes: |
|
in_header: preamble.tex |
|
latex_engine: xelatex |
|
citation_package: natbib |
|
keep_tex: yes |
|
|
|
bookdown::epub_book: default |
|
|
|
# no bootstrap 4 for now |
|
# bookdown::bs4_book: default
|
|
|