https://github.com/agoose77/phd-thesis
The source material for my PhD thesis.
https://github.com/agoose77/phd-thesis
Last synced: about 2 months ago
JSON representation
The source material for my PhD thesis.
- Host: GitHub
- URL: https://github.com/agoose77/phd-thesis
- Owner: agoose77
- Created: 2022-01-19T15:32:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T17:21:47.000Z (10 months ago)
- Last Synced: 2025-01-16T04:14:48.886Z (3 months ago)
- Language: TeX
- Homepage: https://agoose77.github.io/phd-thesis/
- Size: 31.2 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PhD Thesis
## Fonts
The LaTeX engine (xelatex) does not natively support raster fonts (required for coloured noto emoji). lualatex is an alternative engine, but breaks other things. Really, we can use a hack to replace unicode characters with images that are pre-rendered emoji glyphs.It's possible to render out the glyphs [using freetype](https://stackoverflow.com/questions/71092136/how-to-load-colorful-emojis-in-pygame) or PIL. Both of these cases require special care. Thankfully, there is also [emojicdn](https://emojicdn.elk.sh/%F0%9F%8C%8A?style=Google) that serves emoji PNGs as a service.