Unofficial Poster Template for UChicago Computer Science
A fork of Gemini. Also available on Overleaf.
Dependencies
- A TeX installation that includes LuaTeX
- You also need
latexmk
if you want to use the providedMakefile
- You also need
- 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
Copy the files in this repository (or clone the repository)
In
poster.tex
, set up your paper size, column layout, and scale the content as necessaryMake a copy of
beamercolorthemeuchicago.sty
, update the\usecolortheme
line inposter.tex
, and theme the poster to your liking (optional, but highly recommended)Run
make
to build your poster
FAQ
See the gemini FAQ for answers to frequently asked questions.