https://github.com/RylanSchaeffer/Stanford-LaTeX-Poster-Template
Stanford LaTeX poster template
https://github.com/RylanSchaeffer/Stanford-LaTeX-Poster-Template
latex-template stanford stanford-machine-learning stanford-university
Last synced: 5 months ago
JSON representation
Stanford LaTeX poster template
- Host: GitHub
- URL: https://github.com/RylanSchaeffer/Stanford-LaTeX-Poster-Template
- Owner: RylanSchaeffer
- Created: 2021-10-27T02:44:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T04:38:58.000Z (over 1 year ago)
- Last Synced: 2024-12-26T18:11:52.518Z (5 months ago)
- Topics: latex-template, stanford, stanford-machine-learning, stanford-university
- Language: TeX
- Homepage:
- Size: 6.81 MB
- Stars: 167
- Watchers: 2
- Forks: 57
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stanford LaTeX Poster Template

## 4 Available Colors
There are 4 available colors (see `demos/`): Palo Alto Green, Cardinal Red:
![]()
![]()
White, Cool Grey:
![]()
![]()
To change the color, go to `beamerthemestanford.sty` and change the `headline` color by (un)commenting the [relevant lines](https://github.com/RylanSchaeffer/Stanford-LaTeX-Poster-Template/blob/master/beamercolorthemestanford.sty#L44-L47):
- White Text, Palo Alto Green Banner: `\setbeamercolor{headline}{bg=paloaltogreen,fg=white}`
- Cardinal Red Text, White Banner: `\setbeamercolor{headline}{bg=white,fg=cardinalred}`
- White Text, Cardinal Red Banner: `\setbeamercolor{headline}{bg=cardinalred,fg=white}`
- White Text, Cool Gray Banner: `\setbeamercolor{headline}{bg=coolgray,fg=white}`## Contributing
Contributions are more than welcome! If you have a way to improve this poster, please pay it forward by opening a pull request and I'll add your improvement(s)
Thank you in advance :)