Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 541 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 541 Bytes

Posters

Here we collect project, conference and workshop posters. You can find empty templates for the workshop posters as svg (editable with e.g. InkScape) and pdf (you could add your info with e.g. Powerpoint or Photoshop etc.).

Required fonts for some posters:

  • Allegre Sans
  • Futura LtCn BT
  • sans-serif

Converting RGB pdf to CMYK pdf:

$ gs \
  -o poster-cmyk.pdf \
  -sDEVICE=pdfwrite \
  -sProcessColorModel=DeviceCMYK \
  -sColorConversionStrategy=CMYK \
  -sColorConversionStrategyForImages=CMYK \
   poster-rgb.pdf