summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-12-01 00:30:33 +0000
committerKarl Berry <karl@freefriends.org>2010-12-01 00:30:33 +0000
commit9345fd6cf3a62ab66cdedee1ee2fa449b7ba4251 (patch)
tree2189066bbc425879439ea6c3e269e699fa9d024f /Master/texmf-dist
parent08f252d32fd38415cd9fd5acd6591e43c8e5ee15 (diff)
ANUfinalexam (30nov10)
git-svn-id: svn://tug.org/texlive/trunk@20613 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/ANUfinalexam/ANUfinalexam.tex47
1 files changed, 33 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/ANUfinalexam/ANUfinalexam.tex b/Master/texmf-dist/doc/latex/ANUfinalexam/ANUfinalexam.tex
index 2e82fb98224..e17af735d62 100644
--- a/Master/texmf-dist/doc/latex/ANUfinalexam/ANUfinalexam.tex
+++ b/Master/texmf-dist/doc/latex/ANUfinalexam/ANUfinalexam.tex
@@ -1,26 +1,28 @@
+% ANUfinalexam.tex (Version 2.0)
+% ===============================================================================
% Australian National University Final Exam LaTeX template.
-% (c) 2004, Timothy Kam, ANU School of Economics
-% This template may be freely copied and distributed.
+% 2004; 2009, Timothy Kam, ANU School of Economics
+% Licence type: Free as defined in the GNU General Public Licence: http://www.gnu.org/licenses/gpl.html
\documentclass[a4paper,12pt,fleqn]{article}
\usepackage{amsmath}
\usepackage{fancyhdr}
-% Insert your course information here %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Insert your course information here %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\institution}{THE AUSTRALIAN NATIONAL UNIVERSITY}
-\newcommand{\titlehd}{POLITICAL ECONOMY OF MACROECONOMIC POLICY}
+\newcommand{\titlehd}{MY COURSE TITLE}
\newcommand{\examtype}{Second Semester Examination}
\newcommand{\examdate}{November 2004}
-\newcommand{\examcode}{ECON 3053/8070/4004}
+\newcommand{\examcode}{ECON 8001}
\newcommand{\readtime}{15 Minutes}
\newcommand{\writetime}{TWO Hours}
\newcommand{\materials}{Non-programmable Calculators; Mathematical tables}
\newcommand{\lastwords}{End of Examination}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\setcounter{MaxMatrixCols}{10}
+%\setcounter{MaxMatrixCols}{10}
\newtheorem{theorem}{Theorem}
\newtheorem{acknowledgement}[theorem]{Acknowledgement}
\newtheorem{algorithm}[theorem]{Algorithm}
@@ -43,19 +45,36 @@
\newtheorem{solution}[theorem]{Solution}
\newtheorem{summary}[theorem]{Summary}
\newenvironment{proof}[1][Proof]{\noindent\textbf{#1.} }{\ \rule{0.5em}{0.5em}}
+
+% ANU Exams Office mandated margins and footer style
\setlength{\topmargin}{0cm}
\setlength{\textheight}{9.25in}
\setlength{\oddsidemargin}{0.0in}
\setlength{\evensidemargin}{0.0in}
\setlength{\textwidth}{16cm}
\pagestyle{fancy}
-\lhead{} %left of the header
-\chead{} %center of the header
-\rhead{} %right of the header
-\lfoot{} %left of the footer
-\cfoot{} %center of the footer
-\rfoot{Page \ \thepage \ of \ \pageref{finalpage} \\
- \texttt{\examcode}} %Print the page number in the right footer
+\lhead{}
+\chead{}
+\rhead{}
+\lfoot{}
+\cfoot{\footnotesize{Page \thepage \ of \pageref{finalpage} -- \titlehd \ (\examcode)}}
+\rfoot{}
+
+% DEPRECATED: ANU Exams Office mandated margins and footer style
+%\setlength{\topmargin}{0cm}
+%\setlength{\textheight}{9.25in}
+%\setlength{\oddsidemargin}{0.0in}
+%\setlength{\evensidemargin}{0.0in}
+%\setlength{\textwidth}{16cm}
+%\pagestyle{fancy}
+%\lhead{} %left of the header
+%\chead{} %center of the header
+%\rhead{} %right of the header
+%\lfoot{} %left of the footer
+%\cfoot{} %center of the footer
+%\rfoot{Page \ \thepage \ of \ \pageref{finalpage} \\
+% \texttt{\examcode}} %Print the page number in the right footer
+
\renewcommand{\headrulewidth}{0pt} %Do not print a rule below the header
\renewcommand{\footrulewidth}{0pt}