Auto Complie tool for LaTeX
- PyYAML == 3.12
- watchdog == 0.8.3
aclatex.yamlに以下の設定を記述する
- file_name: 監視したいファイル名
- dir_path : 監視したいファイルのあるディレクトリへの絶対パス
- interval : ファイル監視のインターバル(秒)
file_name: sample.tex # 監視するファイル
dir_path: /home/sample/ # sample.texのあるディレクトリ
interval: 2 # 2秒のインターバル続いて、以下のコマンドを実行
python aclatex.pyMIT License