blob: b9576bf5d3e4912fb77605197972da33d2ca9fe0 (
plain)
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
|
## GCSE AQA Computer Science Resources
For compiled versions of the files (pdf): visit
<https://mohit.uk/git-bin/gcse/computer-science-aqa/>
To clone this repository run
git clone https://mohit.uk/gitserver/gcse/computer-science-aqa.git/
The main directory is notes, which consists of (relatively) concise
notes for the AQA specification.
For any thoughts, suggestions, or comments, contact me at:
mohit.agarwal@sky.com.
### License
This work is licensed under the Creative Commons
Attribution-ShareAlike 4.0 International License. To view a copy of
this license, visit
<http://creativecommons.org/licenses/by-sa/4.0/> or send a letter
to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
### Dependencies
In order to build the LaTeX, I use makefiles and XeLaTeX:
- Make
- Linux/Unix coreutils (mostly cd)
- XeLaTex (TeXLive-full)
- The font used is called Sabon, which you can find online or change
|