Remove "-\TP@blockbodyoffsetx" from the width of the block-parbox

Issue #38 new
Torbjørn T. created an issue

In the definition of \block, the text is set in a \parbox of width

\TP@blockbodywidth-2\TP@blockbodyinnersep-\TP@blockbodyoffsetx

What is the last term doing there? It doesn't make sense that an offset for the whole body should reduce the width of the text block.

Exaggerated MWE demonstrating that this is weird:

\documentclass[a2paper]{tikzposter}
\usepackage{lipsum}
\begin{document}
\maketitle
\begin{columns}
\column{0.5}
\block[bodyoffsetx=20cm,titleoffsetx=20cm]{Heading}{\lipsum*[2]}
\end{columns}
\end{document}

Comments (0)

  1. Log in to comment