diff options
-rw-r--r-- | Makefile | 9 | ||||
-rw-r--r-- | logbook2.tex | 68 |
2 files changed, 2 insertions, 75 deletions
@@ -5,8 +5,7 @@ PDFTEX = pdftex PY = python3 -PDF = report.pdf poster.pdf logbook.pdf report2.pdf poster2.pdf \ -logbook2.pdf +PDF = report.pdf poster.pdf logbook.pdf report2.pdf poster2.pdf all: $(PDF) TABLE = gen/deathtable.i gen/deathtable2.i gen/table.i gen/pvals.i @@ -47,10 +46,6 @@ img/final-settlement-fake-pits.jpg img/2019-12-13-3.jpg \ img/overhead-fake-pits.jpg img/Overhead-with-obstacle.jpg \ img/corner-settle.jpg img/fake-pits.jpg img/a.jpg img/code.png -logbook2.pdf: src/research2.i src/biblio.i src/hypo2.i src/mats2.i \ -src/vars2.i src/methods2.i imgs graph/depth_width.png \ -graph/nearest_neighbor.png report/tables.i src/conc2.i src/bullets.i - report.pdf logbook.pdf: img/2019-10-30-1.jpg img/2019-11-21-1.jpg \ img/2019-11-21-2.jpg img/2019-11-21-3.jpg img/2019-12-02-1.jpg src/conc.i \ img/2019-12-13-1.jpg img/rot fmt/doc.h report/tables.i @@ -61,7 +56,7 @@ report.pdf poster.pdf logbook.pdf: fmt/font.h src/mats.i \ img/2019-12-02-2.jpg img/2019-10-18-2.jpg img/2019-10-18-1.jpg \ img/2019-11-21-4.jpg img/2019-12-13-2.jpg -report2.pdf logbook2.pdf: fmt/doc.h +report2.pdf: fmt/doc.h $(PDF): $(TABLE) fmt/com.h fmt/font.h imgs graph/made tables.i diff --git a/logbook2.tex b/logbook2.tex deleted file mode 100644 index 009e2c5..0000000 --- a/logbook2.tex +++ /dev/null @@ -1,68 +0,0 @@ -% Should generate a logbook and replace assets/logbook.pdf - -\input fmt/doc.h -\input fmt/com.h -\let\bf\fourteenbf -\let\bold\bf -\def\abreak{\bigbreak\filbreak\medbreak} - -\noindent{\bf Background Research:} - -\input src/research2.i - - \abreak - -{\input src/biblio.i\relax} - - \abreak - -\input src/hypo2.i - - \abreak - -\noindent{\bf Materials:} - -\input src/mats2.i - - \abreak - -\noindent{\bf Independent and Dependent Variables:} - -\input src/vars2.i - - \abreak - -\noindent{\bf Procedure:} - -\input src/methods2.i - - \abreak - -\noindent{\bf Graphs:} - -\twopicture{imgs/2019-10-16.png}{imgs/2019-10-30.png}{} -\twopicture{imgs/2019-12-3.png}{imgs/2019-12-5.png}{} -\twopicture{imgs/2019-12-19.png}{imgs/2019-12-20.png}{Voronoi diagrams showing the territory of each antlion that formed a pit and well as the location, depth, and width of each pit} - -\picture{graph/depth_width.png}{Shows pit depth and width in relation to the square root of the trial area (bigger dots mean more pits of that size)} -\picture{graph/nearest_neighbor.png}{Shows the average nearest neighbor calculation for each trial group in relation to the square root of trial area, to create a ratio} - -\abreak - -\noindent{\bf Tables:} - -\input report2/tables.i - - \abreak - -\noindent{\bf Conclusion:} - -\input src/conc2.i - - \abreak - -\noindent{\bf Experimental Notes:} - -\input src/bullets.i - -\bye |