Releases: iheid-library/iheiddown
Releases · iheid-library/iheiddown
Release v0.8.2
Merge pull request #89 from jhollway/develop Removed presentation example from release assets
Release v0.8.1
Merge pull request #88 from jhollway/develop Removed icons calls entirely
Release v0.8.0
Merge pull request #67 from jhollway/develop #minor bump Changed IHEID logo on title page from .eps to .png
Release v0.7.4
Package
- Updated README to inform users that new theses must be named "00-ProjectTitle" to avoid issues when merging Rmd files together
- Closed #39 by adding the
{ggplot2}
themetheme_iheid()
- Fixed #50 by adding tests for
theme_iheid()
- Fixed #50 by adding tests for
Thesis
- Closed #32 by changing lorem ipsum to LOTR references
- Fixed #49 by changing the "title" macro to "doctitle" to avoid an issue with Pandoc conversion to Latex on MacOS
- Fixed #47 by tweaking the draft macro to display page numbers properly when activated
- Fixed #42 where the
chapter_pdf()
function displayed placeholder text and headers for other unpreviewed chapters when knitting - Closed #26 by adding an automatic package citations function to the thesis template.
- Fixed #45 by changing the bibliography management tool to
{biblatex}
and implemented a series of macros in the YAML header of the index file
- Fixed #45 by changing the bibliography management tool to
- Closed #46 by adding an appendix example that can include all the code from chapter code chunks
Syllabus
- Closed #32 by changing lorem ipsum to LOTR references.
Release v0.7.3
Release v0.7.2
Thesis
- Closed #28 by adding more details to filenames
- Added author details to
thesis_pdf()
output - Added author details to
chapter_pdf()
output - Added chapter details to
chapter_pdf()
output
- Added author details to
- Paused minitoc
thesis_pdf()
andchapter_pdf()
clean up*.maf
and*.mtc
files afterward
chapter_pdf()
now exports toversions/
- Closed #33 as
chapter_pdf()
prints chapter abstract and chapter table of contents - Added manual
\setcounter{}
to example chapters
- Closed #33 as
- Fixed #34 cslreferences bug in
thesis_pdf()
andchapter_pdf()
- Replaced deprecated
\over
use in equations in chapter 3 example with\frac{}{}
Package
- Release individual packages
- More colourful load
- Fixed
{citr}
dependency
Release v0.7.1
Thesis
- Rescaled
{citr}
image in chapter 2 of template - Added
{Equatiomatic}
option to chapter 3 of thesis template - Added IHEIDThesisExample.pdf for demonstration purposes
Package
- Updated README
- Added info on load
Release v0.7.0
Thesis
- Added
chapter_pdf()
knit function for previewing chapters (closes #19) - Added
bookdown_profile
addin for RStudio to improve access to the bookdown profile - Overhaul of chapter 4 of skeleton:
- More detail and figure on code chunks
- More detail on including external graphics
- More detail on loading, exploring, and summarising data
- Added detail on presenting tables of inferential results (closes #18)
Syllabus
- Added 'geneva-syllabus.csl' to support in-text full citations (fixes #20)
- Added 'tightlist' framework to syllabus template
Release v0.6.0
- Set up
testthat
for package - Added
advdate()
for incrementing dates by week- Updated syllabus template for
advdate()
- Added test for
advdate()
- Updated syllabus template for
- Added
chicago-syllabus.csl
- No more reliance on
RefManageR
- Imports
citr
, not strictly a dependence but highly recommended - No bibliography at end of document
- Updated syllabus template for
chicago-syllabus.csl
- No more reliance on
- Using second-level numbering for subsections in syllabus
template.tex
- Added draft: true option in YAML
- Added codecov checks to github actions .yml
Release v0.5.1
- Fixed
front-matter/
error - Shortened thesis abstract
- Elaborated thesis acknowledgements
- Shortened thesis preface
- Elaborated RMarkdown motivation in thesis preface
- Renamed chapter 1 to
01-introduction.Rmd
- Discusses markup and formatting
- Renamed chapter 2 to
02-theory.Rmd
- Discusses bibliographies and citations
- Renamed chapter 3 to
03-method.Rmd
- Discusses inline code and math
- Renamed chapter 4 to
04-results.Rmd
- Discusses data analysis and tables and figures
- Added chapter 5 as
05-conclusion.Rmd
- Discusses additional resources and next steps
- Fixed references chapter title not appearing
- Added
bookdown::preview_chapter()
YAML to each chapter