manus_continuum_granular1

manuscript files for first continuum-till paper
git clone git://src.adamsgaard.dk/manus_continuum_granular1
Log | Files | Refs

commit 202c653ab9876607f5cf86b6daab69c8a65c1ff0
parent b37ba93696cb3857fc24404fcafa64b64e20a830
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 30 Sep 2019 16:23:41 +0200

Merge branch 'master' of https://git.overleaf.com/5d108663123e620bea96dc22

Diffstat:
MBIBnew.bib | 15+++++++--------
MMakefile | 6+++---
2 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/BIBnew.bib b/BIBnew.bib @@ -11,14 +11,13 @@ } @article{Fricker2016, - title={A decade of progress in observing and modelling {A}ntarctic subglacial water systems}, - author={Fricker, H. A. and Siegfried, M. R. and Carter, S. P. and Scambos, T. - A.}, - journal={Phil. Trans. R. Soc. A}, - volume={374}, - number={2059}, - pages={20140294}, - year={2016}, + title={A decade of progress in observing and modelling {A}ntarctic subglacial water systems}, + author={Fricker, H. A. and Siegfried, M. R. and Carter, S. P. and Scambos, T. A.}, + journal={Phil. Trans. R. Soc. A}, + volume={374}, + number={2059}, + pages={20140294}, + year={2016}, } @Article{Aharonov2002, diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ NAME=continuum-granular-manuscript1 DEPS=$(NAME).tex -$(NAME).pdf: $(DEPS) BIBnew.bib ~/articles/own/BIBnew.bib +$(NAME).pdf: $(DEPS) BIBnew.bib latexmk -pdf $(NAME).tex .PHONY: auto @@ -11,11 +11,11 @@ auto: $(DEPS) .PHONY: edit edit: $(DEPS) - $$EDITOR $< + $$EDITOR $(DEPS) .PHONY: view view: $(NAME).pdf - xdg-open $< & + xdg-open $(NAME).pdf & BIBnew.bib: $(NAME).tex cp ~/articles/own/BIBnew.bib $@