diff options
Diffstat (limited to 'notes/paper.tex')
| -rw-r--r-- | notes/paper.tex | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/notes/paper.tex b/notes/paper.tex index 4a1dbaf..48dce83 100644 --- a/notes/paper.tex +++ b/notes/paper.tex @@ -16,8 +16,9 @@ top=0.5in, bottom=0.8in ]{geometry} \usepackage{lipsum} \usepackage{fix-cm} \usepackage{amsmath} +\usepackage{multicol} -\usepackage[scale=0.85]{plex-mono} +\usepackage[scale=0.90]{plex-mono} \usepackage{plex-sans} \usepackage{fontspec} @@ -28,9 +29,8 @@ top=0.5in, bottom=0.8in ]{geometry} \usetikzlibrary{calc,shapes.geometric,shapes.gates.logic.US,arrows} - \setlength{\parskip}{0.5em} - +\linespread{1.1} \PassOptionsToPackage{hyphens}{url} \usepackage{hyperref} @@ -46,15 +46,13 @@ top=0.5in, bottom=0.8in ]{geometry} \list{}{\leftmargin=1in\rightmargin=0.6in}\item[]}% {\endlist} - - -\title{Physics} +\title{Computer Science} \author{Mohit Agarwal} \date{2021} \titleformat{\section}{\large}{}{0em}{} \titleformat{\subsection}{\bfseries}{}{0em}{} -\titleformat{\chapter}{\tt\huge\itshape}{}{0em}{} +\titleformat{\chapter}{\vspace{-2cm}\tt\huge\itshape}{}{0em}{} \begin{document} \begin{titlepage} @@ -70,9 +68,9 @@ top=0.5in, bottom=0.8in ]{geometry} \noindent \normalsize by Mohit Agarwal \end{titlepage} - \tableofcontents + \input{algorithms.tex} \input{hardware.tex} \input{software.tex} @@ -80,12 +78,13 @@ top=0.5in, bottom=0.8in ]{geometry} \chapter{Acknowledgements, about, and license} Notes for AQA GCSE Computer Science.\\ -\\by Mohit Agarwal <\url{https://mohit.uk}>, in October 2021 +\\by Mohit Agarwal (\url{https://mohit.uk}), in October 2021 \vspace{2cm} \noindent This work was made possible by:\\ \begin{myquote} - \large Ms N. Clarke + %\large Ms N. Clarke + Ms N. Clarke \end{myquote} \vspace{2cm} @@ -97,16 +96,16 @@ the topics covered in lessons, allowing for a greater emphasis of your time on trying to answer questions and play with the ideas discussed. \vspace{2cm} -\noindent\includegraphics{images/by.png} \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} + This work is licensed under the Creative Commons + Attribution-ShareAlike 4.0 International License. To view a copy + of this license, visit + \url{http://creativecommons.org/licenses/by-sa/4.0/} or send a + letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, + USA. +\end{myquote} \end{document} - |
