Releases: iheid-library/iheiddown
Releases · iheid-library/iheiddown
Release v0.5.0
- Fixed issue #13 related to bookdown v0.2.0
thesis_pdf()
now a wrapper forbookdown::render_book()
rather thanbookdown::pdf_book()
syllabus_pdf()
now a wrapper forrmarkdown::render()
rather thanrmarkdown::pdf_document()
- Note that this is a breaking change compared to older scripts
- Fixed sectsty
\underbar
error- On thesis template
- On syllabus template
- Fixed empty bibliography issue
- Moved thesis references chapter
- Changed front-and-back-matter to just front-matter
- Fixed 'nobind' global option issue
- 'oneside' and 'twoside' remain as options
- Simplified syllabus skeleton structure
- Changed thesis output directory to 'versions'
- Added more informative filenames for thesis and syllabus outputs
Release v0.4.0
- Differentiated between PhD theses and masters dissertations in front pages
- Breaking change: Note that you will now need to specify phd: true or phd: false in metadata
- Added supervisor and second reader information to metadata, appear on first page
- Added external examiner information to metadata, appears on first page for PhDs
- Updates to pull request template
Release v0.3.0
Merge pull request #11 from jhollway/develop # minor * Added `syllabus_pdf()` function * Added syllabus template * Required sections: title, code, credits, year, semester, program, professor and TA details, course description * Optional sections: course aims, structure, materials, evaluation, policies * Body section for course schedule * Added skeleton files for syllabus * Includes auto week progression * Includes example citations Fixes #10
Release v0.2.4
Bumped version
Release v0.2.3
Added single license
Release v0.2.1
Update README.md
Release v0.2.0
Bumped version #minor
Release v0.1.1
Added motivation and bumped version