summaryrefslogtreecommitdiff
path: root/support/autolatex/schemas/apps.autolatex.gschema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'support/autolatex/schemas/apps.autolatex.gschema.xml')
-rw-r--r--support/autolatex/schemas/apps.autolatex.gschema.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/support/autolatex/schemas/apps.autolatex.gschema.xml b/support/autolatex/schemas/apps.autolatex.gschema.xml
new file mode 100644
index 0000000000..6f4fb6b73f
--- /dev/null
+++ b/support/autolatex/schemas/apps.autolatex.gschema.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schemalist>
+ <schema id="apps.autolatex" path="/apps/autolatex/">
+ <key type="s" name="autolatex-cmd">
+ <default>""</default>
+ <summary>Path to autolatex</summary>
+ <description>This is the absolute path to the binary 'autolatex'.</description>
+ </key>
+ <key type="s" name="autolatex-backend-cmd">
+ <default>""</default>
+ <summary>Path to autolatex-backend</summary>
+ <description>This is the absolute path to the binary 'autolatex-backend'.</description>
+ </key>
+ <key type="b" name="force-synctex">
+ <default>true</default>
+ <summary>Force the use of SyncTeX</summary>
+ <description>Indicates if SyncTeX must be used, even if the configuration files are set to not use it.</description>
+ </key>
+ <key type="b" name="show-progress-info">
+ <default>true</default>
+ <summary>Enable or disable the progress info</summary>
+ <description>Indicates a progress info should be displayed when long-time operations are processing.</description>
+ </key>
+ <key type="b" name="save-before-run-autolatex">
+ <default>true</default>
+ <summary>Save the document before running AutoLaTeX</summary>
+ <description>Indicates if the documents should be saved before launching AutoLaTeX</description>
+ </key>
+ </schema>
+</schemalist>