diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-01-06 14:39:44 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-01-06 14:39:44 -0800 |
commit | 533b2edd51f9d85fe3ae0d54b2b22fb980e3d066 (patch) | |
tree | 9e8dd4713b26c38611d15b688a5aa5e3b59c540b /data/templates | |
parent | 15ba184e6e7825898ebae5a59e2c3a60e0992da0 (diff) | |
download | pandoc-533b2edd51f9d85fe3ae0d54b2b22fb980e3d066.tar.gz |
Remove `\setupthinrules` from default context template.
The width parameter this used is not actually supported,
and the command didn't do anything.
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/default.context | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/templates/default.context b/data/templates/default.context index 407bd1215..1588406fa 100644 --- a/data/templates/default.context +++ b/data/templates/default.context @@ -100,8 +100,6 @@ $endif$ \setupfloat[figure][default={here,nonumber}] \setupfloat[table][default={here,nonumber}] -\setupthinrules[width=15em] % width of horizontal rules - \setupxtable[frame=off] \setupxtable[head][topframe=on,bottomframe=on] \setupxtable[body][] |