ソースを参照

katex

tags/CANDIDATE
Jeremy Theler 7年前
コミット
0725e9881d
2個のファイルの変更2行の追加1行の削除
  1. +1
    -1
      make.sh
  2. +1
    -0
      upload.sh

+ 1
- 1
make.sh ファイルの表示

@@ -123,7 +123,7 @@ for format in ${formats}; do
fi
elif [[ "${format}" == "html" ]]; then
template_file="${template}.html"
flags="${flags} --mathjax"
flags="${flags} --katex"
else
template_file="${template}.${format}"
fi

+ 1
- 0
upload.sh ファイルの表示

@@ -0,0 +1 @@
rsync -avz --progress nafems4.html seamplex.com:/home/admin/discostu/jimbo/docs/nafems4

読み込み中…
キャンセル
保存