diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-03-03 08:37:17 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-03-03 08:37:17 -0800 |
commit | 5aaa69eda58dc84a16dc818c02c3e261fdb11975 (patch) | |
tree | c4cb1e97b82f2e0811f23cbaeeddf6af3c3a7982 /default.context | |
parent | cc0e845c187fb98ebd2343750cfbacd1ab39fc57 (diff) | |
download | pandoc-5aaa69eda58dc84a16dc818c02c3e261fdb11975.tar.gz |
Slight change in context template to avoid double spacing.
Diffstat (limited to 'default.context')
-rw-r--r-- | default.context | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/default.context b/default.context index f6887640c..abc405655 100644 --- a/default.context +++ b/default.context @@ -21,7 +21,8 @@ \setuphead[subsection] [style=\tfb] \setuphead[subsubsection][style=\bf] -$if(number-sections)$$else$ +$if(number-sections)$ +$else$ \setuphead[chapter, section, subsection, subsubsection][number=no] $endif$ |