https://github.com/jlhwung/msthesis-pku
The source code and the compiled pdf of the master thesis for Peking University
https://github.com/jlhwung/msthesis-pku
differential-privacy
Last synced: 8 months ago
JSON representation
The source code and the compiled pdf of the master thesis for Peking University
- Host: GitHub
- URL: https://github.com/jlhwung/msthesis-pku
- Owner: JLHwung
- License: mit
- Created: 2014-06-18T00:44:17.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2021-04-21T15:08:50.000Z (over 4 years ago)
- Last Synced: 2025-01-04T23:41:31.014Z (9 months ago)
- Topics: differential-privacy
- Language: TeX
- Size: 4.86 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MSThesis-PKU
============The source code and the compiled pdf of my master thesis for Peking University.
Tested on TeX Live 2017. Please check the font requirements before compiling from the source.
## Font Requirements
- [Noto Serif CJK SC](https://www.google.com/get/noto/help/cjk/)
- [Noto Sans CJK SC](https://www.google.com/get/noto/help/cjk/)
- [Noto Sans Mono CJK SC](https://www.google.com/get/noto/help/cjk/)
- [FandolKai](https://www.ctan.org/tex-archive/fonts/fandol)
- [FandolFang](https://www.ctan.org/tex-archive/fonts/fandol)## Compile
```
make production
```