소스 검색

Protokoll hinzugefügt

Martin Thoma 12 년 전
부모
커밋
ac959a1158
3개의 변경된 파일125개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      documents/protokoll/Makefile
  2. 1 0
      documents/protokoll/README.md
  3. 116 0
      documents/protokoll/protokoll.tex

+ 8 - 0
documents/protokoll/Makefile

@@ -0,0 +1,8 @@
+SOURCE = protokoll
+
+make:
+	pdflatex $(SOURCE).tex -output-format=pdf
+	make clean
+
+clean:
+	rm -rf  $(TARGET) *.class *.html *.log *.aux *.out *.toc

+ 1 - 0
documents/protokoll/README.md

@@ -0,0 +1 @@
+* [CTAN Protocol](http://www.ctan.org/pkg/protocol)

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 116 - 0
documents/protokoll/protokoll.tex