This folder contains the figures and LaTeX sources for the paper building upon the GJI LaTeX template.
The text is in file four-phase-inversion.tex
, references are handled by bibtex and
stored in references.bib
, and the Makefile
has the commands for building
the PDF (using the build automation tool
make).
We recommend using make to build the PDF because it handles the file dependencies. This way, the PDF in only regenerated if any of the source or figure files change.
-
Build the
four-phase-inversion.pdf
(all output files are placed in theoutput
folder):make
-
Open
four-phase-inversion.pdf
in a PDF viewer (only works on Linux [requiresxdg-open
] and Mac):make show
-
Estimate the number of words in the paper (only counts words in
four-phase-inversion.tex
):make wc
-
Remove all files generated by the build process:
make clean