2 <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.plugin" path="/org/gnome/gnumeric/plugin/">
3 <child name="latex" schema="org.gnome.gnumeric.plugin.latex"/>
4 <child name="lpsolve" schema="org.gnome.gnumeric.plugin.lpsolve"/>
5 <child name="glpk" schema="org.gnome.gnumeric.plugin.glpk"/>
7 <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.plugin.latex" path="/org/gnome/gnumeric/plugin/latex/">
8 <key name="use-utf8" type="b">
9 <default>false</default>
10 <_summary>Use UTF-8 in LaTeX Export</_summary>
11 <_description>This setting determines whether created LaTeX files use UTF-8 (unicode) or ISO-8859-1 (Latin1). To use the UTF-8 files, you must have the ucs LaTeX package installed.</_description>
14 <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.plugin.lpsolve" path="/org/gnome/gnumeric/plugin/lpsolve/">
15 <key name="lpsolve-path" type="s">
17 <_summary>Full path of lp_solve program to use</_summary>
18 <_description>This is the full path to the lp_solve binary that the lpsolve plugin should use.</_description>
21 <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.plugin.glpk" path="/org/gnome/gnumeric/plugin/glpk/">
22 <key name="glpsol-path" type="s">
24 <_summary>Full path of glpsol program to use</_summary>
25 <_description>This is the full path to the glpsol binary that the lpsolve plugin should use.</_description>