From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6883C138010 for ; Mon, 17 Sep 2012 12:20:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2309BE0605; Mon, 17 Sep 2012 12:19:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E5F2AE0605 for ; Mon, 17 Sep 2012 12:19:53 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 567D133C878 for ; Mon, 17 Sep 2012 12:19:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E8536E544A for ; Mon, 17 Sep 2012 12:19:50 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1347829945.916dd4573284f0709be57f0ae3efa24e840c1c0c.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pms.cls X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 916dd4573284f0709be57f0ae3efa24e840c1c0c X-VCS-Branch: master Date: Mon, 17 Sep 2012 12:19:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 17b1079a-0a96-4ec6-a2b6-a89a13d9a857 X-Archives-Hash: e11e25810d4d72619a9d2efa073f727f commit: 916dd4573284f0709be57f0ae3efa24e840c1c0c Author: Ulrich Müller gentoo org> AuthorDate: Sat Sep 15 07:30:06 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sun Sep 16 21:12:25 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=916dd457 Prevent numbers in list of tables from overrunning into the table captions. Numbers like 11.10 are too wide for the standard format, so increase width by 0.5 em. --- pms.cls | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/pms.cls b/pms.cls index ed16f6b..80487bf 100644 --- a/pms.cls +++ b/pms.cls @@ -105,6 +105,10 @@ \end{table} } +% Prevent numbers in list of tables from overrunning into the table captions +\renewcommand*{\l@figure}{\@dottedtocline{1}{1.5em}{2.8em}} % was 2.3em +\let\l@table\l@figure + % Define some PDF meta-data. % tex4ht workaround: this needs to happen after loading hyperref \g@addto@macro\@documentclasshook{