2025-11-10 21:34:11 -08:00
2025-11-02 15:18:14 -07:00
2025-11-10 21:34:11 -08:00
2025-11-02 15:20:32 -07:00
2025-11-10 21:34:11 -08:00
2025-11-04 21:04:41 -08:00

PGHRT

This is the source code, just in case you wanted to build it yourself for some reason. Or difference tracking line edits. I should've had this originally, but I didn't, sooooo don't worry about it too much. The edits are for posterity more than they are "crucial info that everyone should look at" generally speaking, especially because it's intended to be a resource that is iterated upon and reviewed over time.

If you are interested in doing a translation or some sort of alternate version, please get in touch!

Setting Up

This project is reliant on LaTeXML and owes deep gratitute for its existence. Install it here, and please support it if you can!

You might also need to install texlive-latex-extra with your package manager of choice, or specific missing packages through MiKTeX if you prefer a lighter weight LaTeX installation. This project was created using Visual Studio Code so .vscode is included for your convenience if that is your editor of choice to build via build.ps1 but it can otherwise be ignored.

Linux

cd pghrt
python3 -m venv .venv
.venv/bin/pip install beautifulsoup4

Windows

cd pghrt
python -m venv .venv
.venv/scripts/pip install beautifulsoup4

Build Instructions

Currently, /export contains the full build output. To compile and build the source yourself, the instructions are listed below. Please note that the \DTMNow error in the output of latexmlc should be ignored as it is handled by soup.py.

Linux

latexmlc --destination=export/index.html pghrt
.venv/bin/python soup.py

Windows

latexmlc --destination=export/index.html pghrt
.venv/scripts/python soup.py

License

I don't know. Please attribute credit when it is safe and reasonable to do so. Please feel free to use any of this as a template (if you'd like to rip the guts of the .tex out) if it aids you in writing your own document about transition. We need more quality resources out there.

Description
The incomparable KTP's pghrt.diy Mirrored because big tech is a fuck
Readme 7.1 MiB
Languages
HTML 65.3%
TeX 26.9%
CSS 5.9%
JavaScript 1.1%
Python 0.8%