Differences between version 2 and previous revision of LatexMakefiles.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Wednesday, October 15, 2003 3:48:04 pm | by SamJansen | Revert |
Older page: | version 1 | Last edited on Wednesday, October 15, 2003 3:40:05 pm | by SamJansen | Revert |
@@ -46,4 +46,10 @@
Probably the most interesting thing about the above makefile is that it uses __--interaction batchmode__ as an argument to Latex. The rest is a fairly standard makefile. Things get a little more complex when Bibtex and automatic image conversion is added to the makefiles.
!!More Powerful Makefiles
+
+Because of all the crap that Latex and Bibtex outputs, SamJansen decided to create a directory structure for the report that kept all the "work" files away from the main directory.
+
+* ''images/'' contains all images and figures used in the report. All such images are converted to appropriate formats by the makefile in this directory.
+* ''work/'' is used when Latex and Bibtex is run. Therefore all the extraneous files like .toc and .aux and so on are put in here.
+* The root directory holds all .tex files and the main makefile.