-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathorg.gnome.gedit.plugins.latex.gschema.xml
More file actions
80 lines (77 loc) · 2.76 KB
/
Copy pathorg.gnome.gedit.plugins.latex.gschema.xml
File metadata and controls
80 lines (77 loc) · 2.76 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<schemalist>
<enum id='org.gnome.gedit.plugins.latex.ToolbarMode'>
<value nick='normal' value='0'/>
<value nick='combined' value='1'/>
<value nick='disabled' value='2'/>
</enum>
<schema gettext-domain="gedit-plugins" id="org.gnome.gedit.plugins.latex" path="/org/gnome/gedit/plugins/latex/">
<key name="maximum-bibtex-size" type="i">
<default>500</default>
<summary>Maximum BibTeX Size</summary>
</key>
<key name="bibtex-outline-grouping" type="i">
<default>1</default>
</key>
<key name="outline-connect-to-editor" type="b">
<default>true</default>
<summary>Connect Outline to Editor</summary>
</key>
<key name="outline-show-labels" type="b">
<default>false</default>
<summary>Show Labels in Outline</summary>
</key>
<key name="outline-show-tables" type="b">
<default>true</default>
<summary>Show Tables in Outline</summary>
</key>
<key name="outline-show-graphics" type="b">
<default>true</default>
<summary>Show Graphics in Outline</summary>
</key>
<key name="issues-show-warnings" type="b">
<default>true</default>
<summary>Show Warnings in Issues</summary>
</key>
<key name="issues-show-tasks" type="b">
<default>true</default>
<summary>Show Tasks in Issues</summary>
</key>
<key name="hide-box-warnings" type="b">
<default>false</default>
<summary>Hide Box Warnings</summary>
</key>
<key name="toolbar-mode" enum="org.gnome.gedit.plugins.latex.ToolbarMode">
<default>'combined'</default>
<summary>Show LaTeX Toolbar below (normal), combined with the main toolbar, or disabled</summary>
</key>
<key name="expanded-symbol-groups" type="s">
<default>'Greek,Operators,Arrows,Special'</default>
<summary>Expanded Symbol Groups</summary>
</key>
<key name="latex-extensions" type="s">
<default>'.tex,.sty,.Rnw'</default>
<summary>LaTeX Extensions</summary>
</key>
<key name="graphics-extensions" type="s">
<default>'.eps,.pdf,.jpg,.jpeg,.gif,.png'</default>
<summary>Graphics File Extensions</summary>
</key>
<key name="graphics-paths" type="s">
<default>'.'</default>
<summary>Paths Relative to .tex File to Look for Graphics</summary>
</key>
<key name="extra-issue-commands" type="s">
<default>'fxnote'</default>
<summary>Extra LaTeX commands used to mark issues, such as \fxnote{foo}</summary>
</key>
<key name="light-foreground-color" type="s">
<default>'#957d47'</default>
</key>
<key name="recent-listing-language" type="s">
<default>'Python'</default>
</key>
<key name="recent-bibtex-style" type="s">
<default>'plain'</default>
</key>
</schema>
</schemalist>