From 71bbadb7936e68673a46f7391caf446e35c81205 Mon Sep 17 00:00:00 2001 From: Henri Menke Date: Tue, 23 Jan 2018 09:15:59 +1300 Subject: ConTeXt writer: xtables: correct wrong usage of caption --- test/tables.context | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/tables.context') diff --git a/test/tables.context b/test/tables.context index 89ff4a025..11dffc065 100644 --- a/test/tables.context +++ b/test/tables.context @@ -1,6 +1,6 @@ Simple table with caption: -\startplacetable[caption={Demonstration of simple table syntax.}] +\startplacetable[title={Demonstration of simple table syntax.}] \startxtable \startxtablehead[head] \startxrow @@ -74,7 +74,7 @@ Simple table without caption: Simple table indented two spaces: -\startplacetable[caption={Demonstration of simple table syntax.}] +\startplacetable[title={Demonstration of simple table syntax.}] \startxtable \startxtablehead[head] \startxrow @@ -111,7 +111,7 @@ Simple table indented two spaces: Multiline table with caption: -\startplacetable[caption={Here's the caption. It may span multiple lines.}] +\startplacetable[title={Here's the caption. It may span multiple lines.}] \startxtable \startxtablehead[head] \startxrow -- cgit v1.2.3