File: AddonRegistry.xcs

package info (click to toggle)
libreoffice-texmaths 0.49-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,388 kB
  • sloc: sh: 67; xml: 32; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 2,289 bytes parent folder | download
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
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-schema oor:name="Registry" oor:package="ooo.ext.texmaths" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<component>
		<group oor:name="ProductInfo">
			<prop oor:name="ProductName" oor:type="xs:string"/>
		</group>
		<group oor:name="SystemInfo">
			<prop oor:name="PackageDir" oor:type="xs:string"/>
			<prop oor:name="LatexPath" oor:type="xs:string"/>
			<prop oor:name="XelatexPath" oor:type="xs:string"/>
			<prop oor:name="DvipngPath" oor:type="xs:string"/>
			<prop oor:name="DvisvgmPath" oor:type="xs:string"/>
			<prop oor:name="ConfigSaved" oor:type="xs:string"/>
			<prop oor:name="IgnorePreamble" oor:type="xs:string"/>
			<prop oor:name="WordVertAlign" oor:type="xs:string"/>
			<prop oor:name="BreakBeforeNum" oor:type="xs:string"/>
			<prop oor:name="CaptionLeftAlign" oor:type="xs:string"/>
			<prop oor:name="BreakAfterNum" oor:type="xs:string"/>
			<prop oor:name="EquationCaption" oor:type="xs:string"/>
			<prop oor:name="NumLevel" oor:type="xs:string"/>
			<prop oor:name="EqWriterKey" oor:type="xs:string"/>
			<prop oor:name="EqWriterCmd" oor:type="xs:string"/>
			<prop oor:name="NumEqWriterKey" oor:type="xs:string"/>
			<prop oor:name="NumEqWriterCmd" oor:type="xs:string"/>
			<prop oor:name="EqImpressKey" oor:type="xs:string"/>
			<prop oor:name="EqImpressCmd" oor:type="xs:string"/>
			<prop oor:name="EqDrawKey" oor:type="xs:string"/>
			<prop oor:name="EqDrawCmd" oor:type="xs:string"/>
			<prop oor:name="PositionX" oor:type="xs:string"/>
			<prop oor:name="PositionY" oor:type="xs:string"/>
			<prop oor:name="Width" oor:type="xs:string"/>
			<prop oor:name="Height" oor:type="xs:string"/>
			<prop oor:name="HelpPositionX" oor:type="xs:string"/>
			<prop oor:name="HelpPositionY" oor:type="xs:string"/>
			<prop oor:name="HelpWidth" oor:type="xs:string"/>
			<prop oor:name="HelpHeight" oor:type="xs:string"/>
			<prop oor:name="EditorFontSize" oor:type="xs:string"/>
			<prop oor:name="EditorFontName" oor:type="xs:string"/>
			<prop oor:name="Compiler" oor:type="xs:string"/>
			<prop oor:name="SymbolColor" oor:type="xs:string"/>
		</group>
	</component>
</oor:component-schema>