Two LaTex poster templates (based on the beamerposter class) for use by the MeInBio Consortium
To fill with content, modify one of the two example files and invoke the build.sh
command. For example:
-
If you wish to use the 2018 template:
- Edit and fill the
example2018.tex
with content - Run
build.sh 2018
to generate the PDF "example2018.pdf"
- Edit and fill the
-
If you wish to use the 2021 template:
- Edit and fill the
example2021.tex
with content - Run
build.sh 2021
to generate the PDF "example2021.pdf"
- Edit and fill the
By default the size of the page is A1, and the scaling is given by various font definitions in the beamerthemeMeInBio20XX.sty
as well as the top of example20XX.tex
, however if you wish to perserve all proportions but simply change the absolute size (e.g. convert A1 to A4) then do:
pdfjam --outfile myoutput.a4.pdf --paper a4paper myinput.pdf