- remove custom highlighting
- make pandoc args available
- new version of Pandoc
- Source-Code-Pro changed location on GitHub, so changed method of getting them
- tinytex burst onto the scene, simplying LaTeX installs.
- CI on OSX and Linux, collect artefacts and issue PDF
- use this to ensure the builds succeed and we get artefacts: git commit -am 0.0.4 git tag -m 0.0.4 0.0.4 git push origin --tags
- or is this really necessary? no we have a build that produced artefacts without tags
- do check the GITHUB_TOKEN on Travis-CI since I regenerate this often
- Add example output files
- Add continuous integration via Docker container
- Replaced Reed College templates with UW templates, tested and debugged.
- PDF version working for UW template
- 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