summaryrefslogtreecommitdiff
path: root/support/autolatex/schemas/apps.autolatex.gschema.xml
blob: 6f4fb6b73f4075de36714199af793d261af44587 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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>