corrected descriptions of tabularcolumns specifiers

This commit is contained in:
Eric Knibbe 2013-12-17 18:14:28 +00:00
parent 9298e15ae0
commit 6c70ea2aae

View File

@ -212,9 +212,9 @@ following directive exists:
``p{width}`` construct, or tabulary's automatic specifiers: ``p{width}`` construct, or tabulary's automatic specifiers:
+-----+------------------------------------------+ +-----+------------------------------------------+
|``L``| ragged-left column with automatic width | |``L``| flush left column with automatic width |
+-----+------------------------------------------+ +-----+------------------------------------------+
|``R``| ragged-right column with automatic width | |``R``| flush right column with automatic width |
+-----+------------------------------------------+ +-----+------------------------------------------+
|``C``| centered column with automatic width | |``C``| centered column with automatic width |
+-----+------------------------------------------+ +-----+------------------------------------------+