Java 5 + Writer4LaTeX + bugfixes
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@11 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
be54e842f4
commit
9241a44f6c
83 changed files with 2373 additions and 631 deletions
36
source/oxt/writer4latex/W2LOptions.xcu
Normal file
36
source/oxt/writer4latex/W2LOptions.xcu
Normal file
|
@ -0,0 +1,36 @@
|
|||
<?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>
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue