{"id":13755985,"url":"https://github.com/illinois-r/uiucthemes","last_synced_at":"2025-10-22T03:25:48.355Z","repository":{"id":47641192,"uuid":"66219349","full_name":"illinois-r/uiucthemes","owner":"illinois-r","description":"RMarkdown Templates for UIUC Theme-Oriented Documents","archived":false,"fork":false,"pushed_at":"2021-08-20T04:34:38.000Z","size":4431,"stargazers_count":50,"open_issues_count":7,"forks_count":12,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-08-13T20:17:12.061Z","etag":null,"topics":["pandoc","r","rmarkdown","rstudio","uiuc"],"latest_commit_sha":null,"homepage":"https://illinois-r.github.io/uiucthemes/","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/illinois-r.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-21T20:30:55.000Z","updated_at":"2024-05-14T08:09:16.000Z","dependencies_parsed_at":"2022-09-22T23:40:14.542Z","dependency_job_id":null,"html_url":"https://github.com/illinois-r/uiucthemes","commit_stats":null,"previous_names":["coatless/uiucthemes"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/illinois-r%2Fuiucthemes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/illinois-r%2Fuiucthemes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/illinois-r%2Fuiucthemes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/illinois-r%2Fuiucthemes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/illinois-r","download_url":"https://codeload.github.com/illinois-r/uiucthemes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224911418,"owners_count":17390840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pandoc","r","rmarkdown","rstudio","uiuc"],"created_at":"2024-08-03T11:00:33.763Z","updated_at":"2025-10-22T03:25:43.305Z","avatar_url":"https://github.com/illinois-r.png","language":"TeX","funding_links":[],"categories":["Rmarkdown Templates"],"sub_categories":["Paper"],"readme":"---\noutput: github_document\n---\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README-\"\n)\n```\n\n  \n# UIUC Themes for R Markdown (`uiucthemes`)\n\n\u003c!-- badges: start --\u003e\n[![R build status](https://github.com/coatless/uiucthemes/workflows/R-CMD-check/badge.svg)](https://github.com/illinois-r/uiucthemes/actions)\n[![Package-License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://opensource.org/licenses/MIT)\n[![CRAN Version\nBadge](http://www.r-pkg.org/badges/version/uiucthemes)](https://cran.r-project.org/package=uiucthemes)\n[![CRAN Status](https://badges.cranchecks.info/worst/uiucthemes.svg)](https://cran.r-project.org/web/checks/check_results_uiucthemes.html)\n[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/uiucthemes)](https://www.r-pkg.org:443/pkg/uiucthemes) \n[![CRAN status](https://www.r-pkg.org/badges/version/uiucthemes)](https://CRAN.R-project.org/package=uiucthemes)\n\u003c!-- badges: end --\u003e\n\nThe `uiucthemes` package includes a collection of UIUC-themed templates for\npresentations, journal articles, and exam templates.\n\nIncluded in the package are:\n\n- `beamer_illinois`: Illinois colored header boxes\n- `beamer_orange`: Minimialist slides with a color preference to orange.\n- `beamer_mil`: Beamer Market Information Lab (MIL)\n- `beamer_imetropolis`: Metropolis Theme with Illinois colors for Beamer.\n- `html_imetropolis`: `xaringan`-powered Metropolis Theme for Illinois.\n- `latex_journal_report`: initial implementation of a journal entry for a class.\n\nScreenshots of each template are included in package overview vignette.\n\n## `beamer_illinois` - Example\n\nWithin an `RMarkdown` file, add the following:\n\n```md\n---\ntitle: '\"Illinois\" UIUC Beamer Theme'\nshort-title: \"Beamer Slides\"\nauthor: \"John and Mary Doe\"\nshort-author: \"J \u0026 M Doe\"\ndate: '`r format(Sys.Date(), \"%B %d, %Y\")`'      # Month DD, YYYY (Main Slide)\nshort-date: '`r format(Sys.Date(), \"%m/%d/%Y\")`' # MM/DD/YYYY (Lower Right)\ninstitute: \"University of Illinois at Urbana-Champaign\"\nshort-institute: \"UIUC\"\ndepartment: \"Department of Magic\"                # Institute must be defined\nlicense: \"Did you license this slide deck? \"\nsection-titles: false                            # Provides slide headings\nsafe-columns: true                               # Enables special latex macros for columns.\noutput: \n   uiucthemes::beamer_illinois\n---\n\n# Section title     \n## Subsection title \n\n### Frame Title\n\nFrame content \n\n**Unordered List**\n\n- [University of Illinois at Urbana-Champaign (UIUC)](http://illinois.edu)\n- [Department of Statistics](http://www.stat.illinois.edu/)\n- [Illinois Informatics Institute](http://www.informatics.illinois.edu/)\n\n*Ordered List*\n\n1. \u003chttp://thecoatlessprofessor.com\u003e\n2. \u003chttps://github.com/coatless\u003e\n\n\n#### Title for block box\n\nContent inside of a box \n\n### \\LaTeX\n\n\\begin{exampleblock}{Binomial Theorem}\n\\begin{equation} \n  f\\left(k\\right) = \\binom{n}{k} p^k\\left(1-p\\right)^{n-k}\n  \\label{eq:binom}\n\\end{equation} \n\\end{exampleblock}\n\nHello Equation \\ref{eq:binom}\n```\n\nThis generates:\n\n![](https://raw.githubusercontent.com/illinois-r/uiucthemes/main/tools/readme/beamer_illinois_slide_example.png)\n\n\n## Materials Referenced\n\n- [Custom Document Templates](https://bookdown.org/yihui/rmarkdown/document-templates.html) / [Custom Formats](https://bookdown.org/yihui/rmarkdown/new-formats.html)\n- [Beamer Presentation Format](https://bookdown.org/yihui/rmarkdown/beamer-presentation.html)\n- [LaTeX Generic Pandoc Template](https://github.com/jgm/pandoc-templates/blob/db59a5e77b0a5629f0801eb82103814842f2e2ed/default.latex)\n- [`rticles` An R Package](https://github.com/rstudio/rticles)\n\n### Prerequisites\n\n- LaTeX Distribution\n   - Windows: \u003chttps://miktex.org/download\u003e\n   - Mac: \u003chttps://tug.org/mactex/mactex-download.html\u003e\n   \n### Using `uiucthemes` from RStudio\n\nTo use **uiucthemes** from RStudio:\n\n1) Install the latest [RStudio](https://posit.co/download/rstudio-desktop/).\n\n2) Install the **uiucthemes** package: \n\n```r\ninstall.packages(c(\"rmarkdown\",\"uiucthemes\"))\n```\n\n3) Use the **New R Markdown** dialog to create an article from one of the templates:\n\n![New R Markdown](https://raw.githubusercontent.com/illinois-r/uiucthemes/main/tools/readme/uiucthemes.png)\n    \n    \n### Using `uiucthemes` outside of RStudio\n\n1) Install [pandoc](https://pandoc.org/) using the\n   [instructions for your platform](https://github.com/rstudio/rmarkdown/blob/bd5c509c888bfd309ef059ae6cbdeb408ec53d66/vignettes/pandoc.Rmd).\n\n2) Install the **rmarkdown** and **uiucthemes** packages:\n\n```r\ninstall.packages(c(\"rmarkdown\",\"uiucthemes\"))\n```\n    \n3) Use the `rmarkdown::draft` function to create articles:\n\n```r\nrmarkdown::draft(\"slide_deck.Rmd\", template = \"beamer_illinois\", package = \"uiucthemes\")\n```\n\n\n### Using a development version of `uiucthemes`\n\nTo access the development version of `uiucthemes`, e.g. not on CRAN, please use:\n\n```r\nif(!requireNamespace(\"remotes\")) { install.packages(\"remotes\") }\nremotes::install_github(\"coatless/uiucthemes\")\n```\n\n## Authors\n\nJames Joseph Balamuta with contributions from Steven Andrew Culpepper, David Dalpiaz,\nand Jose Luis Rodriguez.\n\n## Citing the `uiucthemes` package\n\nTo ensure future development of the package, please cite `uiucthemes`\npackage if used for a presentation. Citation information\nfor the package may be acquired by using in *R*:\n\n```{r, eval = FALSE}\ncitation(\"uiucthemes\")\n```\n\n## License\n\nMIT - James Joseph Balamuta\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fillinois-r%2Fuiucthemes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fillinois-r%2Fuiucthemes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fillinois-r%2Fuiucthemes/lists"}