diff options
| author | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-11-13 11:27:51 +0000 |
|---|---|---|
| committer | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-11-13 11:27:51 +0000 |
| commit | 3d6ea49818f9ab00bda199e89358861f5007cbbc (patch) | |
| tree | b3ca0c5414bcd4603c4f433dc64a39218cbd8bd5 /readme | |
| parent | df50ffee0ed7d462d1593da002a78cc9094e3066 (diff) | |
Working on questions
Diffstat (limited to 'readme')
| -rw-r--r-- | readme | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -0,0 +1,29 @@ +GCSE AQA Computer Science Resources + +For compiled versions of the files (pdf): visit +https://mohit.uk/git/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. + +Licence + +[Creative Commons License] +This work is licensed under a Creative Commons Attribution-ShareAlike +4.0 International License. + +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 |
