aboutsummaryrefslogtreecommitdiff
path: root/plugins/texcompile.lua
diff options
context:
space:
mode:
authorFrancesco Abbate <francesco.bbt@gmail.com>2021-09-18 12:36:34 +0200
committerFrancesco Abbate <francesco.bbt@gmail.com>2021-09-18 12:36:34 +0200
commitd406a2b6acd4376019561735825414bbbe6dea6a (patch)
tree26b3610db66fbbe7039152e915d02460f400c95f /plugins/texcompile.lua
parent30d80e91b312124b4c0c8823947e37d297aee769 (diff)
downloadlite-xl-plugins-d406a2b6acd4376019561735825414bbbe6dea6a.tar.gz
lite-xl-plugins-d406a2b6acd4376019561735825414bbbe6dea6a.zip
Add more comments for texcompile
Diffstat (limited to 'plugins/texcompile.lua')
-rw-r--r--plugins/texcompile.lua4
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:
--