Releases: illinois-r/uiucthemes
Releases · illinois-r/uiucthemes
uiucthemes 0.3.1
CHANGES
- Fixed
citation_package = 'none'
deprecation warning by changing
tocitation_package = 'default'
(thanks for the report @noejn2, #21) - Bumped the dependency requirements to
rmarkdown
2.2 andxaringan
0.16.0.
DOCUMENTATION
- Re-built documentation under roxygen2 7.1.0
- Modernized the README file
DEPLOYMENT
- Switched from using TravisCI to GitHub Actions for continuous integration.
uiucthemes 0.3.0
NEW
- Added the
beamer_imetropolis()
template that modifies the Metropolis theme
to match slide deck.- The slides are powered by Matthias Vogelgesang's
metropolis
, formerlymtheme
, for Beamer.
- The slides are powered by Matthias Vogelgesang's
- Added the
html_imetropolis()
template that provides a custom illinois-themed
Metropolis slide deck.- The slides are powered by
xaringan
and Patrick Schratz'sMetropolis
theme port into HTML.
- The slides are powered by
CHANGES
- Added an
AUTHORS
andCOPYRIGHTS
file to describe the different templates in
the package. - Improved documentation on the Beamer slide decks.
- Updated contributor email.
uiucthemes 0.2.1
NEW
- Added the
beamer_mil()
template for the Market Information Lab (MIL) @ UIUC created by Jose Luis Rodriguez - Added a vignette that contains screenshots of each template.
CHANGES
- Modified template naming scheme so that templates are grouped by "Illinois".
- Modified skeleton template of
latex_journal_format
to be more generic.
uiucthemes 0.2.0
NEW
- Added additional YAML header options such as licensing and safecol feature
tobeamer_illinois()
- Included a preliminary version of
beamer_orange()
template created by
Prof. Steven Culpepper - Developed a template off of jss style to be used for final reports with
Dr. David Dalpiaz.- This will be updated at a later point to use bookdown's
pdf_document2()
option.
- This will be updated at a later point to use bookdown's
- Added a non-exported helper function
load_resources_if_missing()
that
loads any required resources into the document's working directory if they
are missing (e.g.ilogo.pdf
).
CHANGES
- UIUC recently adopted new identity standards. This version of
uiucthemes
applies the new guidelines in two ways:- the "Column I" logo to the "Block I" logo.
- Orange and Blue colors have been updated...
- Orange:
#f47f24
/rgb(244,127,36)
to#d75536
/rgb(215,85,54)
- Blue:
#003c7d
/rgb(0,60,125)
to#1d2639
/rgb(29,38,57)
- Orange:
- Moved README images to
tools/readme
to ensure images appear on CRAN.
DEPRECATED
- The name of the
uiuc_beamer()
theme has changed tobeamer_illinois()
as
a means to consistently group themes by underlying technology.
uiucthemes 0.1.1 - Initial Release to CRAN
NEW
- Added
uiuc_beamer()
function that enables creation of a beamer presentation
with UIUC colors and identity standards. - Enabled TravisCI integration support.
- Added a
NEWS.md
file to track changes to the package.