Rename w4l to w2lconfig
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@210 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
0433816d5b
commit
e666c4bc61
3 changed files with 5 additions and 8 deletions
|
@ -7,12 +7,12 @@
|
|||
<!-- Defines the w2l configuration packages -->
|
||||
<node oor:name="LaTeXOptions">
|
||||
<node oor:name="Configurations">
|
||||
<node oor:name="w4l-article" oor:op="replace">
|
||||
<node oor:name="w2l-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>
|
||||
<value>W2L: LaTeX article</value>
|
||||
</prop>
|
||||
<prop oor:name="ConfigURL" oor:type="xs:string">
|
||||
<value>%origin%/config/article.xml</value>
|
||||
|
@ -20,17 +20,14 @@
|
|||
</node>
|
||||
</node>
|
||||
<node oor:name="Templates">
|
||||
<node oor:name="w4l-article-template" oor:op="replace">
|
||||
<node oor:name="w2l-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>
|
||||
<value>w2l-article</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</oor:component-data>
|
||||
|
||||
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
</section>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US">This template contains a number of styles that corresponds to LaTeX code.
|
||||
If you use these styles and makes sure to use the configuration <emph>W4L: Article</emph> when you convert your document
|
||||
If you use these styles and makes sure to use the configuration <emph>W2L: Article</emph> when you convert your document
|
||||
(this is selected automatically) with Writer2LaTeX, you will get a result that resembles a handwritten LaTeX file.
|
||||
Note that hard formatting and any other styles will be ignored. The available styles are summarized in the following tables.
|
||||
</paragraph>
|
||||
|
|
Loading…
Add table
Reference in a new issue