Fix title size
This commit is contained in:
parent
f774432611
commit
1e8839c74c
|
@ -5,15 +5,18 @@
|
|||
|
||||
%% Layout
|
||||
\setuppapersize[A4]
|
||||
\setuplayout[height=fit,topspace=.2cm,header=0cm,footer=0cm]
|
||||
\setuplayout[height=fit,topspace=.2cm]
|
||||
|
||||
%% General settings
|
||||
\setupbodyfont[roboto,sans]
|
||||
\setuppagenumbering[state=stop]
|
||||
\setupfootertexts[\lastrealpagenumber]
|
||||
|
||||
%% Header settings
|
||||
\setuphead[title][style=\tfc\bf,alternative=middle]
|
||||
%% Heading settings
|
||||
|
||||
%% The "middle" alternative adds a lot of spacing around the title,
|
||||
%% which can't be changed. We hack around this by removing the header.
|
||||
\setuphead[title][style=\tfc\bf,alternative=middle,header=high]
|
||||
\setuphead[subject][style=\tfb\bf,color=darkgreen]
|
||||
|
||||
%% Blocks
|
||||
|
|
Loading…
Reference in a new issue