diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-10-29 20:40:47 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-10-29 20:40:47 +0100 |
commit | 1a9358d09378ebf75fd5b7342ce736cb3c3aff21 (patch) | |
tree | 84054d1f4ca8a3af6a7dacdf3643a0adce602533 /pms.cls | |
parent | Spelling fixes in "defined variables" table. (diff) | |
download | pms-1a9358d09378ebf75fd5b7342ce736cb3c3aff21.tar.gz pms-1a9358d09378ebf75fd5b7342ce736cb3c3aff21.tar.bz2 pms-1a9358d09378ebf75fd5b7342ce736cb3c3aff21.zip |
pms.cls: Move newcolumntype definition to class.
Diffstat (limited to 'pms.cls')
-rw-r--r-- | pms.cls | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -123,6 +123,9 @@ \end{table} } +% Define a new column type P for tables, like p but with ragged-right text +\newcolumntype{P}[1]{>{\setlength\rightskip{0pt plus 1fil}}p{#1}} + % 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 |