Poster in A0 format. Design based on the LaTeX baposter class and one of its examples.
Fork this repository into your own GitHub account or download and extract it. In any case, I recommend you to put your poster into version control.
If you are a LaTeX beginner or just prefer working in a web editor, you can copy and edit this template on Overleaf.
- If your poster is in German language, change
\usepackage[english]{babel}
to\usepackage[ngerman]{babel}
inposter.tex
- Add text to
poster.tex
- Add images to the
img
folder - Add literature to
poster.bib
Compile the LaTeX file to PDF:
pdflatex poster.tex
bibtex poster
pdflatex poster.tex
If you don't have any literature references, pdflatex poster.tex
is enough.
If you have latexmk
installed, you can do it in one command using latexmk -pdf poster.tex
or under Linux just execute the compile
script.
If you encounter bugs or have a proposal to improve the template, please create an issue.