- The option
link-citations: yes
is added to the YAML metadata. Now, when the PDF is rendered, citations will be linked AND when the html book is rendered, citations will be moved to the end of the chapter. - update
render_caption()
so that it includes thelink-citations
metadata
process_citations()
is used byrender_caption()
internally and allows one to process text with citations using any bib or csl.iflatex()
is a function to conditionally print latex statements or nothing.
inc()
allows you to include text in the YAML from a file. Note that there should be no markup here.render_caption()
allows you to render a caption with markdown formatting.
thesis_pdf
will now set a default out.width and root.dir
- Changed default filename (in directions) to be
index
instead ofskeleton
to match with gitbook requirements - Added preliminary files
00--prelim.Rmd
and changedabstract.Rmd
to00-abstract.Rmd
to match with renaming of files so thatindex.Rmd
always comes last alphabetically - Removed _book and _bookdown_files directories since they are stored at https://github.com/ismayc/thesisdown_book/tree/gh-pages
- Initial release
- PDF version working