diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 36 | 
1 files changed, 36 insertions, 0 deletions
| @@ -0,0 +1,36 @@ +This directory contains the source files to typeset the article, and generate +the figures. This can be accomplished by running +  make + +The data pertaining to the Big, Medium and Simple equations in the figures were +generated using a program called 'simpleq' which will be released on +http://ian.jauslin.org at some point in the future. + +The bibliography can be generated using the BibTeX tool, from the database +'bibliography.bib'. + +* Dependencies: + +  pdflatex +  TeXlive packages: +    amsfonts +    array +    dsfont +    graphics +    hyperref +    latex +    pgf +    revtex (version 4.2) +    standalone +    xcolor +  GNU make +  BibTeX + +* Files: + +  Carlen_Holzmann_Jauslin_Lieb_2020.tex: +    main LaTeX file + +  figs: +    source code for the figures + | 
