- Paper title: Exploring Relations among Fairness Notions in Discrete Fair Division
- Authors: Jugal Garg, Eklavya Sharma
- Published versions: arXiv:2502.02815, doi:10.65109/DRAH3963 (AAMAS'26).
A github workflow automatically builds
assets for every push to master:
paper.pdf,
texRefs.json.
To build the PDF, just run make.
extractTexRefs.py
can help map \labels in the LaTeX source to numbers and links used in the PDF:
python3 extractTexRefs.py build/fimp.aux -o texRefs.json
- First, you need to build the
texlive-devdocker image. To do so, clone github:sharmaeklavya2/tex-from-docker and rundocker build -t texlive-dev dockerin that repository. - Then run
docker run -it -v $(pwd):/workspace texlive-devin this paper's repository. This will start a docker container, install the latex packages intexlive-packages.txtusingtlmgr, and drop you into a bash shell in the container. - From the bash shell, run
make. You can view the build log inbuild/fimp.log.