4th Form Test 1
Author
Dominic Rowland
Last Updated
10 years ago
License
Creative Commons CC BY 4.0
Abstract
This is a template for junior tests at St Paul's School, London.
\documentclass[a4paper]{article}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{amsmath,amsfonts,amssymb}
\usepackage{enumitem}
\usepackage{graphicx}
\usepackage{pgfplots}
\pgfplotsset{compat=1.8}
\usepackage{tikz}
\usepackage{graphics}
\usepackage{fancyhdr}
\usepackage{pst-all}
\renewcommand{\thispagestyle}[1]{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0.2pt}
\setlength{\parindent}{0pt}
\setlength\voffset{-0.5cm}
\setlength\headheight{2cm}
\addtolength{\oddsidemargin}{-.5in}
\addtolength{\evensidemargin}{-.5in}
\addtolength{\textwidth}{1.in}
\newcommand{\cut}[1]{}
\newcommand{\ans}[1]{\\ \hspace*{\fill}\framebox {#1} }
%\renewcommand{\ans}[1]{}
%Uncomment the line above to show answers.
\title{4th Form Test 1}
\author{Newton}
\date{September}
\begin{document}
\pagestyle{fancy}
\fancyfoot{}
\fancyhead{}
\fancyfoot[R]{\thepage}
\fancyfoot[C]{4th form/Assessments and Examinations/Test1}
\fancyhead[L]{SPS Mathematics}
\fancyhead[R]{\raisebox{-0.8cm}{ \includegraphics[height=2cm]{SPSLogo.jpg}}}
%Uncomment the line above to include the school logo top right.
\maketitle
\begin{enumerate}
\item Your first question.
\end{enumerate}
\end{document}