Skip to content

Releases: iheid-library/iheiddown

Release v0.5.0

09 Jul 13:51
d4c71e0
Compare
Choose a tag to compare
  • Fixed issue #13 related to bookdown v0.2.0
    • thesis_pdf() now a wrapper for bookdown::render_book() rather than bookdown::pdf_book()
    • syllabus_pdf() now a wrapper for rmarkdown::render() rather than rmarkdown::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

06 Jul 16:37
2c6c2e3
Compare
Choose a tag to compare
  • 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

02 Jul 17:53
9d6a746
Compare
Choose a tag to compare
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

02 Jul 11:17
f1f12c3
Compare
Choose a tag to compare
Bumped version

Release v0.2.3

28 Jun 16:44
e9a3e3b
Compare
Choose a tag to compare
Added single license

Release v0.2.1

25 Jun 10:49
ac7f78e
Compare
Choose a tag to compare
Update README.md

Release v0.2.0

19 Jun 15:32
Compare
Choose a tag to compare
Bumped version #minor

Release v0.1.1

18 Jun 16:58
Compare
Choose a tag to compare
Added motivation and bumped version