aboutsummaryrefslogtreecommitdiffstats
path: root/LaTex/!readme.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'LaTex/!readme.asciidoc')
-rw-r--r--LaTex/!readme.asciidoc26
1 files changed, 26 insertions, 0 deletions
diff --git a/LaTex/!readme.asciidoc b/LaTex/!readme.asciidoc
new file mode 100644
index 0000000..af51bda
--- /dev/null
+++ b/LaTex/!readme.asciidoc
@@ -0,0 +1,26 @@
+
+
+LaTex 相關模板
+
+===== Makefile
+
+環境變數:
+
+* `SOURCE = source.tex` 設定 'LaTex' 源碼檔名
+* `TARGET = output` 設定生出來的 *pdf* 檔名
+
+[NOTE]
+`TARGET` 不需要給副檔名
+
+targets:
+
+* `all` 生成 *'<TARGET>'.pdf*
+* `view` 用kde-open 把輸出結果開起來(如有需要會先重新編譯)
+* `clean` 清除
+* `two` 編譯兩次, 如果有目錄的話可能會需要用到
+
+===== source.tex
+
+內容為一些我自己定義的設定, 參數設置等等. 另外還有用寫在註解裡面的小筆記
+
+