https://github.com/k4rtik/uchicago-poster
Unofficial Poster Template for UChicago Computer Science
https://github.com/k4rtik/uchicago-poster
latex latex-template poster uchicago
Last synced: 12 months ago
JSON representation
Unofficial Poster Template for UChicago Computer Science
- Host: GitHub
- URL: https://github.com/k4rtik/uchicago-poster
- Owner: k4rtik
- License: mit
- Created: 2021-11-05T15:10:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T17:29:59.000Z (almost 4 years ago)
- Last Synced: 2025-04-08T03:37:28.986Z (about 1 year ago)
- Topics: latex, latex-template, poster, uchicago
- Language: TeX
- Homepage: https://www.overleaf.com/latex/templates/unofficial-poster-template-for-uchicago-computer-science/kbbmbdxwbypb
- Size: 1.24 MB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://www.overleaf.com/latex/templates/unofficial-poster-template-for-uchicago-computer-science/kbbmbdxwbypb)
[](https://github.com/k4rtik/uchicago-poster/releases)
# Unofficial Poster Template for UChicago Computer Science
A fork of [Gemini](https://github.com/anishathalye/gemini). Also available on [Overleaf](https://www.overleaf.com/latex/templates/unofficial-poster-template-for-uchicago-computer-science/kbbmbdxwbypb).
## Dependencies
* A TeX installation that includes [LuaTeX]
* You also need `latexmk` if you want to use the provided `Makefile`
* LaTeX package dependencies including beamerposter (these usually come with
your TeX installation, but if not, you can get them from [CTAN])
* [Raleway] and [Lato], which are both available under Open Font License
## Usage
1. Copy the files in this repository (or clone the repository)
1. In `poster.tex`, set up your paper size, column layout, and scale the
content as necessary
1. Make a copy of `beamercolorthemeuchicago.sty`, update the `\usecolortheme`
line in `poster.tex`, and theme the poster to your liking (optional, but
highly recommended)
1. Run `make` to build your poster
## FAQ
See the [gemini FAQ] for answers to frequently asked questions.
[LuaTeX]: http://www.luatex.org/
[CTAN]: https://ctan.org/
[Raleway]: https://www.fontsquirrel.com/fonts/raleway
[Lato]: https://www.fontsquirrel.com/fonts/lato
[gemini FAQ]: https://github.com/anishathalye/gemini/wiki/FAQ