diff options
| author | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-10-12 19:44:59 +0100 |
|---|---|---|
| committer | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-10-12 19:44:59 +0100 |
| commit | d6de8c993dbf5522cc2e1b1a6491fd424981ab58 (patch) | |
| tree | 31eac9d804eb1f46cc48f4700140f5cb4c3a2932 /notes/paper.tex | |
| parent | 21b74cee1648bad2b9bbc2995fe79018c49a2457 (diff) | |
Writing notes
Diffstat (limited to 'notes/paper.tex')
| -rw-r--r-- | notes/paper.tex | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/notes/paper.tex b/notes/paper.tex index 48dce83..b28234a 100644 --- a/notes/paper.tex +++ b/notes/paper.tex @@ -52,7 +52,7 @@ top=0.5in, bottom=0.8in ]{geometry} \titleformat{\section}{\large}{}{0em}{} \titleformat{\subsection}{\bfseries}{}{0em}{} -\titleformat{\chapter}{\vspace{-2cm}\tt\huge\itshape}{}{0em}{} +\titleformat{\chapter}{\vspace{-2cm}\tt\huge\itshape}{\thechapter:}{5mm}{} \begin{document} \begin{titlepage} @@ -75,6 +75,9 @@ top=0.5in, bottom=0.8in ]{geometry} \input{hardware.tex} \input{software.tex} \input{networks.tex} +\input{legal.tex} +\input{cyber.tex} +\input{data-rep.tex} \chapter{Acknowledgements, about, and license} Notes for AQA GCSE Computer Science.\\ @@ -97,15 +100,10 @@ time on trying to answer questions and play with the ideas discussed. \vspace{2cm} -\begin{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} +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{document} |
