ConTeXt template: adds \setupinterlinespace to fonts larger than normal (#6763)
This commit is contained in:
parent
4bafdce394
commit
4bce33e899
3 changed files with 9 additions and 9 deletions
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue