From 58f0c01047b0ccf9ae37695e2c78dc10c8b76506 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 19 Oct 2016 13:08:32 -0700 Subject: [PATCH] fix simons typo --- .gitignore | 26 +++++++++++++++++++ Makefile | 6 ++--- ...nw => simons_genome_diversity_oct_2016.Rnw | 0 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 .gitignore rename simmons_genome_diversity_oct_2016.Rnw => simons_genome_diversity_oct_2016.Rnw (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3dc4cbf --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +auto +figure +*.aux +*.bbl +*.bcf +*.blg +*.fdb_latexmk +*.fls +*.log +*.out +simons_genome_diversity_oct_2016.pdf +simons_genome_diversity_oct_2016.tex +*.run.xml +*.rip +cache +*.lof +*.lot +*.toc +*.fff +*.ttt +references.bib +*.nav +*.snm +_minted* +*.pyg +*.vrb diff --git a/Makefile b/Makefile index a655bfc..b4f3840 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ #!/usr/bin/make -f -all: simmons_genome_diversity_oct_2016.pdf +all: simons_genome_diversity_oct_2016.pdf R ?= R @@ -15,8 +15,8 @@ R ?= R %.tex: %.Rnw $(R) --encoding=utf-8 -e "library('knitr'); knit('$<')" -simmons_genome_diversity_oct_2016.pdf: \ -simmons_genome_diversity_oct_2016.tex genome_diversity_paper figures +simons_genome_diversity_oct_2016.pdf: \ +simons_genome_diversity_oct_2016.tex genome_diversity_paper figures %.pdf: %.tex $(wildcard *.bib) $(wildcard *.tex) latexmk -f -pdf -pdflatex='xelatex -shell-escape -8bit -interaction=nonstopmode %O %S' -bibtex -use-make $< diff --git a/simmons_genome_diversity_oct_2016.Rnw b/simons_genome_diversity_oct_2016.Rnw similarity index 100% rename from simmons_genome_diversity_oct_2016.Rnw rename to simons_genome_diversity_oct_2016.Rnw -- 2.39.2