A set of custom 'R' 'Markdown' templates for documents and presentations with the University of Illinois at Urbana-Champaign (UIUC) color scheme and identity standards.
The uiucthemes package includes a collection of UIUC-themed templates
for presentations, journal articles, and exam templates.
Included in the package are:
beamer_illinois: Illinois colored header boxesbeamer_orange: Minimialist slides with a color preference to
orange.beamer_mil: Beamer Market Information Lab (MIL)latex_journal_report: initial implementation of a journal entry
for a class.Screenshots of each template are included in package overview vignette.
beamer_illinois - ExampleWithin an RMarkdown file, add the following:
---title: '"Illinois" UIUC Beamer Theme'short-title: "Beamer Slides"author: "John and Mary Doe"short-author: "J & M Doe"date: 'October 03, 2018' # Month DD, YYYY (Main Slide)short-date: '10/03/2018' # MM/DD/YYYY (Lower Right)institute: "University of Illinois at Urbana-Champaign"short-institute: "UIUC"department: "Department of Magic" # Institute must be definedlicense: "Did you license this slide deck? "section-titles: false # Provides slide headingssafe-columns: true # Enables special latex macros for columns.output:uiucthemes::beamer_illinois---# Section title## Subsection title### Frame TitleFrame content**Unordered List**- [University of Illinois at Urbana-Champaign (UIUC)](http://illinois.edu)- [Department of Statistics](http://www.stat.illinois.edu/)- [Illinois Informatics Institute](http://www.informatics.illinois.edu/)*Ordered List*1. <http://thecoatlessprofessor.com>2. <https://github.com/coatless>#### Title for block boxContent inside of a box### \LaTeX\begin{exampleblock}{Binomial Theorem}\begin{equation}f\left(k\right) = \binom{n}{k} p^k\left(1-p\right)^{n-k}\label{eq:binom}\end{equation}\end{exampleblock}Hello Equation \ref{eq:binom}
This generates:

rticles An R Packageuiucthemes from RStudioTo use uiucthemes from RStudio:
Install the latest RStudio.
Install the uiucthemes package:
install.packages(c("rmarkdown","uiucthemes"))

uiucthemes outside of RStudioInstall pandoc using the instructions for your platform.
Install the rmarkdown and uiucthemes packages:
install.packages(c("rmarkdown","uiucthemes"))
rmarkdown::draft function to create
articles:rmarkdown::draft("slide_deck.Rmd", template = "beamer_illinois", package = "uiucthemes")
uiucthemesTo access the development version of uiucthemes, e.g. not on CRAN,
please use:
install.packages("devtools")devtools::install_github("coatless/uiucthemes")
beamer_mil() template for the
Market Information Lab (MIL) @ UIUC
created by Jose Luis Rodriguezlatex_journal_format to be more generic.beamer_illinois()beamer_orange() template created by
Prof. Steven Culpepperpdf_document2() option.load_resources_if_missing() that
loads any required resources into the document's working directory if they
are missing (e.g. ilogo.pdf).uiucthemes applies the new guidelines in two ways:
#f47f24 / rgb(244,127,36) to #d75536 / rgb(215,85,54)#003c7d / rgb(0,60,125) to #1d2639 / rgb(29,38,57)tools/readme to ensure images appear on CRAN.uiuc_beamer() theme has changed to beamer_illinois() as
a means to consistently group themes by underlying technology.uiuc_beamer() function that enables creation of a beamer presentation
with UIUC colors and identity standards.NEWS.md file to track changes to the package.