I would like to create conference posters using idiomatic TikZ code as far as possible.
I took a look at tikzposter (CTAN) but it seems rather unmaintained.
The documentation was last updated in January 2014.
To make things precise, I am missing e.g. this:
- Predefined coordinates like
page.north east. - Multi-row titles without hacks.
- Less
vbox,hbox, ... in the source code. - Support any number of font sizes.
Should I rewrite tikzposter or is there something else ideally with a Github page which I can use and contribute to?
tikzposter. Old code does not necessarily imply bad code. Latest TikZ is from 2015.beamerposteris also fine-ish. If you don't like boxes TeX must be fun for you :-) – percusse Jun 11 '18 at 09:25remember picture, overlayoptions, you can access coordinates based on the current page. – samcarter_is_at_topanswers.xyz Jun 11 '18 at 09:33vbox/hboxin the code . If this is too much, don't ever look into the beamer source :) – samcarter_is_at_topanswers.xyz Jun 11 '18 at 09:36tcolorboxversion you linked really looks promising. – Lukas Jun 11 '18 at 11:49