futurist-fieldguide/pandoc/header.tex

62 lines
1.4 KiB
TeX
Raw Normal View History

\usepackage{fontspec}
2015-06-02 12:48:22 +00:00
\usepackage[pagestyles]{titlesec}
\usepackage{graphicx}
\usepackage{datetime}
2015-05-29 11:23:46 +00:00
\usepackage[iso,english]{isodate}
2015-06-02 14:25:58 +00:00
\usepackage[perpage]{footmisc}
2015-06-02 14:12:30 +00:00
2015-05-29 10:15:51 +00:00
% page geometry
\usepackage{geometry}
\geometry{
a4paper,
total={210mm,297mm},
2015-05-29 10:48:28 +00:00
left=30mm,
right=30mm,
2015-05-29 10:15:51 +00:00
top=20mm,
bottom=20mm,
}
% http://tex.stackexchange.com/questions/246174/dynamic-title-size-using-titlesec
\newcommand{\resizetitle}[1]{\resizebox{\sectionwidth}{!}{#1}}
\newlength{\sectionwidth}
\AtBeginDocument{%
\setlength{\sectionwidth}{0.7\textwidth}%
}
% unix shell date
%\immediate\write18{date >\jobname.date}
% no page numbers
\pagenumbering{gobble}
2015-06-02 14:12:30 +00:00
% font setup
\setmainfont{Quattrocento Sans}
2015-05-26 18:59:12 +00:00
\newfontfamily\sectionfont{Encode Sans ExtraLight}
2015-06-02 14:12:30 +00:00
% header & footer data
2015-06-02 12:48:22 +00:00
\newpagestyle{main}[\small]{
\setheadrule{.55pt}%
2015-06-02 14:12:30 +00:00
\sethead{Quattrocento Sans / Encode Sans ExtraLight}{}{\subsectiontitle} % left, centre, right
2015-06-02 12:48:22 +00:00
\setfoot{}{}{\sectionfont\small{printed: \isodate{\today} \currenttime \selectfont}}
2015-06-02 14:12:30 +00:00
}
2015-06-02 12:48:22 +00:00
\pagestyle{main}
%\titleformat*{\subsection}{\sectionfont\fontsize{32}{20}\selectfont}
2015-05-29 10:33:21 +00:00
\titleformat*{\subsubsection}{\sectionfont\fontsize{32}{12}\selectfont}
\titleformat{\subsection}
2015-05-26 18:59:12 +00:00
{\sectionfont\Large\bfseries}
{\thesection}
{1em}
{\resizetitle}
2015-05-29 11:23:46 +00:00
% url & hyperlink formatting
%\DeclareUrlCommand\url{}
2015-05-29 11:28:47 +00:00
% urls as footnotes
2015-06-02 15:26:33 +00:00
\renewcommand{\href}[2]{#2\footnote{ \url{#1}}}
2015-06-02 14:21:29 +00:00
2015-06-02 14:22:28 +00:00
%\setfnsymbol{lamport}