diff options
author | Denis Maier <maier.de@gmail.com> | 2020-10-23 02:24:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-22 17:24:27 -0700 |
commit | 4bce33e89954e455bd762d7ebb38b2a14d25cc52 (patch) | |
tree | 204a40ef72d3ee134db1c500f7ba24956319ae6a /test/writer.context | |
parent | 4bafdce39466f29e3aa53b423a7d4ba84db84cff (diff) | |
download | pandoc-4bce33e89954e455bd762d7ebb38b2a14d25cc52.tar.gz |
ConTeXt template: adds \setupinterlinespace to fonts larger than normal (#6763)
Diffstat (limited to 'test/writer.context')
-rw-r--r-- | test/writer.context | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/writer.context b/test/writer.context index 0c640472e..1356fa464 100644 --- a/test/writer.context +++ b/test/writer.context @@ -32,9 +32,9 @@ \setupwhitespace[medium] -\setuphead[chapter] [style=\tfd,header=empty] -\setuphead[section] [style=\tfc] -\setuphead[subsection] [style=\tfb] +\setuphead[chapter] [style=\tfd\setupinterlinespace,header=empty] +\setuphead[section] [style=\tfc\setupinterlinespace] +\setuphead[subsection] [style=\tfb\setupinterlinespace] \setuphead[subsubsection] [style=\bf] \setuphead[subsubsubsection] [style=\sc] \setuphead[subsubsubsubsection][style=\it] |