File: AddonRegistry.xcu

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 (111 lines) | stat: -rw-r--r-- 3,211 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" 
	xmlns:xs="http://www.w3.org/2001/XMLSchema" 
	oor:name="Registry" oor:package="ooo.ext.texmaths">
        <node oor:name="ProductInfo">
                <prop oor:name="ProductName" oor:type="xs:string">
                        <value>TexMaths</value>
                </prop>
	</node>
        <node oor:name="SystemInfo">
		<prop oor:name="PackageDir" oor:type="xs:string">
			<value>%origin%/</value>
		</prop>
		<prop oor:name="LatexPath" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="XelatexPath" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="DvipngPath" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="DvisvgmPath" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="ConfigSaved" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="WordVertAlign" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="IgnorePreamble" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="CaptionLeftAlign" oor:type="xs:string">
			<value>0</value>
		</prop>
		<prop oor:name="BreakBeforeNum" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="BreakAfterNum" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="EquationCaption" oor:type="xs:string">
			<value>Equation</value>
		</prop>
		<prop oor:name="NumLevel" oor:type="xs:string">
			<value>1</value>
		</prop>
		<prop oor:name="EqWriterKey" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="EqWriterCmd" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="NumEqWriterKey" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="NumEqWriterCmd" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="EqImpressKey" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="EqImpressCmd" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="EqDrawKey" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="EqDrawCmd" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="PositionX" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="PositionY" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="Width" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="Height" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="HelpPositionX" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="HelpPositionY" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="HelpWidth" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="HelpHeight" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="EditorFontName" oor:type="xs:string">
			<value></value>
		</prop>
		<prop oor:name="EditorFontSize" oor:type="xs:string">
			<value>12</value>
		</prop>
		<prop oor:name="Compiler" oor:type="xs:string">
			<value>latex</value>
		</prop>
		<prop oor:name="SymbolColor" oor:type="xs:string">
			<value>symbols-black</value>
		</prop>
	</node>
</oor:component-data>