From 4e91a479f588af64ecbfc62b883a6208a1fa866b Mon Sep 17 00:00:00 2001 From: niepra01 <rolf.niepraschk@ptb.de> Date: Fri, 8 May 2015 14:21:13 +0200 Subject: [PATCH] =?UTF-8?q?dito.=20f=C3=BCr=20"table"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ptbposter/ptbposter.cls | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ptbposter/ptbposter.cls b/ptbposter/ptbposter.cls index ea40c4b..488d0cb 100644 --- a/ptbposter/ptbposter.cls +++ b/ptbposter/ptbposter.cls @@ -457,11 +457,13 @@ \setlength\labelsep{.5em} } -% TODO: Dasselbe auch für "table" + \renewenvironment{figure}[1][]{% - %\def\@captype{figure}% ??? \renewcommand*\caption[2][]{\captionof{figure}{##2}}% }{} +\renewenvironment{table}[1][]{% + \renewcommand*\caption[2][]{\captionof{table}{##2}}% +}{} \addtokomafont{caption}{\small} \addtokomafont{captionlabel}{\bfseries} \setcapindent{1em} -- GitLab