diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/ANUfinalexam/ANUfinalexam.tex | 137 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ANUfinalexam/README | 2 |
2 files changed, 139 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ANUfinalexam/ANUfinalexam.tex b/Master/texmf-dist/doc/latex/ANUfinalexam/ANUfinalexam.tex new file mode 100644 index 00000000000..2e82fb98224 --- /dev/null +++ b/Master/texmf-dist/doc/latex/ANUfinalexam/ANUfinalexam.tex @@ -0,0 +1,137 @@ +% Australian National University Final Exam LaTeX template. +% (c) 2004, Timothy Kam, ANU School of Economics +% This template may be freely copied and distributed. + +\documentclass[a4paper,12pt,fleqn]{article} +\usepackage{amsmath} +\usepackage{fancyhdr} + +% Insert your course information here %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\newcommand{\institution}{THE AUSTRALIAN NATIONAL UNIVERSITY} +\newcommand{\titlehd}{POLITICAL ECONOMY OF MACROECONOMIC POLICY} +\newcommand{\examtype}{Second Semester Examination} +\newcommand{\examdate}{November 2004} +\newcommand{\examcode}{ECON 3053/8070/4004} +\newcommand{\readtime}{15 Minutes} +\newcommand{\writetime}{TWO Hours} +\newcommand{\materials}{Non-programmable Calculators; Mathematical tables} +\newcommand{\lastwords}{End of Examination} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\setcounter{MaxMatrixCols}{10} +\newtheorem{theorem}{Theorem} +\newtheorem{acknowledgement}[theorem]{Acknowledgement} +\newtheorem{algorithm}[theorem]{Algorithm} +\newtheorem{axiom}[theorem]{Axiom} +\newtheorem{case}[theorem]{Case} +\newtheorem{claim}[theorem]{Claim} +\newtheorem{conclusion}[theorem]{Conclusion} +\newtheorem{condition}[theorem]{Condition} +\newtheorem{conjecture}[theorem]{Conjecture} +\newtheorem{corollary}[theorem]{Corollary} +\newtheorem{criterion}[theorem]{Criterion} +\newtheorem{definition}[theorem]{Definition} +\newtheorem{example}[theorem]{Example} +\newtheorem{exercise}[theorem]{Exercise} +\newtheorem{lemma}[theorem]{Lemma} +\newtheorem{notation}[theorem]{Notation} +\newtheorem{problem}[theorem]{Problem} +\newtheorem{proposition}[theorem]{Proposition} +\newtheorem{remark}[theorem]{Remark} +\newtheorem{solution}[theorem]{Solution} +\newtheorem{summary}[theorem]{Summary} +\newenvironment{proof}[1][Proof]{\noindent\textbf{#1.} }{\ \rule{0.5em}{0.5em}} +\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} + + +\begin{document} + +% Title page + +\begin{center} +%\vspace{5cm} +\large\textbf{\institution} +\end{center} +\vspace{1cm} + +\begin{center} +\textit{ \examtype -- \examdate} +\end{center} +\vspace{1cm} + +\begin{center} +\large\textbf{\titlehd} +\end{center} + +\begin{center} +\large\textbf{\examcode} +\end{center} +\vspace{4cm} + +\begin{center} +\textit{Reading Time: \readtime} +\end{center} +\begin{center} +\textit{Writing Time: \writetime} +\end{center} +\begin{center} +\textit{Permitted Materials: \materials} +\end{center} + +% End title page + + + +\newpage +\begin{quote} +\textit{Answer\textbf{\ all} questions in this section using the answer +booklet(s) provided. Answers are expected to be succinct but complete. +Answers that are too long and irrelevant will be penalized.} +\end{quote} +\bigskip +\paragraph{\textbf{Question 1}} +This is a stupid question ... Blah blah blah.... +\begin{enumerate} +\item \lbrack\ 5 marks ] part 1 of question. +\item \lbrack \ 6 marks ] blah blah meow! +\item \lbrack \ 6 marks ] hoo-ah! +\end{enumerate} + + +\newpage +\paragraph{\textbf{Question 2}} +Blah blah this is question 2 + +\newpage +\paragraph{\textbf{Question 3} \ } +Oh wow we have more than 2 questions? + +\newpage +\paragraph{Question 4} Hooray... last question! + + +\begin{center} +\vspace{3cm} +--------- \textit{\lastwords} --------- +\end{center} + + +\label{finalpage} + +\end{document} diff --git a/Master/texmf-dist/doc/latex/ANUfinalexam/README b/Master/texmf-dist/doc/latex/ANUfinalexam/README new file mode 100644 index 00000000000..9d95ea41c5f --- /dev/null +++ b/Master/texmf-dist/doc/latex/ANUfinalexam/README @@ -0,0 +1,2 @@ +This LaTeX document shell is created for the standard formatting of +final exams in The Australian National University. |