Skip to content

IMISE/imise-poster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMISE LaTeX poster template

Poster in A0 format. Design based on the LaTeX baposter class and one of its examples.

Setup

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.

Online Editor

If you are a LaTeX beginner or just prefer working in a web editor, you can copy and edit this template on Overleaf.

Develop

  • If your poster is in German language, change \usepackage[english]{babel} to \usepackage[ngerman]{babel} in poster.tex
  • Add text to poster.tex
  • Add images to the img folder
  • Add literature to poster.bib

Compile

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.

Feedback

If you encounter bugs or have a proposal to improve the template, please create an issue.

About

IMISE LaTeX Poster Vorlage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages