-
Julian Stirling authored
The template is very basic and needs design input. Just testing the CI workflow
Julian Stirling authoredThe template is very basic and needs design input. Just testing the CI workflow
otfndoc.cls 635 B
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{otfndoc}[LaTeX class for Open Toolchain documents]
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}
\ProcessOptions
\LoadClass[12pt,onecolumn,a4paper,notitlepage]{article}
\RequirePackage[margin=2cm,headheight=2cm,includehead]{geometry}
\RequirePackage[T1]{fontenc}
\renewcommand*\familydefault{\sfdefault}
\usepackage{fancyhdr}
\fancyhf{}
\fancyhead[R]{\includegraphics[width=.3\textwidth]{../logo/logo-linear-dark.png}}
\fancyfoot[C]{\thepage}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\setcounter{secnumdepth}{0}
\pagestyle{fancy}
\endinput