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:
Oliver Bolte 2006-07-13 08:16:43 +00:00
parent c61f026737
commit 76806096c7

View 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>