diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-03-03 08:38:40 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-03-03 08:38:40 -0800 |
commit | 210d186f9cc20e9e5d35d1309c45126e17424b56 (patch) | |
tree | 9a3294bc7ff2f5e91383019ffe0df729a6be56fe /tests | |
parent | f4762d52c428c340d015863722c7c669f225b705 (diff) | |
download | pandoc-210d186f9cc20e9e5d35d1309c45126e17424b56.tar.gz |
Updated tests for context template changes.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.context | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/writer.context b/tests/writer.context index 3aaf8c14b..7f8d8a115 100644 --- a/tests/writer.context +++ b/tests/writer.context @@ -16,9 +16,12 @@ \setupwhitespace[medium] -\setuphead[section] [style=\tfc,number=no] -\setuphead[subsection] [style=\tfb,number=no] -\setuphead[subsubsection][style=\bf,number=no] +\setuphead[chapter] [style=\tfd] +\setuphead[section] [style=\tfc] +\setuphead[subsection] [style=\tfb] +\setuphead[subsubsection][style=\bf] + +\setuphead[chapter, section, subsection, subsubsection][number=no] \definedescription [description] |