summaryrefslogtreecommitdiff
path: root/tests/tables.latex
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-03-12 11:06:49 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-03-12 11:06:49 -0700
commit60fb915351c22bea339dbce503a03c691c793f6b (patch)
treebe1e9c3d27780a385b37219e2b8ea9155fd74cca /tests/tables.latex
parent1202f016bbb109e780587477024d8c3ae31d55a3 (diff)
Use {} around ctable caption. Closes #445.
Diffstat (limited to 'tests/tables.latex')
-rw-r--r--tests/tables.latex6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tables.latex b/tests/tables.latex
index 21ad73b0a..7025452ae 100644
--- a/tests/tables.latex
+++ b/tests/tables.latex
@@ -1,6 +1,6 @@
Simple table with caption:
-\ctable[caption = Demonstration of simple table syntax.,
+\ctable[caption = {Demonstration of simple table syntax.},
pos = H, center, botcap]{rlcl}
{% notes
}
@@ -35,7 +35,7 @@ Right & Left & Center & Default
Simple table indented two spaces:
-\ctable[caption = Demonstration of simple table syntax.,
+\ctable[caption = {Demonstration of simple table syntax.},
pos = H, center, botcap]{rlcl}
{% notes
}
@@ -53,7 +53,7 @@ Right & Left & Center & Default
Multiline table with caption:
-\ctable[caption = Here's the caption. It may span multiple lines.,
+\ctable[caption = {Here's the caption. It may span multiple lines.},
pos = H, center, botcap]{clrl}
{% notes
}