Warning, /education/cantor/src/backends/sage/sagebackend.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="https://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="https://www.kde.org/standards/kcfg/1.0
0005                           https://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006   <include>QStandardPaths</include>
0007   <kcfgfile name="cantorrc"/>
0008   <group name="SageBackend">
0009     <entry name="Path" type="Url">
0010       <label>Path to the Sage executable</label>
0011       <default code="true">QUrl::fromLocalFile(QStandardPaths::findExecutable( QLatin1String("sage") ))</default>
0012     </entry>
0013     <entry name="allowLatex" type="Bool">
0014       <label>Enable LaTeX typesetting for Sage backend</label>
0015       <default>true</default>
0016     </entry>
0017     <entry name="integratePlots" type="Bool">
0018       <label>Integrate Plots into the Worksheet</label>
0019       <default>true</default>
0020     </entry>
0021     <entry name="inlinePlotFormat" type="Enum">
0022       <choices>
0023         <choice name="pdf"/>
0024         <choice name="png"/>
0025       </choices>
0026       <default>0</default>
0027     </entry>
0028     <entry name="plotWidth" type="Double">
0029       <label>Default plot width</label>
0030       <default>12.0</default>
0031     </entry>
0032     <entry name="plotHeight" type="Double">
0033       <label>Default plot height</label>
0034       <default>8.0</default>
0035     </entry>
0036     <entry name="autorunScripts" type="StringList">
0037       <label>List of scripts to autorun at the beginning of session</label>
0038     </entry>
0039   </group>
0040 </kcfg>