From 5e93cc41fab3874bf782c5f8050fce53f4362eca Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Mon, 17 Oct 2022 21:29:44 -0400 Subject: v0.0 --- README | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..b0a17b2 --- /dev/null +++ b/README @@ -0,0 +1,54 @@ +This directory contains the source files to typeset the article, and generate +the figures. This can be accomplished by running + make + +This document uses a custom class file, located in the 'libs' directory, which +defines a number of commands. Most of these are drop-in replacements for those +defined in the 'article' class. + +The data for some of the figures was generated using 'photocomp', which is a +program written by the authors to solve the Schrodinger equation numerically +for this problem. It has not been released, so the raw data files are included +for those who may want to modify the figures. + +The bibliography is managed by BibTeX, using the database file +'bibliography.bib'. + + +* Dependencies: + + pdflatex + TeXlive packages: + amsfonts + amsmath + amsthm + authblk + array + color + doublestroke + graphics + hyperref + latex + natbib + pgf + standalone + BibTeX + GNU make + gnuplot + + +* Files: + + Costin_Costin_Jauslin_Lebowitz_2022.tex: + main LaTeX file + + bibliography.bib + BibTeX database file + + figs: + source code for the figures + + apsrev4-2_mod.bst: + modified BibTeX style file, adapted from apsrev4-2.bst, which is a part of + revtex, and is published under the LaTeX Project Public License + Distributed. The original is available from https://ctan.org/pkg/revtex -- cgit v1.2.3-70-g09d2