0

Is it possible to have page break in a tex poster? I want to be able to add content spanning over multiple A0 posters. Another use would be to smoothly switch between poster sizes and booklet size so that I can easily print the content in both formats.

I started using tikzposter, it describes the use of blocks in the documentation but if the content blows the boundary of the poster or block it is just truncated instead of creating a new page. I am open to be convinced to use something else than tikzposter.

  • 1
    maybe tcolobox is better suited, it has breakable boxes – Cuniye Datacu Jun 06 '19 at 12:43
  • 1
    Welcome to TeX.SE. You could try the magazine library functionality of the tcolorbox package, like here: https://tex.stackexchange.com/a/441839 – Ross Jun 06 '19 at 13:05
  • 1
    As it has been commented, tcolorbox offers some alternatives. Two of them tcbraster and tcbposter can be used to arrange several blocks over a page. tcbraster provides an easy way of aligning boxes inside a container box. The container can break between pages, but not inner boxes. On the other side, a tcbposter cannot break between pages but box contents can flow from one box to the other. In How to create posters using LaTeX, among other solutions, you can find a tcbposter example. – Ignasi Jun 06 '19 at 15:19
  • 1
    To get multiple pages I think you must use something else than tikzposter, because a tikzposter is essentially one big tikzpicture. – Torbjørn T. Jun 16 '19 at 09:13

0 Answers0