-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinal.tmp
50 lines (35 loc) · 1.12 KB
/
final.tmp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
\documentclass[12pt]{article}
\usepackage{epsfig,grffile,lastpage,xspace}
\usepackage[margin=1.2in]{geometry}
\usepackage{newtalk/commands}
\input{lect/pop.tex}
\input{lect/dfpar.tex}
\newcommand{\term}{Winter 2024}
\newcommand{\blank}{\rule{5em}{0.4pt}}
\pagestyle{myheadings}
\newcommand{\myhead}{\small \bf Bio 3SS3\hfill \testver\hfill McMaster University Final Examination}
\newcommand{\myfoot}{\hfill Page \thepage\ of \pageref{LastPage}}
\makeatletter
\renewcommand{\@oddhead}{\myhead}
\renewcommand{\@evenhead}{\myhead}
\renewcommand{\@oddfoot}{\myfoot}
\renewcommand{\@evenfoot}{\myfoot}
\makeatother
\newcounter{question}
\newcounter{mc}[question]
\newcounter{qpart}[question]
\newcommand{\testver}{XXX} %% This should be replaced in scramble.pl
% \setcounter{page}{1}
\begin{document}
% Update year (anything else?)
\input{final.cover.tex}
\newgeometry{margin=1.2in}
\clearpage
----------------------------------------------------------------------
\vfill
\noindent\textbf{The End}
\vfill
\renewcommand{\baselinestretch}{7}
{\tiny \sl \input{copy.tex}}
% \renewcommand{\myfoot}{\hfill \textbf{The End}\hfill}
\end{document}