aboutsummaryrefslogtreecommitdiff
path: root/tests/1/paper.tex
diff options
context:
space:
mode:
authorMohit Agarwal <mohit.agarwal@sky.com>2021-10-09 19:08:24 +0100
committerMohit Agarwal <mohit.agarwal@sky.com>2021-10-09 19:08:24 +0100
commit4d32410ba6d2bdf9b994bd889f698ba6b090c91d (patch)
tree80c3f3e09e2999ad43dcd9b0c74bb9d506b5c989 /tests/1/paper.tex
parentcedb3eb5a58241d9d6079f07d5cd40e8ef81007d (diff)
Changed in structure.
Diffstat (limited to 'tests/1/paper.tex')
-rw-r--r--tests/1/paper.tex96
1 files changed, 0 insertions, 96 deletions
diff --git a/tests/1/paper.tex b/tests/1/paper.tex
deleted file mode 100644
index 02bf96d..0000000
--- a/tests/1/paper.tex
+++ /dev/null
@@ -1,96 +0,0 @@
-\documentclass[12pt, addpoints]{exam}
-
-\hyphenpenalty=10000
-\hbadness=10000
-\widowpenalty=10000
-\clubpenalty=10000
-\sloppy
-
-\pagestyle{plain}
-\usepackage{titlesec}
-\usepackage{circuitikz}
-\usepackage{graphicx}
-\usepackage{svg}
-\usepackage[a4paper, right=1.5in, left=1.5in,
-top=0.5in, bottom=0.8in ]{geometry}
-\usepackage{lipsum}
-\usepackage{fix-cm}
-\usepackage{amsmath}
-
-\usepackage[scale=0.85]{plex-mono}
-\usepackage{plex-sans}
-
-\usepackage{fontspec}
-\defaultfontfeatures{LetterSpace=1.05}
-\setmainfont{Sabon}
-
-\ctikzset{resistor = european}
-
-\usetikzlibrary{calc,shapes.geometric,shapes.gates.logic.US,arrows}
-
-
-\setlength{\parskip}{0.5em}
-
-
-\PassOptionsToPackage{hyphens}{url}
-\usepackage{hyperref}
-\hypersetup{
- colorlinks,
- citecolor=black,
- filecolor=black,
- linkcolor=black,
- urlcolor=black
-}
-
-\usepackage{titling}
-\newenvironment{myquote}{
-\list{}{\leftmargin=1in\rightmargin=0.6in}\item[]}%
-{\endlist}
-
-
-\setlength{\droptitle}{-3cm}
-
-\pretitle{\vspace{0.3in}\begin{flushleft}\Large\bfseries}
-\posttitle{\par\end{flushleft}}
-\preauthor{\vspace{0.1in}\begin{flushleft}}
-\postauthor{\end{flushleft}}
-\predate{\begin{flushleft}}
-\postdate{\par\end{flushleft}}
-
-\title{Computer Science Paper 1}
-\author{Mohit Agarwal}
-\date{2021}
-
-\begin{document}
-
-Computer Science Test: Data representation
-
-\vspace{5mm}
-\makebox[0.75\textwidth]{Name:\enspace\hrulefill}
-
-\vspace{5mm}
-\makebox[0.75\textwidth]{Instructor’s name:\enspace\hrulefill}
-
-\vspace{2cm}
-
-\begin{center}
-\gradetable[h][questions]
-\end{center}
-
-\vspace{2cm}
-
-\noindent Written by Mohit Agarwal (\url{https://mohit.uk}) for the
-Computing Department at William Perkin Church of England High School
-
-\begin{myquote}
-This work is licensed under the Creative Commons Attribution 4.0
-International License. To view a copy of this license, visit\\
-\url{http://creativecommons.org/licenses/by/4.0/} or send a letter to
-Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
-\end{myquote}
-
-
-\include{questions.tex}
-
-\end{document}
-