diff options
Diffstat (limited to 'tests/tables.context')
-rw-r--r-- | tests/tables.context | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tables.context b/tests/tables.context index 87ed08e25..ad9868559 100644 --- a/tests/tables.context +++ b/tests/tables.context @@ -1,7 +1,7 @@ Simple table with caption: \placetable[here]{Demonstration of simple table syntax.} -\starttable[|rp(0.15\textwidth)|lp(0.09\textwidth)|cp(0.16\textwidth)|lp(0.13\textwidth)|] +\starttable[|r|l|c|l|] \HL \NC Right \NC Left @@ -30,7 +30,7 @@ Simple table with caption: Simple table without caption: \placetable[here]{none} -\starttable[|rp(0.15\textwidth)|lp(0.09\textwidth)|cp(0.16\textwidth)|lp(0.13\textwidth)|] +\starttable[|r|l|c|l|] \HL \NC Right \NC Left @@ -59,7 +59,7 @@ Simple table without caption: Simple table indented two spaces: \placetable[here]{Demonstration of simple table syntax.} -\starttable[|rp(0.15\textwidth)|lp(0.09\textwidth)|cp(0.16\textwidth)|lp(0.13\textwidth)|] +\starttable[|r|l|c|l|] \HL \NC Right \NC Left |