Skip to content

Instantly share code, notes, and snippets.

@TheDataLeek
Created April 12, 2015 06:56
Show Gist options
  • Save TheDataLeek/89c7078270ec4e422799 to your computer and use it in GitHub Desktop.
Save TheDataLeek/89c7078270ec4e422799 to your computer and use it in GitHub Desktop.
\documentclass[10pt]{article}
\input{./tex/header.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Beginning of document items - headers, title, toc, etc...
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pagestyle{fancy} % Establishes that the headers will be defined
\fancyhead[LE,LO]{Numerical Analysis Notes} % Adds header to left
\fancyhead[RE,RO]{William Farmer} % Adds header to right
\cfoot{\mlptikz[size=0.25in, text=on, textposx=0, textposy=0, textvalue=\thepage, textscale=0.75in]{applejack}}
\lfoot{APPM4650}
\rfoot{Alejandro Spina}
\title{Numerical Analysis Notes}
\author{William Farmer}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Beginning of document items - headers, title, toc, etc...
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\maketitle
\input{./tex/content}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment