actually producting pdf files. In each chapter directory, copy.tex is the source file for the chapter. A makefile should exist in each of these directories, and this when supplied the arg copy will make all images form dia/gnuplot etc
10 lines
67 B
Makefile
10 lines
67 B
Makefile
|
|
|
|
|
|
all:
|
|
pdflatex thesis
|
|
acroread thesis.pdf
|
|
|
|
bib:
|
|
bibtex thesis
|