diff options
author | Henri Menke <henri@icp.uni-stuttgart.de> | 2018-01-16 14:38:33 +1300 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-01-15 18:38:33 -0700 |
commit | 6910267abfa7d5a1743589d301e7b9ecf2a54e4f (patch) | |
tree | 3b0177b743bb1437198f67ff48b5f0c0552bbf9f /test/writer.context | |
parent | c6a55f8e9f189d2cda279ff2ee5f17e516490942 (diff) | |
download | pandoc-6910267abfa7d5a1743589d301e7b9ecf2a54e4f.tar.gz |
ConTeXt writer: Use xtables instead of Tables (#4223)
- Default to xtables for context output.
- Added `ntb` extension (affecting context writer only) to use Natural Tables instead.
- Added `Ext_ntb` constructor to `Extension` (API change).
Diffstat (limited to 'test/writer.context')
-rw-r--r-- | test/writer.context | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/writer.context b/test/writer.context index 9884c82c9..e7af684f8 100644 --- a/test/writer.context +++ b/test/writer.context @@ -51,6 +51,11 @@ \setupthinrules[width=15em] % width of horizontal rules +\setupxtable[frame=off] +\setupxtable[head][topframe=on,bottomframe=on] +\setupxtable[body][] +\setupxtable[foot][bottomframe=on] + \starttext \startalignment[middle] |