a few details from foam/futurist-fieldguide#8
This commit is contained in:
parent
0a02b6fb6c
commit
06f3457efa
1 changed files with 46 additions and 51 deletions
|
@ -1,51 +1,46 @@
|
|||
\usepackage{fancyhdr}
|
||||
\usepackage{fontspec}
|
||||
\usepackage{titlesec}
|
||||
\usepackage{graphicx}
|
||||
|
||||
\usepackage{datetime}
|
||||
\usepackage[iso,english]{isodate}
|
||||
|
||||
|
||||
\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}
|
||||
|
||||
\setmainfont{Quattrocento Sans}
|
||||
%\newfontfamily\sectionfont{Share-ItalicOSF}
|
||||
%\newfontfamily\sectionfont{Josefin Slab}
|
||||
\newfontfamily\sectionfont{Roboto Light}
|
||||
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
%\rhead{various \XeTeX}
|
||||
\lhead{Quattrocento Sans / Roboto Light }
|
||||
\rfoot{\sectionfont\tiny{printed: \isodate{\today} \currenttime \selectfont}}
|
||||
|
||||
|
||||
%\titleformat*{\subsection}{\sectionfont\fontsize{32}{20}\selectfont}
|
||||
%\titleformat*{\subsubsection}{\sectionfont\fontsize{32}{12}\selectfont}
|
||||
|
||||
|
||||
\titleformat{\subsubsection}
|
||||
{\Large\bfseries}
|
||||
{\thesection}
|
||||
{1em}
|
||||
{\resizetitle}
|
||||
|
||||
|
||||
\titleformat{\subsection}
|
||||
{\Large\bfseries}
|
||||
{\thesection}
|
||||
{1em}
|
||||
{\resizetitle}
|
||||
|
||||
\usepackage{fancyhdr}
|
||||
\usepackage{fontspec}
|
||||
\usepackage{titlesec}
|
||||
\usepackage{graphicx}
|
||||
|
||||
\usepackage{datetime}
|
||||
\usepackage[iso,english]{isodate}
|
||||
|
||||
% 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}
|
||||
|
||||
\setmainfont{Quattrocento Sans}
|
||||
%\newfontfamily\sectionfont{Share-ItalicOSF}
|
||||
%\newfontfamily\sectionfont{Josefin Slab}
|
||||
\newfontfamily\sectionfont{Roboto Light}
|
||||
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
%\rhead{various \XeTeX}
|
||||
\lhead{Quattrocento Sans / Roboto Light }
|
||||
\rfoot{\sectionfont\tiny{printed: \isodate{\today} \currenttime \selectfont}}
|
||||
|
||||
%\titleformat*{\subsection}{\sectionfont\fontsize{32}{20}\selectfont}
|
||||
%\titleformat*{\subsubsection}{\sectionfont\fontsize{32}{12}\selectfont}
|
||||
|
||||
\titleformat{\subsubsection}
|
||||
{\Large\bfseries}
|
||||
{\thesection}
|
||||
{1em}
|
||||
{\resizetitle}
|
||||
|
||||
\titleformat{\subsection}
|
||||
{\Large\bfseries}
|
||||
{\thesection}
|
||||
{1em}
|
||||
{\resizetitle}
|
Loading…
Reference in a new issue