mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-30 17:59:17 +08:00
ConTeXt template: adds \setupinterlinespace to fonts larger than normal (#6763)
This commit is contained in:
@@ -72,9 +72,9 @@ $if(interlinespace)$
|
||||
\setupinterlinespace[$for(interlinespace)$$interlinespace$$sep$,$endfor$]
|
||||
$endif$
|
||||
|
||||
\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]
|
||||
|
||||
+3
-3
@@ -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]
|
||||
|
||||
@@ -30,9 +30,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]
|
||||
|
||||
Reference in New Issue
Block a user