build:
    arara 2023-GreensFunctionSolutionForRetinaLaserExposure.tex

view:
  #! /usr/bin/env python
  from pathlib import Path
  from subprocess import Popen as run
  run(['zathura','2023-GreensFunctionSolutionForRetinaLaserExposure.pdf'])
