diff options
author | Francesco Abbate <francesco.bbt@gmail.com> | 2021-09-18 12:36:34 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2021-09-18 12:36:34 +0200 |
commit | d406a2b6acd4376019561735825414bbbe6dea6a (patch) | |
tree | 26b3610db66fbbe7039152e915d02460f400c95f /plugins | |
parent | 30d80e91b312124b4c0c8823947e37d297aee769 (diff) | |
download | lite-xl-plugins-d406a2b6acd4376019561735825414bbbe6dea6a.tar.gz lite-xl-plugins-d406a2b6acd4376019561735825414bbbe6dea6a.zip |
Add more comments for texcompile
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/texcompile.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/texcompile.lua b/plugins/texcompile.lua index 000ce6c..0c19d1b 100644 --- a/plugins/texcompile.lua +++ b/plugins/texcompile.lua @@ -19,6 +19,10 @@ local keymap = require "core.keymap" -- -- as long as the commands are in your PATH. -- +-- Options can be passed as part of the command for example like in: +-- +-- latex_command = "latex -pdf -pdflatex -c". +-- -- On Windows, if the commands are not in your PATH, you may use the full path -- of the executable like, for example: -- |