From 9345fd6cf3a62ab66cdedee1ee2fa449b7ba4251 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 1 Dec 2010 00:30:33 +0000 Subject: ANUfinalexam (30nov10) git-svn-id: svn://tug.org/texlive/trunk@20613 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/ANUfinalexam/ANUfinalexam.tex | 47 +++++++++++++++------- 1 file 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} -- cgit v1.2.3