-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.tmp
46 lines (34 loc) · 1.07 KB
/
test.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
\documentclass[12pt]{article}
\usepackage{graphicx,newtalk/commands}
\usepackage{grffile,xspace,lastpage}
\usepackage[margin=1.2in]{geometry}
\usepackage{tikz}
\usepackage[normalem]{ulem}
\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{}\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}{VVV}
\input{lect/pop.tex}
\input{lect/dfpar.tex}
% \thispagestyle{empty}
% \setcounter{page}{2} %%%% Tried moving this to formulas page.
----------------------------------------------------------------------
\vfill
\renewcommand{\baselinestretch}{7}
{\tiny \sl \input{copy.tex}}
\end{document}