Skip to content

Commit

Permalink
Make a version for submission to an AGU journal
Browse files Browse the repository at this point in the history
Need to put author information into the separate tex files since they
are in different formats. We'll have to change the citation style for
final submission but for initial one this is fine.
  • Loading branch information
leouieda committed Jun 5, 2023
1 parent 9d15742 commit a8b0cee
Show file tree
Hide file tree
Showing 7 changed files with 2,531 additions and 35 deletions.
4 changes: 2 additions & 2 deletions paper/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Rules for compiling the PDF from the LaTeX sources and displaying the output

### Documents to build
PDF = preprint.pdf
PDF = preprint.pdf manuscript-agu.pdf
### File Types (for dependencies)
TEX = $(wildcard *.tex)
TEX = $(filter-out $(PDF:.pdf=.tex), $(wildcard *.tex))
BIB = $(wildcard *.bib)
FIG = $(wildcard figures/*)

Expand Down
Loading

0 comments on commit a8b0cee

Please sign in to comment.