INTEGRATION: CWS latex (1.1.2); FILE ADDED
2006/04/06 13:57:41 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter
This commit is contained in:
parent
c61f026737
commit
76806096c7
1 changed files with 57 additions and 0 deletions
57
xmerge/source/writer2latex/source/META-INF/converter.xml
Normal file
57
xmerge/source/writer2latex/source/META-INF/converter.xml
Normal file
|
@ -0,0 +1,57 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
#
|
||||
# converter.xml
|
||||
#
|
||||
# This library is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU Lesser General Public
|
||||
# License version 2.1, as published by the Free Software Foundation.
|
||||
#
|
||||
# This library is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# Lesser General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Lesser General Public
|
||||
# License along with this library; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||||
# MA 02111-1307 USA
|
||||
#
|
||||
# Copyright: 2001-2004 by Henrik Just
|
||||
#
|
||||
# All Rights Reserved.
|
||||
#
|
||||
-->
|
||||
<converters>
|
||||
<converter type="staroffice/sxw" version="1.0">
|
||||
<converter-display-name>
|
||||
LaTeX 2e
|
||||
</converter-display-name>
|
||||
<converter-description>
|
||||
OpenOffice Writer XML to LaTeX 2e conversion
|
||||
</converter-description>
|
||||
<converter-vendor>
|
||||
Henrik Just (henrikjust@openoffice.org)
|
||||
</converter-vendor>
|
||||
<converter-class-impl>
|
||||
writer2latex.latex.PluginFactoryImpl
|
||||
</converter-class-impl>
|
||||
<converter-target type="application/x-latex" />
|
||||
</converter>
|
||||
<converter type="staroffice/sxw" version="1.0">
|
||||
<converter-display-name>
|
||||
BibTeX data file
|
||||
</converter-display-name>
|
||||
<converter-description>
|
||||
OpenOffice Writer XML to BibTeX conversion
|
||||
</converter-description>
|
||||
<converter-vendor>
|
||||
Henrik Just (henrikjust@openoffice.org)
|
||||
</converter-vendor>
|
||||
<converter-class-impl>
|
||||
writer2latex.bibtex.PluginFactoryImpl
|
||||
</converter-class-impl>
|
||||
<converter-target type="application/x-bibtex" />
|
||||
</converter>
|
||||
</converters>
|
||||
|
Loading…
Reference in a new issue