From 609afd96f4069c69945fedcdfa7787ae4f7de967 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Sat, 4 Apr 2020 02:21:04 -0400 Subject: attempted (but wrong) start of solution --- Makefile | 6 ++++-- com.tex | 34 ++++++++++++++++++++++++++++++++++ execsumm/document.tex | 39 +++++++++++++++++++++++++++++++++++++++ progreport/document.tex | 34 +--------------------------------- 4 files changed, 78 insertions(+), 35 deletions(-) create mode 100644 com.tex diff --git a/Makefile b/Makefile index 934cbc4..6c54cba 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,12 @@ .POSIX: .SUFFIXES: .tex .pdf all: progreport/document.pdf execsumm/document.pdf -progreport/document.pdf: progreport/document.tex format.tex -execsumm/document.pdf: execsumm/document.tex format.tex +progreport/document.pdf: progreport/document.tex format.tex com.tex +execsumm/document.pdf: execsumm/document.tex format.tex com.tex .tex.pdf: cd ${@D} && pdftex --jobname ${*F} ${