footnotes
This commit is contained in:
parent
846404eb19
commit
76644975f8
1 changed files with 6 additions and 15 deletions
|
@ -5,6 +5,8 @@
|
|||
\usepackage{datetime}
|
||||
\usepackage[iso,english]{isodate}
|
||||
|
||||
\usepackage[side=true]{footmisc}
|
||||
|
||||
% page geometry
|
||||
\usepackage{geometry}
|
||||
\geometry{
|
||||
|
@ -29,30 +31,19 @@
|
|||
% no page numbers
|
||||
\pagenumbering{gobble}
|
||||
|
||||
% font setup
|
||||
\setmainfont{Quattrocento Sans}
|
||||
%\newfontfamily\sectionfont{Share-ItalicOSF}
|
||||
%\newfontfamily\sectionfont{Josefin Slab}
|
||||
%\newfontfamily\sectionfont{Roboto Light}
|
||||
\newfontfamily\sectionfont{Encode Sans ExtraLight}
|
||||
|
||||
%\pagestyle{fancy}
|
||||
%\fancyhf{}
|
||||
%\rhead{\sectionfont\small$title-meta$\selectfont}
|
||||
%\lhead{Quattrocento Sans / Encode Sans ExtraLight}
|
||||
%\rfoot{\sectionfont\small{printed: \isodate{\today} \currenttime \selectfont}}
|
||||
|
||||
% convert header to titleps - http://www.tex-tipografia.com/titleps_fancyhdr.html
|
||||
% header & footer data
|
||||
\newpagestyle{main}[\small]{
|
||||
\setheadrule{.55pt}%
|
||||
\sethead{}{}{\subsectiontitle}
|
||||
\sethead{Quattrocento Sans / Encode Sans ExtraLight}{}{\subsectiontitle} % left, centre, right
|
||||
\setfoot{}{}{\sectionfont\small{printed: \isodate{\today} \currenttime \selectfont}}
|
||||
}
|
||||
|
||||
}
|
||||
\pagestyle{main}
|
||||
|
||||
|
||||
|
||||
|
||||
%\titleformat*{\subsection}{\sectionfont\fontsize{32}{20}\selectfont}
|
||||
\titleformat*{\subsubsection}{\sectionfont\fontsize{32}{12}\selectfont}
|
||||
|
||||
|
|
Loading…
Reference in a new issue