浏览代码

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
 #!/bin/bash
 rm -r build 
 rm -r build 
 mkdir build
 mkdir build