https://github.com/uberi/university-notes
Notes from various courses at the University of Waterloo.
https://github.com/uberi/university-notes
Last synced: 3 months ago
JSON representation
Notes from various courses at the University of Waterloo.
- Host: GitHub
- URL: https://github.com/uberi/university-notes
- Owner: Uberi
- Created: 2013-10-08T02:38:25.000Z (over 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2019-02-28T08:26:07.000Z (over 7 years ago)
- Last Synced: 2025-02-12T20:44:37.554Z (over 1 year ago)
- Language: HTML
- Homepage: http://anthony-zhang.me/University-Notes/
- Size: 7.65 MB
- Stars: 83
- Watchers: 7
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
University-Notes
================
Notes from various courses at the University of Waterloo. Written by Anthony Zhang.
# [VIEW NOTES](http://anthony-zhang.me/University-Notes/)
About
-----
I write these during lectures, and then add to them occasionally when mistakes or omissions are discovered.
They're written in Markdown with LaTeX for math. There's a build script that uses [Pandoc](http://johnmacfarlane.net/pandoc/) to generate HTML with [KaTeX](https://khan.github.io/KaTeX/) for math rendering.
Deployment
----------
To compile, run `make` in the top-level directory.
I then push the resulting files to GitHub, where they're hosted using GitHub Pages.
To compile KaTeX, I use [Docker](https://www.docker.com/):
git clone --depth 1 https://github.com/Khan/KaTeX.git
sudo docker run --volume "$(pwd)/KaTeX:/files" --interactive --tty pritunl/archlinux:latest /bin/bash
# run inside Docker image
pacman -S make nodejs zip
cd /files
make
exit
# the output folder with all the files is now in KaTeX/build/katex
License
-------
Copyright 2013-2017 Anthony Zhang

The works in this project are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
In other words, you are free to modify the work - provided you also release those modifications under the same license - and use it as you like, as long as it isn't commercial.