소스 검색

Update latex.sh

Joshua Murphy 7 년 전
부모
커밋
119ce05d76
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      latex.sh

+ 4 - 0
latex.sh

@@ -1,3 +1,7 @@
+# latex.sh
+# A script for converting Markdown files in each of the subdirectories into a unified PDF typeset in LaTeX. 
+# Requires TexLive, Pandoc templates and pdfunite. Not necessary if you just want to read the PDF, only if you're compiling it yourself.
+
 #!/bin/bash
 rm -r build 
 mkdir build