This is a collection of papers and presentation materials done as a masters project. The code that these documents relate to can be found here.
All documents are written with Emacs Org Mode, which is compiled to LaTeX, which is compiled to PDFs. This process is automated by nix and deployed on commit to the pdf branch. The nix packages can be built locally if one wants to:
- Install nix with flake and nix-command support, you can follow this guide:
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
- Clone this repository and enter it:
git clone https://github.com/scrufulufugus/tdr-inverse-materials.git
cd tdr-inverse-materials
- Build with nix
nix build -o results
# Copy the PDFs out of the nix store
cp -L --no-preserve=all -t ./ ./result/*