Published January 6, 2021
| Version 2.0
Software
Open
ulyngs/oxforddown: Streamlined version of oxforddown
Description
MAJOR CHANGES: The introduction chapter is now a chapter similar to all your other chapters - it should no longer be named _introduction.Rmd and is no longer a child of index.Rmd. In HTML output, the content in front-and-back-matter/_welcome-ebook.Rmd will be shown on the landing page, followed by the abstract and acknowledgements.
NEW FUNCTIONALITY:
- you can now output to the great-looking BS4 book style, with
make bs4book
- for PDF output you can now
- control the location of page numbers and running headers, as well as spacing around code blocks, directly from the YAML header in index.Rmd
- position images and plots where they are located in the text, with the chunk option
fig.pos = 'H'
- read a new chapter with tips and tricks you need to handle tables in PDF output
MINOR CHANGES & BUG FIXES:
- the Makefile now automatically generates a docs/.nojekyll file when outputting to HTML format - this file is needed to deploy on GitHub pages
- you can now use more than one bibliography file
Enjoy!
Files
ulyngs/oxforddown-2.0.zip
Files
(12.9 MB)
Name | Size | Download all |
---|---|---|
md5:ab913ebf77fefeceabebc575e001f339
|
12.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ulyngs/oxforddown/tree/2.0 (URL)