Landing page for the TKF-DP paper. Served via GitHub Pages from this repo to the custom domain https://tkfdp.net.
index.html— the landing pagestyle.css— site stylingsupplement.pdf— copy of the latest supplement PDF (built fromevoldoers/tkfdp:math-paper/supplement.tex)CNAME— GitHub Pages custom-domain marker
Note: the browsable LaTeX→HTML rendering of the supplement (the old
supplement/directory, built withmake4ht) has been removed — the conversion was broken and unreadable. The supplement is offered as PDF only.
supplement.pdf is a committed snapshot, not built on the GitHub side.
To refresh it after a supplement edit:
# Build the PDF in the dev tree
cd ~/tkf-dp/math-paper && bash build.sh --supp
cp supplement.pdf ~/path/to/tkfdp.net/
# Commit + push
cd ~/path/to/tkfdp.net && git add -A && git commit -m "Refresh supplement" && git push