################################################# # configuration file for Sweave and tex Makefile # Manuel Koller, 10.02.11 # # 1) set master file: all files for which a .pdf should be produced. # if, for example, 'master.tex' is the master file # uncomment the next three lines to set master file explicitly: #ifndef TEX_MASTER # TEX_MASTER = results #endif # 2) automatic inclusion of files in subdirectories # should all files in subdirectories be included when sweaving? # if no, uncomment the following line else comment it NO_SUBDIRS = T # 3) custom dependencies # To track dependencies not automatically found by this # Makefile, add them below (multiple files separated by space) # run make add-deps to try to add dependencies automatically #DEPENDS = examResults.RData # 4) files to be ignored, e.g., not to be sweaved # separate multiple files by space #IGNORE = # 5) force encoding for Sweave # to avoid warnings like # "Warning: ‘ex.Rnw’ has unknown encoding: assuming Latin-1" # uncomment the following line # ENCODING = UTF-8