-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmc.tmp
More file actions
38 lines (28 loc) · 905 Bytes
/
mc.tmp
File metadata and controls
38 lines (28 loc) · 905 Bytes
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
\documentclass[12pt]{article}
\usepackage{epsfig,grffile,xspace}
\usepackage[margin=1.2in]{geometry}
\usepackage{tikz}
\usetikzlibrary{
arrows,decorations.pathmorphing,backgrounds,positioning,fit,calc,scopes
}
\newcommand{\blank}{\rule{5em}{0.4pt}}
\pagestyle{myheadings}
% \newcommand{\myhead}{\small \bf Bio 3SS3\hfill{}\fullver}
\newcommand{\myhead}{\small \bf Bio 3SS3\hfill{}Version \testver}
\newcommand{\myfoot}{\hfill Page \thepage\ \hfill}
\makeatletter
\renewcommand{\@oddhead}{\myhead}
\renewcommand{\@evenhead}{\myhead}
\renewcommand{\@oddfoot}{\myfoot}
\renewcommand{\@evenfoot}{\myfoot}
\makeatother
\newcounter{question}
\newcounter{mc}[question]
\newcounter{qpart}[question]
\begin{document}
\newcommand{\testver}{Q}
\input{lect/pop.tex}
\input{lect/dfpar.tex}
% \thispagestyle{empty}
\setcounter{page}{2}
----------------------------------------------------------------------