w2phtml/source/oxt/writer4latex/Options.xcu
henrikjust 905918aaf2 JabRef support
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@84 f0f2a975-2e09-46c8-9428-3b39399b9f3c
2011-01-25 15:56:13 +00:00

106 lines
No EOL
3.7 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<oor:component-data oor:name="Options"
oor:package="org.openoffice.da.Writer4LaTeX"
xml:lang="en-US"
xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<node oor:name="Applications">
<node oor:name="LaTeX" oor:type="xs:string">
<prop oor:name="Executable">
<value>latex</value>
</prop>
<prop oor:name="Options">
<value>--interaction=batchmode %s</value>
</prop>
</node>
<node oor:name="PdfLaTeX" oor:type="xs:string">
<prop oor:name="Executable">
<value>pdflatex</value>
</prop>
<prop oor:name="Options">
<value>--interaction=batchmode %s</value>
</prop>
</node>
<node oor:name="XeLaTeX" oor:type="xs:string">
<prop oor:name="Executable">
<value>xelatex</value>
</prop>
<prop oor:name="Options">
<value>--interaction=batchmode %s</value>
</prop>
</node>
<node oor:name="BibTeX" oor:type="xs:string">
<prop oor:name="Executable">
<value>bibtex</value>
</prop>
<prop oor:name="Options">
<value>%s</value>
</prop>
</node>
<node oor:name="Makeindex" oor:type="xs:string">
<prop oor:name="Executable">
<value>makeindex</value>
</prop>
<prop oor:name="Options">
<value>%s</value>
</prop>
</node>
<node oor:name="Mk4ht" oor:type="xs:string">
<prop oor:name="Executable">
<value>mk4ht</value>
</prop>
<prop oor:name="Options">
<value>oolatex %s</value>
</prop>
</node>
<node oor:name="Dvips" oor:type="xs:string">
<prop oor:name="Executable">
<value>dvips</value>
</prop>
<prop oor:name="Options">
<value>%s</value>
</prop>
</node>
<node oor:name="DVIViewer" oor:type="xs:string">
<prop oor:name="Executable">
<value>evince</value>
</prop>
<prop oor:name="Options">
<value>%s</value>
</prop>
</node>
<node oor:name="PostscriptViewer" oor:type="xs:string">
<prop oor:name="Executable">
<value>evince</value>
</prop>
<prop oor:name="Options">
<value>%s</value>
</prop>
</node>
<node oor:name="PdfViewer" oor:type="xs:string">
<prop oor:name="Executable">
<value>evince</value>
</prop>
<prop oor:name="Options">
<value>%s</value>
</prop>
</node>
</node>
<node oor:name="BibliographyOptions">
<prop oor:name="UseExternalBibTeXFiles" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="ConvertZoteroCitations" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="ConvertJabRefCitations" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="NatbibOptions" oor:type="xs:string">
<value></value>
</prop>
<prop oor:name="BibTeXDir" oor:type="xs:string">
<value></value>
</prop>
</node>
</oor:component-data>