diff --git a/makefile-templates/Makefile.lecture b/makefile-templates/Makefile.lecture index ad366e9..a22063c 100644 --- a/makefile-templates/Makefile.lecture +++ b/makefile-templates/Makefile.lecture @@ -187,15 +187,8 @@ ################################################################################ # -# Specify LaTeX document options. Uncomment DRAFT to set draft mode in LaTeX. -# Set the values of FONT_SIZE and PAPER_SIZE to appropriate LaTeX values if -# you want something other than the defaults (12pt, a4paper). Use LATEX_OPTS -# (comma-separated list) for any document class options that you want to set -# /other than/ draft, font size and paper size. +# Specify LaTeX document options (comma-separated list). # -#DRAFT=draft -#FONT_SIZE= -#PAPER_SIZE= LATEX_OPTS= #