Created
April 28, 2016 20:17
-
-
Save andrewlkho/f42535952e6420991114c6b30cd9d033 to your computer and use it in GitHub Desktop.
Minimal template for notes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[a4paper,10pt]{article} | |
\usepackage[utf8]{inputenc} | |
\usepackage[T1]{fontenc} | |
\usepackage[scaled]{helvet} | |
\renewcommand{\familydefault}{\sfdefault} | |
\usepackage[margin=1in]{geometry} | |
\setlength{\parindent}{0pt} | |
\setlength{\parskip}{\baselineskip} | |
\usepackage[iso,british]{isodate} | |
\usepackage{fancyhdr} | |
\pagestyle{fancy} | |
\fancyhf{} | |
\renewcommand{\headrulewidth}{0pt} | |
\renewcommand{\footrulewidth}{0.4pt} | |
\cfoot{\footnotesize\thepage} | |
\rfoot{\footnotesize{}ALKH/\today} | |
\begin{document} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment