소스 검색

added first draft for report

Martin Thoma 13 년 전
부모
커밋
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