浏览代码

added first draft for report

Martin Thoma 12 年之前
父节点
当前提交
e92df830d3
共有 2 个文件被更改,包括 77 次插入0 次删除
  1. 9 0
      documents/report-template/Makefile
  2. 68 0
      documents/report-template/report-template.tex

+ 9 - 0
documents/report-template/Makefile

@@ -0,0 +1,9 @@
+SOURCE = report-template
+
+make:
+	pdflatex $(SOURCE).tex -output-format=pdf
+	pdflatex $(SOURCE).tex -output-format=pdf # re-processing is necessary for table of contents
+	make clean
+
+clean:
+	rm -rf  $(TARGET) *.class *.html *.log *.aux *.out *.toc

文件差异内容过多而无法显示
+ 68 - 0
documents/report-template/report-template.tex