w2phtml/source/oxt/writer4latex/W2LOptions.xcu
henrikjust 9241a44f6c Java 5 + Writer4LaTeX + bugfixes
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@11 f0f2a975-2e09-46c8-9428-3b39399b9f3c
2009-03-30 07:38:37 +00:00

36 lines
No EOL
1.3 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<oor:component-data oor:name="Options"
oor:package="org.openoffice.da.Writer2LaTeX"
xml:lang="en-US"
xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<!-- Defines the w2l configuration packages -->
<node oor:name="LaTeXOptions">
<node oor:name="Configurations">
<node oor:name="w4l-article" oor:op="replace">
<prop oor:name="LockedOptions" oor:type="xs:string">
<value></value>
</prop>
<prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true">
<value>W4L: LaTeX article</value>
</prop>
<prop oor:name="ConfigURL" oor:type="xs:string">
<value>%origin%/config/article.xml</value>
</prop>
</node>
</node>
<node oor:name="Templates">
<node oor:name="w4l-article-template" oor:op="replace">
<prop oor:name="TemplateName" oor:type="xs:string">
<value>LaTeX-article</value>
</prop>
<prop oor:name="ConfigName" oor:type="xs:string">
<value>w4l-article</value>
</prop>
</node>
</node>
</node>
</oor:component-data>