Blocks without title in Basic theme

Issue #40 new
Carl Andersson created an issue

A block without a title will have empty space where the title usually goes for the basic theme. A workaround is to manually shift the body.

\documentclass{tikzposter}
\usetheme{Basic}
\begin{document}
\block{}{Content without title.}
\block{Title}{Content with title.}
\block[bodyverticalshift=-1.2em]{}{Content without title fixed.}
\end{document}

Screen Shot 2018-06-26 at 11.34.49.png

Comments (0)

  1. Log in to comment