commit d4e717da03b65f8f3959486cc64f89d7054d911f Author: corentinchoisy Date: Thu Dec 14 15:51:55 2023 +0100 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..c85a07c --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# Poster SPHERE + +Forked from https://www.overleaf.com/latex/templates/poster-template-for-nottingham-centre-for-geomechanics/tmpkbjdnxwrr + +## 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) + +2. In `poster.tex`, set up your paper size, column layout, and scale the + content as necessary + +3. Make a copy of `beamercolorthemegemini.sty`, update the `\usecolortheme` + line in `poster.tex`, and theme the poster to your liking (optional, but + highly recommended) + +4. Run `make` to build your poster +