Fixed mistakes in previous commits
|
@ -296,7 +296,7 @@ public class XhtmlConfig extends writer2latex.base.ConfigBase {
|
|||
options[DOCUMENT_ICON] = new Option("document_icon","");
|
||||
options[HEADING_TAGS] = new Option("heading_tags","sections");
|
||||
options[PAGE_TAGS] = new Option("page_tags","div");
|
||||
options[EXPORT_LETTER_SPACING] = new Option("export_letter_spacing","false");
|
||||
options[EXPORT_LETTER_SPACING] = new BooleanOption("export_letter_spacing","false");
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -1,83 +0,0 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Addons" oor:package="org.openoffice.Office">
|
||||
<!-- Defines the menus and toolbars provided by Writer2LaTeX -->
|
||||
<node oor:name="AddonUI">
|
||||
<node oor:name="OfficeToolBar">
|
||||
<node oor:name="org.openoffice.da.writer2latex.OfficeToolBar" oor:op="replace">
|
||||
<node oor:name="button1" oor:op="replace">
|
||||
<prop oor:name="Context" oor:type="xs:string">
|
||||
<value>com.sun.star.text.TextDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Insert BibTeX citation</value>
|
||||
<value xml:lang="da">Indsæt BibTeX-reference</value>
|
||||
</prop>
|
||||
<prop oor:name="Target" oor:type="xs:string">
|
||||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>org.openoffice.da.writer2latex:InsertBibTeX</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
||||
<value>%origin%/icons/bibtex</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name="button2" oor:op="replace">
|
||||
<prop oor:name="Context" oor:type="xs:string">
|
||||
<value>com.sun.star.text.TextDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Publish to LaTeX</value>
|
||||
<value xml:lang="da">Publicer til LaTeX</value>
|
||||
</prop>
|
||||
<prop oor:name="Target" oor:type="xs:string">
|
||||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>org.openoffice.da.writer2latex:ProcessDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
||||
<value>%origin%/icons/latex</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name="button3" oor:op="replace">
|
||||
<prop oor:name="Context" oor:type="xs:string">
|
||||
<value>com.sun.star.text.TextDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="en-US">View log files</value>
|
||||
<value xml:lang="da">Vis logfiler</value>
|
||||
</prop>
|
||||
<prop oor:name="Target" oor:type="xs:string">
|
||||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>org.openoffice.da.writer2latex:ViewLog</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
||||
<value>%origin%/icons/log</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name="button4" oor:op="replace">
|
||||
<prop oor:name="Context" oor:type="xs:string">
|
||||
<value>com.sun.star.text.TextDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Edit custom format</value>
|
||||
<value xml:lang="da">Rediger brugerdefineret format</value>
|
||||
</prop>
|
||||
<prop oor:name="Target" oor:type="xs:string">
|
||||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>.uno:OptionsTreeDialog?OptionsPageURL:string=%origin%/W2LDialogs2/Documentclass.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
||||
<value>%origin%/icons/custom</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
|
||||
</oor:component-data>
|
|
@ -1,88 +0,0 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Addons" oor:package="org.openoffice.Office">
|
||||
<!-- Defines the menus and toolbars provided by Writer2LaTeX -->
|
||||
<node oor:name="AddonUI">
|
||||
<node oor:name="OfficeToolBar">
|
||||
<node oor:name="org.openoffice.da.writer2latex.OfficeToolBar.AOO4" oor:op="replace">
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Writer2LaTeX</value>
|
||||
</prop>
|
||||
<node oor:name="ToolBarItems">
|
||||
<node oor:name="button1" oor:op="replace">
|
||||
<prop oor:name="Context" oor:type="xs:string">
|
||||
<value>com.sun.star.text.TextDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Insert BibTeX citation</value>
|
||||
<value xml:lang="da">Indsæt BibTeX-reference</value>
|
||||
</prop>
|
||||
<prop oor:name="Target" oor:type="xs:string">
|
||||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>org.openoffice.da.writer2latex:InsertBibTeX</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
||||
<value>%origin%/icons/bibtex</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name="button2" oor:op="replace">
|
||||
<prop oor:name="Context" oor:type="xs:string">
|
||||
<value>com.sun.star.text.TextDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Publish to LaTeX</value>
|
||||
<value xml:lang="da">Publicer til LaTeX</value>
|
||||
</prop>
|
||||
<prop oor:name="Target" oor:type="xs:string">
|
||||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>org.openoffice.da.writer2latex:ProcessDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
||||
<value>%origin%/icons/latex</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name="button3" oor:op="replace">
|
||||
<prop oor:name="Context" oor:type="xs:string">
|
||||
<value>com.sun.star.text.TextDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="en-US">View log files</value>
|
||||
<value xml:lang="da">Vis logfiler</value>
|
||||
</prop>
|
||||
<prop oor:name="Target" oor:type="xs:string">
|
||||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>org.openoffice.da.writer2latex:ViewLog</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
||||
<value>%origin%/icons/log</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name="button4" oor:op="replace">
|
||||
<prop oor:name="Context" oor:type="xs:string">
|
||||
<value>com.sun.star.text.TextDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Edit custom format</value>
|
||||
<value xml:lang="da">Rediger brugerdefineret format</value>
|
||||
</prop>
|
||||
<prop oor:name="Target" oor:type="xs:string">
|
||||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>.uno:OptionsTreeDialog?OptionsPageURL:string=%origin%/W2LDialogs2/Documentclass.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
||||
<value>%origin%/icons/custom</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
|
||||
</oor:component-data>
|
|
@ -1,73 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "Manifest.dtd">
|
||||
<manifest:manifest>
|
||||
<manifest:file-entry
|
||||
manifest:full-path="writer2latex-filter.jar"
|
||||
manifest:media-type="application/vnd.sun.star.uno-component;type=Java"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="w2l_types.xcu"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="w2l_filters.xcu"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="ToolbarOptionPages.xcu"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="OptionPages.xcu"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="Options.xcs"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-schema"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="Options.xcu"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="ToolbarOptions.xcs"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-schema"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="ToolbarOptions.xcu"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="ProtocolHandler.xcu"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="Addons.xcu"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="AddonsAOO4.xcu"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="Office/UI/WriterWindowState.xcu"
|
||||
manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="W2LDialogs/"
|
||||
manifest:media-type="application/vnd.sun.star.basic-library"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="W2LDialogs2/"
|
||||
manifest:media-type="application/vnd.sun.star.basic-library"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="writer2latex.rdb"
|
||||
manifest:media-type="application/vnd.sun.star.uno-typelibrary;type=RDB"/>
|
||||
|
||||
<manifest:file-entry
|
||||
manifest:full-path="help"
|
||||
manifest:media-type="application/vnd.sun.star.help"/>
|
||||
|
||||
</manifest:manifest>
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
oor:name="WriterWindowState"
|
||||
oor:package="org.openoffice.Office.UI">
|
||||
<node oor:name="UIElements">
|
||||
<node oor:name="States">
|
||||
<node oor:name="private:resource/toolbar/addon_org.openoffice.da.writer2latex.OfficeToolBar" oor:op="replace">
|
||||
<prop oor:name="UIName" oor:type="xs:string">
|
||||
<value>Writer2LaTeX</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</oor:component-data>
|
|
@ -1,242 +0,0 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
|
||||
<oor:component-data oor:name="OptionsDialog" oor:package="org.openoffice.Office"
|
||||
xmlns:oor="http://openoffice.org/2001/registry"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
|
||||
<node oor:name="Modules">
|
||||
<!-- This node should appear in the Writer module -->
|
||||
<node oor:name="com.sun.star.text.TextDocument" oor:op="fuse">
|
||||
<node oor:name="Nodes">
|
||||
<node oor:name="org.openoffice.da.writer2latex.configuration"
|
||||
oor:op="fuse">
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
|
||||
<node oor:name="Nodes">
|
||||
|
||||
<!-- We define a single root node -->
|
||||
<node oor:name="org.openoffice.da.writer2latex.configuration"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2latex.configuration</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Writer2LaTeX</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2LDialogs2/ConfigurationRoot.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2latex.ConfigurationDialog</value>
|
||||
</prop>
|
||||
|
||||
<node oor:name="Leaves">
|
||||
<!-- and the root node has several leaves -->
|
||||
|
||||
<node oor:name="org.openoffice.da.writer2latex.configuration.documentclass"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2latex.configuration.documentclass</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupId">
|
||||
<value>org.openoffice.da.writer2latex.configuration</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupIndex">
|
||||
<value>0</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Documentclass</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2LDialogs2/Documentclass.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2latex.ConfigurationDialog</value>
|
||||
</prop>
|
||||
</node>
|
||||
|
||||
<node oor:name="org.openoffice.da.writer2latex.configuration.headings"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2latex.configuration.headings</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupId">
|
||||
<value>org.openoffice.da.writer2latex.configuration</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupIndex">
|
||||
<value>1</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Headings</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2LDialogs2/Headings.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2latex.ConfigurationDialog</value>
|
||||
</prop>
|
||||
</node>
|
||||
|
||||
<node oor:name="org.openoffice.da.writer2latex.configuration.styles"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2latex.configuration.styles</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupId">
|
||||
<value>org.openoffice.da.writer2latex.configuration</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupIndex">
|
||||
<value>2</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Styles</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2LDialogs2/Styles.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2latex.ConfigurationDialog</value>
|
||||
</prop>
|
||||
</node>
|
||||
|
||||
<node oor:name="org.openoffice.da.writer2latex.configuration.characters"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2latex.configuration.characters</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupId">
|
||||
<value>org.openoffice.da.writer2latex.configuration</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupIndex">
|
||||
<value>3</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Characters</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2LDialogs2/Characters.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2latex.ConfigurationDialog</value>
|
||||
</prop>
|
||||
</node>
|
||||
|
||||
<node oor:name="org.openoffice.da.writer2latex.configuration.fonts"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2latex.configuration.fonts</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupId">
|
||||
<value>org.openoffice.da.writer2latex.configuration</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupIndex">
|
||||
<value>4</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Fonts</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2LDialogs2/Fonts.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2latex.ConfigurationDialog</value>
|
||||
</prop>
|
||||
</node>
|
||||
|
||||
<node oor:name="org.openoffice.da.writer2latex.configuration.pages"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2latex.configuration.pages</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupId">
|
||||
<value>org.openoffice.da.writer2latex.configuration</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupIndex">
|
||||
<value>5</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Pages</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2LDialogs2/Pages.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2latex.ConfigurationDialog</value>
|
||||
</prop>
|
||||
</node>
|
||||
|
||||
<node oor:name="org.openoffice.da.writer2latex.configuration.tables"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2latex.configuration.tables</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupId">
|
||||
<value>org.openoffice.da.writer2latex.configuration</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupIndex">
|
||||
<value>6</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Tables</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2LDialogs2/Tables.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2latex.ConfigurationDialog</value>
|
||||
</prop>
|
||||
</node>
|
||||
|
||||
<node oor:name="org.openoffice.da.writer2latex.configuration.figures"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2latex.configuration.figures</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupId">
|
||||
<value>org.openoffice.da.writer2latex.configuration</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupIndex">
|
||||
<value>7</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Figures</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2LDialogs2/Figures.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2latex.ConfigurationDialog</value>
|
||||
</prop>
|
||||
</node>
|
||||
|
||||
<node oor:name="org.openoffice.da.writer2latex.configuration.textandmath"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2latex.configuration.textandmath</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupId">
|
||||
<value>org.openoffice.da.writer2latex.configuration</value>
|
||||
</prop>
|
||||
<prop oor:name="GroupIndex">
|
||||
<value>8</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Text and math</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2LDialogs2/TextAndMath.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2latex.ConfigurationDialog</value>
|
||||
</prop>
|
||||
</node>
|
||||
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
|
||||
</oor:component-data>
|
|
@ -1,61 +0,0 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<oor:component-schema 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"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<templates>
|
||||
<group oor:name="Configuration">
|
||||
<prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true" />
|
||||
<prop oor:name="LockedOptions" oor:type="xs:string" />
|
||||
<prop oor:name="ConfigURL" oor:type="xs:string" />
|
||||
<!--<prop oor:name="TargetTemplateURL" oor:type="xs:string" />-->
|
||||
</group>
|
||||
<group oor:name="Template">
|
||||
<prop oor:name="TemplateName" oor:type="xs:string" />
|
||||
<prop oor:name="ConfigName" oor:type="xs:string" />
|
||||
</group>
|
||||
</templates>
|
||||
<component>
|
||||
<group oor:name="LaTeXOptions">
|
||||
<!-- General -->
|
||||
<prop oor:name="Config" oor:type="xs:short" />
|
||||
<prop oor:name="ConfigName" oor:type="xs:string" />
|
||||
<prop oor:name="Backend" oor:type="xs:short" />
|
||||
<prop oor:name="Inputencoding" oor:type="xs:short" />
|
||||
<prop oor:name="Multilingual" oor:type="xs:boolean" />
|
||||
<prop oor:name="Font" oor:type="xs:short" />
|
||||
<prop oor:name="GreekMath" oor:type="xs:boolean" />
|
||||
<prop oor:name="AdditionalSymbols" oor:type="xs:boolean" />
|
||||
<!-- Bibliography -->
|
||||
<prop oor:name="UseBibtex" oor:type="xs:boolean" />
|
||||
<prop oor:name="BibtexStyle" oor:type="xs:string" />
|
||||
<!-- Files -->
|
||||
<prop oor:name="WrapLines" oor:type="xs:boolean" />
|
||||
<prop oor:name="WrapLinesAfter" oor:type="xs:int" />
|
||||
<prop oor:name="SplitLinkedSections" oor:type="xs:boolean" />
|
||||
<prop oor:name="SplitToplevelSections" oor:type="xs:boolean" />
|
||||
<prop oor:name="SaveImagesInSubdir" oor:type="xs:boolean" />
|
||||
<!--Special content -->
|
||||
<prop oor:name="Notes" oor:type="xs:short" />
|
||||
<prop oor:name="Metadata" oor:type="xs:boolean" />
|
||||
<prop oor:name="DisplayHiddenText" oor:type="xs:boolean" />
|
||||
<!-- Figures and tables -->
|
||||
<prop oor:name="OriginalImageSize" oor:type="xs:boolean"/>
|
||||
<prop oor:name="OptimizeSimpleTables" oor:type="xs:boolean"/>
|
||||
<prop oor:name="SimpleTableLimit" oor:type="xs:int"/>
|
||||
<prop oor:name="FloatTables" oor:type="xs:boolean"/>
|
||||
<prop oor:name="FloatFigures" oor:type="xs:boolean"/>
|
||||
<prop oor:name="FloatOptions" oor:type="xs:short"/>
|
||||
<!-- AutoCorrect -->
|
||||
<prop oor:name="IgnoreHardPageBreaks" oor:type="xs:boolean" />
|
||||
<prop oor:name="IgnoreHardLineBreaks" oor:type="xs:boolean" />
|
||||
<prop oor:name="IgnoreEmptyParagraphs" oor:type="xs:boolean" />
|
||||
<prop oor:name="IgnoreDoubleSpaces" oor:type="xs:boolean" />
|
||||
<!-- Configurations -->
|
||||
<set oor:name="Configurations" oor:node-type="Configuration" />
|
||||
<set oor:name="Templates" oor:node-type="Template" />
|
||||
</group>
|
||||
</component>
|
||||
</oor:component-schema>
|
|
@ -1,96 +0,0 @@
|
|||
<?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">
|
||||
<node oor:name="LaTeXOptions">
|
||||
<prop oor:name="Config" oor:type="xs:short">
|
||||
<value>2</value> <!-- Default -->
|
||||
</prop>
|
||||
<prop oor:name="ConfigName" oor:type="xs:string">
|
||||
<value></value>
|
||||
</prop>
|
||||
<prop oor:name="Backend" oor:type="xs:short">
|
||||
<value>1</value> <!-- pdftex -->
|
||||
</prop>
|
||||
<prop oor:name="Inputencoding" oor:type="xs:short">
|
||||
<value>1</value> <!-- latin1 -->
|
||||
</prop>
|
||||
<prop oor:name="Multilingual" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="Font" oor:type="xs:short">
|
||||
<value>0</value> <!-- Default (Computer Modern) -->
|
||||
</prop>
|
||||
<prop oor:name="GreekMath" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="AdditionalSymbols" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="UseBibtex" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="BibtexStyle" oor:type="xs:string">
|
||||
<value>plain</value>
|
||||
</prop>
|
||||
<prop oor:name="WrapLines" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="WrapLinesAfter" oor:type="xs:int">
|
||||
<value>120</value>
|
||||
</prop>
|
||||
<prop oor:name="SplitLinkedSections" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="SplitToplevelSections" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="SaveImagesInSubdir" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="Notes" oor:type="xs:short">
|
||||
<value>1</value><!-- comment -->
|
||||
</prop>
|
||||
<prop oor:name="Metadata" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="DisplayHiddenText" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="OriginalImageSize" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="OptimizeSimpleTables" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="SimpleTableLimit" oor:type="xs:int">
|
||||
<value>0</value>
|
||||
</prop>
|
||||
<prop oor:name="FloatTables" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="FloatFigures" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="FloatOptions" oor:type="xs:short">
|
||||
<value>0</value><!-- default (tbp) -->
|
||||
</prop>
|
||||
<prop oor:name="IgnoreHardPageBreaks" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="IgnoreHardLineBreaks" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="IgnoreEmptyParagraphs" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="IgnoreDoubleSpaces" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
</node>
|
||||
</oor:component-data>
|
||||
|
||||
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<oor:component-data oor:name="ProtocolHandler" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<!-- Declares the dispatch protocol handled by Writer2LaTeX -->
|
||||
<node oor:name="HandlerSet">
|
||||
<!-- It seems that the node name must equal the implementation name of the service -->
|
||||
<node oor:name="org.openoffice.da.comp.writer2latex.Writer2LaTeX" oor:op="replace">
|
||||
<prop oor:name="Protocols" oor:type="oor:string-list">
|
||||
<value>org.openoffice.da.writer2latex:*</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</oor:component-data>
|
|
@ -1,72 +0,0 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
|
||||
<oor:component-data oor:name="OptionsDialog" oor:package="org.openoffice.Office"
|
||||
xmlns:oor="http://openoffice.org/2001/registry"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
|
||||
<node oor:name="Modules">
|
||||
<!-- This node should appear in the Writer module -->
|
||||
<node oor:name="com.sun.star.text.TextDocument" oor:op="fuse">
|
||||
<node oor:name="Nodes">
|
||||
<node oor:name="org.openoffice.da.writer2latex.toolbar.configuration"
|
||||
oor:op="fuse">
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
|
||||
<node oor:name="Nodes">
|
||||
|
||||
<!-- We define a single root node -->
|
||||
<node oor:name="org.openoffice.da.writer2latex.toolbar.configuration"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2latex.toolbar.configuration</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Writer2LaTeX toolbar</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2LDialogs2/ToolbarConfigurationRoot.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value></value>
|
||||
</prop>
|
||||
|
||||
<node oor:name="Leaves">
|
||||
<!-- and the root node has several leaves -->
|
||||
<node oor:name="org.openoffice.da.writer2latex.toolbar.configuration.applications"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2latex.toolbar.applications</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Applications</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2LDialogs2/Applications.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2latex.ApplicationsDialog</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name="org.openoffice.da.writer2latex.toolbar.configuration.bibliography"
|
||||
oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>org.openoffice.da.writer2latex.toolbar.bibliography</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">Bibliography</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>%origin%/W2LDialogs2/Bibliography.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>org.openoffice.da.writer2latex.BibliographyDialog</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</oor:component-data>
|
|
@ -1,41 +0,0 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<oor:component-schema oor:name="ToolbarOptions"
|
||||
oor:package="org.openoffice.da.Writer2LaTeX.toolbar"
|
||||
xml:lang="en-US"
|
||||
xmlns:oor="http://openoffice.org/2001/registry"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<templates>
|
||||
<group oor:name="Application">
|
||||
<prop oor:name="UseDefault" oor:type="xs:boolean" />
|
||||
<prop oor:name="Executable" oor:type="xs:string" />
|
||||
<prop oor:name="Options" oor:type="xs:string" />
|
||||
</group>
|
||||
</templates>
|
||||
<component>
|
||||
<group oor:name="Applications">
|
||||
<prop oor:name="AfterExport" oor:type="xs:short" />
|
||||
<node-ref oor:name="LaTeX" oor:node-type="Application" />
|
||||
<node-ref oor:name="PdfLaTeX" oor:node-type="Application" />
|
||||
<node-ref oor:name="XeLaTeX" oor:node-type="Application" />
|
||||
<node-ref oor:name="BibTeX" oor:node-type="Application" />
|
||||
<node-ref oor:name="Makeindex" oor:node-type="Application" />
|
||||
<node-ref oor:name="Mk4ht" oor:node-type="Application" />
|
||||
<node-ref oor:name="Dvips" oor:node-type="Application" />
|
||||
<node-ref oor:name="DVIViewer" oor:node-type="Application" />
|
||||
<node-ref oor:name="PostscriptViewer" oor:node-type="Application" />
|
||||
<node-ref oor:name="PdfViewer" oor:node-type="Application" />
|
||||
</group>
|
||||
<group oor:name="BibliographyOptions">
|
||||
<prop oor:name="UseExternalBibTeXFiles" oor:type="xs:boolean" />
|
||||
<prop oor:name="ConvertZoteroCitations" oor:type="xs:boolean" />
|
||||
<prop oor:name="ConvertJabRefCitations" oor:type="xs:boolean" />
|
||||
<prop oor:name="IncludeOriginalCitations" oor:type="xs:boolean" />
|
||||
<prop oor:name="BibTeXLocation" oor:type="xs:short" />
|
||||
<prop oor:name="BibTeXDir" oor:type="xs:string" />
|
||||
<prop oor:name="BibTeXEncoding" oor:type="xs:short" />
|
||||
<prop oor:name="UseNatbib" oor:type="xs:boolean" />
|
||||
<prop oor:name="NatbibOptions" oor:type="xs:string" />
|
||||
</group>
|
||||
</component>
|
||||
</oor:component-schema>
|
|
@ -1,151 +0,0 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<oor:component-data oor:name="ToolbarOptions"
|
||||
oor:package="org.openoffice.da.Writer2LaTeX.toolbar"
|
||||
xml:lang="en-US"
|
||||
xmlns:oor="http://openoffice.org/2001/registry"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<node oor:name="Applications">
|
||||
<prop oor:name="AfterExport" oor:type="xs:short">
|
||||
<value>2</value><!-- compile and preview -->
|
||||
</prop>
|
||||
<node oor:name="LaTeX" oor:type="xs:string">
|
||||
<prop oor:name="UseDefault">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<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="UseDefault">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<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="UseDefault">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<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="UseDefault">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="Executable">
|
||||
<value>bibtex8</value>
|
||||
</prop>
|
||||
<prop oor:name="Options">
|
||||
<value>%s</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name="Makeindex" oor:type="xs:string">
|
||||
<prop oor:name="UseDefault">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<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="UseDefault">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<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="UseDefault">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<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="UseDefault">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<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="UseDefault">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<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="UseDefault">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<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="IncludeOriginalCitations" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="BibTeXLocation" oor:type="xs:short">
|
||||
<value>2</value><!-- document directory -->
|
||||
</prop>
|
||||
<prop oor:name="BibTeXDir" oor:type="xs:string">
|
||||
<value></value>
|
||||
</prop>
|
||||
<prop oor:name="BibTeXEncoding" oor:type="xs:short">
|
||||
<value>0</value><!-- US ASCII -->
|
||||
</prop>
|
||||
<prop oor:name="UseNatbib" oor:type="xs:boolean">
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="NatbibOptions" oor:type="xs:string">
|
||||
<value></value>
|
||||
</prop>
|
||||
</node>
|
||||
</oor:component-data>
|
|
@ -1,114 +0,0 @@
|
|||
# Strings for Dialog Library W2LDialogs
|
||||
0.LaTeXOptions.HelpText=
|
||||
1.LaTeXOptions.Title=Opcions de LaTeX (Writer2LaTeX)
|
||||
2.LaTeXOptions.FixedLine1.HelpText=
|
||||
3.LaTeXOptions.FixedLine1.Label=
|
||||
4.LaTeXOptions.GeneralLabel.HelpText=
|
||||
5.LaTeXOptions.GeneralLabel.Label=General
|
||||
6.LaTeXOptions.ConfigLabel.HelpText=
|
||||
7.LaTeXOptions.ConfigLabel.Label=Format de LaTeX
|
||||
8.LaTeXOptions.Config.HelpText=
|
||||
137.Config.StringItemList=S\u00faper-net
|
||||
138.Config.StringItemList=Net
|
||||
139.Config.StringItemList=Per omissi\u00f3
|
||||
140.Config.StringItemList=Optimitzat per impressi\u00f3
|
||||
141.Config.StringItemList=Optimitzat per pantalla (pdf)
|
||||
142.Config.StringItemList=Personalitzat
|
||||
15.LaTeXOptions.BackendLabel.HelpText=
|
||||
16.LaTeXOptions.BackendLabel.Label=Dialecte TeX
|
||||
17.LaTeXOptions.Backend.HelpText=
|
||||
116.Backend.StringItemList=Latex
|
||||
117.Backend.StringItemList=Pdf (pdfTeX)
|
||||
118.Backend.StringItemList=Postscript (dvips)
|
||||
119.Backend.StringItemList=Indefinit
|
||||
22.LaTeXOptions.InputencodingLabel.HelpText=
|
||||
23.LaTeXOptions.InputencodingLabel.Label=Codificaci\u00f3
|
||||
24.LaTeXOptions.Inputencoding.HelpText=
|
||||
120.Inputencoding.StringItemList=US ASCII
|
||||
121.Inputencoding.StringItemList=Europa occidental (ISO 8859-1)
|
||||
122.Inputencoding.StringItemList=Europa oriental (ISO 8859-2)
|
||||
123.Inputencoding.StringItemList=Llat\u00ed i grec (ISO 8859-7)
|
||||
124.Inputencoding.StringItemList=Microsoft Europa oriental (Cp1250)
|
||||
125.Inputencoding.StringItemList=Microsoft Cir\u00edl\u00b7lic (Cp1251)
|
||||
126.Inputencoding.StringItemList=Rus (koi8-r)
|
||||
127.Inputencoding.StringItemList=Unicode (UTF8)
|
||||
33.LaTeXOptions.Multilingual.HelpText=
|
||||
34.LaTeXOptions.Multilingual.Label=Suport multiling\u00fce
|
||||
35.LaTeXOptions.GreekMath.HelpText=
|
||||
36.LaTeXOptions.GreekMath.Label=Lletres gregues com a s\u00edmbols
|
||||
37.LaTeXOptions.AdditionalSymbols.HelpText=
|
||||
38.LaTeXOptions.AdditionalSymbols.Label=S\u00edmbols suplementaris
|
||||
41.LaTeXOptions.UseBibtex.HelpText=
|
||||
42.LaTeXOptions.UseBibtex.Label=Fes la bibliografia amb BibTeX
|
||||
43.LaTeXOptions.BibtexStyleLabel.HelpText=
|
||||
44.LaTeXOptions.BibtexStyleLabel.Label=Estil
|
||||
45.LaTeXOptions.BibtexStyle.HelpText=
|
||||
46.BibtexStyle.StringItemList=Senzill (plain)
|
||||
47.BibtexStyle.StringItemList=Sense triar (unsrt)
|
||||
48.BibtexStyle.StringItemList=Tria alfab\u00e8tica (alpha)
|
||||
49.BibtexStyle.StringItemList=Abreviatures (abbrv)
|
||||
50.LaTeXOptions.BibtexStyle.Text=
|
||||
51.LaTeXOptions.FilesLabel.HelpText=
|
||||
52.LaTeXOptions.FilesLabel.Label=Fitxers
|
||||
53.LaTeXOptions.WrapLines.HelpText=
|
||||
54.LaTeXOptions.WrapLines.Label=Embolica les ratlles llargues
|
||||
55.LaTeXOptions.WrapLinesAfterLabel.HelpText=
|
||||
56.LaTeXOptions.WrapLinesAfterLabel.Label=Despr\u00e9s dels car\u00e0cters
|
||||
57.LaTeXOptions.WrapLinesAfter.HelpText=
|
||||
58.LaTeXOptions.SplitLinkedSections.HelpText=
|
||||
59.LaTeXOptions.SplitLinkedSections.Label=Separa el document als enlla\u00e7os
|
||||
60.LaTeXOptions.SplitToplevelSections.HelpText=
|
||||
61.LaTeXOptions.SplitToplevelSections.Label=Separa el document a les seccions de primer nivell
|
||||
62.LaTeXOptions.SaveImagesInSubdir.HelpText=
|
||||
63.LaTeXOptions.SaveImagesInSubdir.Label=Desa les imatges en un subdirectori
|
||||
64.LaTeXOptions.SpecialContentLabel.HelpText=
|
||||
65.LaTeXOptions.SpecialContentLabel.Label=Contingut especial
|
||||
66.LaTeXOptions.NotesLabel.HelpText=
|
||||
67.LaTeXOptions.NotesLabel.Label=Exporta les notes
|
||||
68.LaTeXOptions.Notes.HelpText=
|
||||
128.Notes.StringItemList=No ho exportis
|
||||
129.Notes.StringItemList=Com a comentaris
|
||||
130.Notes.StringItemList=Com a notes al marge
|
||||
131.Notes.StringItemList=Com a anotacions pdf
|
||||
73.LaTeXOptions.Metadata.HelpText=
|
||||
74.LaTeXOptions.Metadata.Label=Exporta les propietats del document (metadata)
|
||||
75.LaTeXOptions.FiguresAndTablesLabel.HelpText=
|
||||
76.LaTeXOptions.FiguresAndTablesLabel.Label=Figures i taules
|
||||
77.LaTeXOptions.OriginalImageSize.HelpText=
|
||||
78.LaTeXOptions.OriginalImageSize.Label=Fes servir la mida original d'imatges
|
||||
79.LaTeXOptions.OptimizeSimpleTables.HelpText=
|
||||
80.LaTeXOptions.OptimizeSimpleTables.Label=Optimitza les taules senzilles
|
||||
81.LaTeXOptions.SimpleTableLimitLabel.HelpText=
|
||||
82.LaTeXOptions.SimpleTableLimitLabel.Label=Amplada m\u00e0xima en car\u00e0cters
|
||||
83.LaTeXOptions.SimpleTableLimit.HelpText=
|
||||
84.LaTeXOptions.FloatTables.HelpText=
|
||||
85.LaTeXOptions.FloatTables.Label=Taules flotants
|
||||
86.LaTeXOptions.FloatFigures.HelpText=
|
||||
87.LaTeXOptions.FloatFigures.Label=Figures flotants
|
||||
88.LaTeXOptions.FloatOptionsLabel.HelpText=
|
||||
89.LaTeXOptions.FloatOptionsLabel.Label=Empla\u00e7ament dels flotants
|
||||
90.LaTeXOptions.FloatOptions.HelpText=
|
||||
132.FloatOptions.StringItemList=Al damunt o al capdavall de la p\u00e0gina
|
||||
133.FloatOptions.StringItemList=Al damunt de la p\u00e0gina
|
||||
134.FloatOptions.StringItemList=Al capdavall de la p\u00e0gina
|
||||
135.FloatOptions.StringItemList=Aqu\u00ed o al damunt de la p\u00e0gina
|
||||
136.FloatOptions.StringItemList=Aqu\u00ed o al capdavall de la p\u00e0gina
|
||||
96.LaTeXOptions.AutoCorrectLabel.HelpText=
|
||||
97.LaTeXOptions.AutoCorrectLabel.Label=Correcci\u00f3 autom\u00e0tica
|
||||
98.LaTeXOptions.IgnoreHardPageBreaks.HelpText=
|
||||
99.LaTeXOptions.IgnoreHardPageBreaks.Label=Ignora els salts de p\u00e0gina
|
||||
100.LaTeXOptions.IgnoreHardLineBreaks.HelpText=
|
||||
101.LaTeXOptions.IgnoreHardLineBreaks.Label=Ignora els salts de l\u00ednia
|
||||
102.LaTeXOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
103.LaTeXOptions.IgnoreEmptyParagraphs.Label=Ignora els par\u00e0grafs buits
|
||||
104.LaTeXOptions.IgnoreDoubleSpaces.HelpText=
|
||||
105.LaTeXOptions.IgnoreDoubleSpaces.Label=Ignora els espais dobles
|
||||
106.LaTeXOptions.ExportButton.HelpText=
|
||||
107.LaTeXOptions.ExportButton.Label=Exporta
|
||||
108.LaTeXOptions.CancelButton.HelpText=
|
||||
109.LaTeXOptions.CancelButton.Label=Cancel\u00b7la
|
||||
147.LaTeXOptions.DisplayHiddenText.HelpText=
|
||||
148.LaTeXOptions.DisplayHiddenText.Label=Export hidden text
|
||||
151.LaTeXOptions.FontLabel.HelpText=
|
||||
152.LaTeXOptions.FontLabel.Label=Font
|
||||
154.LaTeXOptions.Font.HelpText=
|
|
@ -1,114 +0,0 @@
|
|||
# Strings for Dialog Library W2LDialogs
|
||||
0.LaTeXOptions.HelpText=
|
||||
1.LaTeXOptions.Title=Mo\u017enosti pro LaTeX (Writer2LaTeX)
|
||||
2.LaTeXOptions.FixedLine1.HelpText=
|
||||
3.LaTeXOptions.FixedLine1.Label=
|
||||
4.LaTeXOptions.GeneralLabel.HelpText=
|
||||
5.LaTeXOptions.GeneralLabel.Label=Obecn\u00e9
|
||||
6.LaTeXOptions.ConfigLabel.HelpText=
|
||||
7.LaTeXOptions.ConfigLabel.Label=Form\u00e1t LaTeXu
|
||||
8.LaTeXOptions.Config.HelpText=
|
||||
137.Config.StringItemList=Extra-\u010dist\u00fd article
|
||||
138.Config.StringItemList=\u010cist\u00fd article
|
||||
139.Config.StringItemList=V\u00fdchoz\u00ed
|
||||
140.Config.StringItemList=Optimalizov\u00e1no pro tisk
|
||||
141.Config.StringItemList=Optimalizov\u00e1no pro obrazovku (pdf)
|
||||
142.Config.StringItemList=Vlastn\u00ed
|
||||
15.LaTeXOptions.BackendLabel.HelpText=
|
||||
16.LaTeXOptions.BackendLabel.Label=Procesor
|
||||
17.LaTeXOptions.Backend.HelpText=
|
||||
116.Backend.StringItemList=Obecn\u00fd
|
||||
117.Backend.StringItemList=Pdf (pdfTeX)
|
||||
118.Backend.StringItemList=Postscript (dvips)
|
||||
119.Backend.StringItemList=Neur\u010deno
|
||||
22.LaTeXOptions.InputencodingLabel.HelpText=
|
||||
23.LaTeXOptions.InputencodingLabel.Label=K\u00f3dov\u00e1n\u00ed
|
||||
24.LaTeXOptions.Inputencoding.HelpText=
|
||||
120.Inputencoding.StringItemList=US ASCII
|
||||
121.Inputencoding.StringItemList=Z\u00e1padoevropsk\u00e9 (ISO 8859-1)
|
||||
122.Inputencoding.StringItemList=V\u00fdchodoevropsk\u00e9 (ISO 8859-2)
|
||||
123.Inputencoding.StringItemList=\u0158eck\u00e9 (ISO 8859-7)
|
||||
124.Inputencoding.StringItemList=V\u00fdchodoevropsk\u00e9 Microsoft (Cp1250)
|
||||
125.Inputencoding.StringItemList=Cyrilice Microsoft (Cp1251)
|
||||
126.Inputencoding.StringItemList=Rusk\u00e9 (koi8-r)
|
||||
127.Inputencoding.StringItemList=Unicode (UTF8)
|
||||
33.LaTeXOptions.Multilingual.HelpText=
|
||||
34.LaTeXOptions.Multilingual.Label=Zapnout podporu pro v\u00edce jazyk\u016f
|
||||
35.LaTeXOptions.GreekMath.HelpText=
|
||||
36.LaTeXOptions.GreekMath.Label=\u0158eck\u00e1 p\u00edsmena reprezentovat jako symboly
|
||||
37.LaTeXOptions.AdditionalSymbols.HelpText=
|
||||
38.LaTeXOptions.AdditionalSymbols.Label=Podpora pro dal\u0161\u00ed symboly
|
||||
41.LaTeXOptions.UseBibtex.HelpText=
|
||||
42.LaTeXOptions.UseBibtex.Label=Pro bibliografii pou\u017e\u00edt BibTeX
|
||||
43.LaTeXOptions.BibtexStyleLabel.HelpText=
|
||||
44.LaTeXOptions.BibtexStyleLabel.Label=Styl BibTeXu
|
||||
45.LaTeXOptions.BibtexStyle.HelpText=
|
||||
46.BibtexStyle.StringItemList=plain
|
||||
47.BibtexStyle.StringItemList=unsrt
|
||||
48.BibtexStyle.StringItemList=alpha
|
||||
49.BibtexStyle.StringItemList=abbrv
|
||||
50.LaTeXOptions.BibtexStyle.Text=
|
||||
51.LaTeXOptions.FilesLabel.HelpText=
|
||||
52.LaTeXOptions.FilesLabel.Label=Soubory
|
||||
53.LaTeXOptions.WrapLines.HelpText=
|
||||
54.LaTeXOptions.WrapLines.Label=Zalamovat dlouh\u00e9 \u0159\u00e1dky
|
||||
55.LaTeXOptions.WrapLinesAfterLabel.HelpText=
|
||||
56.LaTeXOptions.WrapLinesAfterLabel.Label=Za uveden\u00fdm po\u010dtem znak\u016f
|
||||
57.LaTeXOptions.WrapLinesAfter.HelpText=
|
||||
58.LaTeXOptions.SplitLinkedSections.HelpText=
|
||||
59.LaTeXOptions.SplitLinkedSections.Label=Rozd\u011blit dokument u propojen\u00fdch \u010d\u00e1st\u00ed
|
||||
60.LaTeXOptions.SplitToplevelSections.HelpText=
|
||||
61.LaTeXOptions.SplitToplevelSections.Label=Rozd\u011blit dokument u \u010d\u00e1st\u00ed nejvy\u0161\u0161\u00ed \u00farovn\u011b
|
||||
62.LaTeXOptions.SaveImagesInSubdir.HelpText=
|
||||
63.LaTeXOptions.SaveImagesInSubdir.Label=Ulo\u017eit obr\u00e1zky do podadres\u00e1\u0159\u011b
|
||||
64.LaTeXOptions.SpecialContentLabel.HelpText=
|
||||
65.LaTeXOptions.SpecialContentLabel.Label=Zvl\u00e1\u0161tn\u00ed obsah
|
||||
66.LaTeXOptions.NotesLabel.HelpText=
|
||||
67.LaTeXOptions.NotesLabel.Label=Export pozn\u00e1mek
|
||||
68.LaTeXOptions.Notes.HelpText=
|
||||
128.Notes.StringItemList=Neexportovat
|
||||
129.Notes.StringItemList=Jako koment\u00e1\u0159e
|
||||
130.Notes.StringItemList=Jako postrann\u00ed pozn\u00e1mky
|
||||
131.Notes.StringItemList=Jako anotace v pdf
|
||||
73.LaTeXOptions.Metadata.HelpText=
|
||||
74.LaTeXOptions.Metadata.Label=Exportovat vlastnosti dokumentu (metadata)
|
||||
75.LaTeXOptions.FiguresAndTablesLabel.HelpText=
|
||||
76.LaTeXOptions.FiguresAndTablesLabel.Label=Obr\u00e1zky a tabulky
|
||||
77.LaTeXOptions.OriginalImageSize.HelpText=
|
||||
78.LaTeXOptions.OriginalImageSize.Label=Pou\u017e\u00edt p\u016fvodn\u00ed velikost obr\u00e1zk\u016f
|
||||
79.LaTeXOptions.OptimizeSimpleTables.HelpText=
|
||||
80.LaTeXOptions.OptimizeSimpleTables.Label=Optimalizovat jednoduch\u00e9 tabulky
|
||||
81.LaTeXOptions.SimpleTableLimitLabel.HelpText=
|
||||
82.LaTeXOptions.SimpleTableLimitLabel.Label=Maxim\u00e1ln\u00ed \u0161\u00ed\u0159ka v pixelech
|
||||
83.LaTeXOptions.SimpleTableLimit.HelpText=
|
||||
84.LaTeXOptions.FloatTables.HelpText=
|
||||
85.LaTeXOptions.FloatTables.Label=Plovouc\u00ed tabulky
|
||||
86.LaTeXOptions.FloatFigures.HelpText=
|
||||
87.LaTeXOptions.FloatFigures.Label=Plovouc\u00ed obr\u00e1zky
|
||||
88.LaTeXOptions.FloatOptionsLabel.HelpText=
|
||||
89.LaTeXOptions.FloatOptionsLabel.Label=Um\u00edst\u011bn\u00ed plovouc\u00edch
|
||||
90.LaTeXOptions.FloatOptions.HelpText=
|
||||
132.FloatOptions.StringItemList=Naho\u0159e nebo dole na str\u00e1nce
|
||||
133.FloatOptions.StringItemList=Naho\u0159e na str\u00e1nce
|
||||
134.FloatOptions.StringItemList=Dole na str\u00e1nce
|
||||
135.FloatOptions.StringItemList=Zde nebo naho\u0159e na str\u00e1nce
|
||||
136.FloatOptions.StringItemList=Zde nebo dole na str\u00e1nce
|
||||
96.LaTeXOptions.AutoCorrectLabel.HelpText=
|
||||
97.LaTeXOptions.AutoCorrectLabel.Label=Automatick\u00e9 opravy
|
||||
98.LaTeXOptions.IgnoreHardPageBreaks.HelpText=
|
||||
99.LaTeXOptions.IgnoreHardPageBreaks.Label=Ignorovat ru\u010dn\u00ed vlo\u017een\u00ed konce str\u00e1nky
|
||||
100.LaTeXOptions.IgnoreHardLineBreaks.HelpText=
|
||||
101.LaTeXOptions.IgnoreHardLineBreaks.Label=Ignorovat ru\u010dn\u00ed zalomen\u00ed \u0159\u00e1dku
|
||||
102.LaTeXOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
103.LaTeXOptions.IgnoreEmptyParagraphs.Label=Ignorovat pr\u00e1zdn\u00e9 odstavce
|
||||
104.LaTeXOptions.IgnoreDoubleSpaces.HelpText=
|
||||
105.LaTeXOptions.IgnoreDoubleSpaces.Label=Ignorovat dvojit\u00e9 mezery
|
||||
106.LaTeXOptions.ExportButton.HelpText=
|
||||
107.LaTeXOptions.ExportButton.Label=Exportovat
|
||||
108.LaTeXOptions.CancelButton.HelpText=
|
||||
109.LaTeXOptions.CancelButton.Label=Zru\u0161it
|
||||
147.LaTeXOptions.DisplayHiddenText.HelpText=
|
||||
148.LaTeXOptions.DisplayHiddenText.Label=Export hidden text
|
||||
151.LaTeXOptions.FontLabel.HelpText=
|
||||
152.LaTeXOptions.FontLabel.Label=Font
|
||||
154.LaTeXOptions.Font.HelpText=
|
|
@ -1,114 +0,0 @@
|
|||
# Strings for Dialog Library W2LDialogs
|
||||
0.LaTeXOptions.HelpText=
|
||||
1.LaTeXOptions.Title=LaTeX-indstillinger (Writer2LaTeX)
|
||||
2.LaTeXOptions.FixedLine1.HelpText=
|
||||
3.LaTeXOptions.FixedLine1.Label=
|
||||
4.LaTeXOptions.GeneralLabel.HelpText=
|
||||
5.LaTeXOptions.GeneralLabel.Label=Generelt
|
||||
6.LaTeXOptions.ConfigLabel.HelpText=
|
||||
7.LaTeXOptions.ConfigLabel.Label=LaTeX-format
|
||||
8.LaTeXOptions.Config.HelpText=
|
||||
137.Config.StringItemList=Ekstra ren artikel
|
||||
138.Config.StringItemList=Ren artikel
|
||||
139.Config.StringItemList=Standard
|
||||
140.Config.StringItemList=Udskriftsoptimeret
|
||||
141.Config.StringItemList=Sk\u00e6rmoptimeret
|
||||
142.Config.StringItemList=Brugerdefineret
|
||||
15.LaTeXOptions.BackendLabel.HelpText=
|
||||
16.LaTeXOptions.BackendLabel.Label=Slutformat
|
||||
17.LaTeXOptions.Backend.HelpText=
|
||||
116.Backend.StringItemList=Standard
|
||||
117.Backend.StringItemList=Pdf (pdfTeX)
|
||||
118.Backend.StringItemList=Postscript (dvips)
|
||||
119.Backend.StringItemList=Ikke angivet
|
||||
22.LaTeXOptions.InputencodingLabel.HelpText=
|
||||
23.LaTeXOptions.InputencodingLabel.Label=Tegns\u00e6t
|
||||
24.LaTeXOptions.Inputencoding.HelpText=
|
||||
120.Inputencoding.StringItemList=US ASCII
|
||||
121.Inputencoding.StringItemList=Vesteurop\u00e6isk (ISO 8859-1)
|
||||
122.Inputencoding.StringItemList=\u00d8steurop\u00e6isk (ISO 8859-2)
|
||||
123.Inputencoding.StringItemList=Latin/Gr\u00e6sk (ISO 8859-7)
|
||||
124.Inputencoding.StringItemList=Microsoft \u00f8steurop\u00e6isk (Cp1250)
|
||||
125.Inputencoding.StringItemList=Microsoft kyrillisk (Cp1251)
|
||||
126.Inputencoding.StringItemList=Russisk (koi8-r)
|
||||
127.Inputencoding.StringItemList=Unicode (UTF8)
|
||||
33.LaTeXOptions.Multilingual.HelpText=
|
||||
34.LaTeXOptions.Multilingual.Label=Underst\u00f8t dokumenter p\u00e5 flere sprog
|
||||
35.LaTeXOptions.GreekMath.HelpText=
|
||||
36.LaTeXOptions.GreekMath.Label=Brug gr\u00e6ske bogstaver som symboler
|
||||
37.LaTeXOptions.AdditionalSymbols.HelpText=
|
||||
38.LaTeXOptions.AdditionalSymbols.Label=Underst\u00f8t yderligere symboler
|
||||
41.LaTeXOptions.UseBibtex.HelpText=
|
||||
42.LaTeXOptions.UseBibtex.Label=Brug BibTeX til litteraturlisten
|
||||
43.LaTeXOptions.BibtexStyleLabel.HelpText=
|
||||
44.LaTeXOptions.BibtexStyleLabel.Label=BibTeX-stil
|
||||
45.LaTeXOptions.BibtexStyle.HelpText=
|
||||
46.BibtexStyle.StringItemList=plain
|
||||
47.BibtexStyle.StringItemList=unsrt
|
||||
48.BibtexStyle.StringItemList=alpha
|
||||
49.BibtexStyle.StringItemList=abbrv
|
||||
50.LaTeXOptions.BibtexStyle.Text=
|
||||
51.LaTeXOptions.FilesLabel.HelpText=
|
||||
52.LaTeXOptions.FilesLabel.Label=Filer
|
||||
53.LaTeXOptions.WrapLines.HelpText=
|
||||
54.LaTeXOptions.WrapLines.Label=Ombryd lange linjer
|
||||
55.LaTeXOptions.WrapLinesAfterLabel.HelpText=
|
||||
56.LaTeXOptions.WrapLinesAfterLabel.Label=Efter antal tegn
|
||||
57.LaTeXOptions.WrapLinesAfter.HelpText=
|
||||
58.LaTeXOptions.SplitLinkedSections.HelpText=
|
||||
59.LaTeXOptions.SplitLinkedSections.Label=Del dokumentet ved k\u00e6dede sektioner
|
||||
60.LaTeXOptions.SplitToplevelSections.HelpText=
|
||||
61.LaTeXOptions.SplitToplevelSections.Label=Del dokumentet ved sektioner p\u00e5 \u00f8verste niveau
|
||||
62.LaTeXOptions.SaveImagesInSubdir.HelpText=
|
||||
63.LaTeXOptions.SaveImagesInSubdir.Label=Gem billeder i undermappe
|
||||
64.LaTeXOptions.SpecialContentLabel.HelpText=
|
||||
65.LaTeXOptions.SpecialContentLabel.Label=Specielt indhold
|
||||
66.LaTeXOptions.NotesLabel.HelpText=
|
||||
67.LaTeXOptions.NotesLabel.Label=Kommentarer
|
||||
68.LaTeXOptions.Notes.HelpText=
|
||||
128.Notes.StringItemList=Eksporter ikke
|
||||
129.Notes.StringItemList=Eksporter som kommentarer
|
||||
130.Notes.StringItemList=Eksporter som margin-noter
|
||||
131.Notes.StringItemList=Eksporter som pdf-noter
|
||||
73.LaTeXOptions.Metadata.HelpText=
|
||||
74.LaTeXOptions.Metadata.Label=Eksporter dokumentegenskaber (metadata)
|
||||
75.LaTeXOptions.FiguresAndTablesLabel.HelpText=
|
||||
76.LaTeXOptions.FiguresAndTablesLabel.Label=Figurer og tabeller
|
||||
77.LaTeXOptions.OriginalImageSize.HelpText=
|
||||
78.LaTeXOptions.OriginalImageSize.Label=Brug oprindelig billedst\u00f8rrelse
|
||||
79.LaTeXOptions.OptimizeSimpleTables.HelpText=
|
||||
80.LaTeXOptions.OptimizeSimpleTables.Label=Optimer simple tabeller
|
||||
81.LaTeXOptions.SimpleTableLimitLabel.HelpText=
|
||||
82.LaTeXOptions.SimpleTableLimitLabel.Label=H\u00f8jeste antal tegn i bredden
|
||||
83.LaTeXOptions.SimpleTableLimit.HelpText=
|
||||
84.LaTeXOptions.FloatTables.HelpText=
|
||||
85.LaTeXOptions.FloatTables.Label=Lad tabeller flyde
|
||||
86.LaTeXOptions.FloatFigures.HelpText=
|
||||
87.LaTeXOptions.FloatFigures.Label=Lad figurer flyde
|
||||
88.LaTeXOptions.FloatOptionsLabel.HelpText=
|
||||
89.LaTeXOptions.FloatOptionsLabel.Label=Placering
|
||||
90.LaTeXOptions.FloatOptions.HelpText=
|
||||
132.FloatOptions.StringItemList=\u00d8verst eller nederst p\u00e5 siden
|
||||
133.FloatOptions.StringItemList=\u00d8verst p\u00e5 siden
|
||||
134.FloatOptions.StringItemList=Nederst p\u00e5 siden
|
||||
135.FloatOptions.StringItemList=Her eller \u00f8verst p\u00e5 siden
|
||||
136.FloatOptions.StringItemList=Her eller nederst p\u00e5 siden
|
||||
96.LaTeXOptions.AutoCorrectLabel.HelpText=
|
||||
97.LaTeXOptions.AutoCorrectLabel.Label=Autokorrektur
|
||||
98.LaTeXOptions.IgnoreHardPageBreaks.HelpText=
|
||||
99.LaTeXOptions.IgnoreHardPageBreaks.Label=Ignorer manuelle sideskift
|
||||
100.LaTeXOptions.IgnoreHardLineBreaks.HelpText=
|
||||
101.LaTeXOptions.IgnoreHardLineBreaks.Label=Ignorer manuelle linjeskift
|
||||
102.LaTeXOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
103.LaTeXOptions.IgnoreEmptyParagraphs.Label=Ignorer tomme afsnit
|
||||
104.LaTeXOptions.IgnoreDoubleSpaces.HelpText=
|
||||
105.LaTeXOptions.IgnoreDoubleSpaces.Label=Ignorer dobbelte mellemrum
|
||||
106.LaTeXOptions.ExportButton.HelpText=
|
||||
107.LaTeXOptions.ExportButton.Label=Eksporter
|
||||
108.LaTeXOptions.CancelButton.HelpText=
|
||||
109.LaTeXOptions.CancelButton.Label=Afbryd
|
||||
147.LaTeXOptions.DisplayHiddenText.HelpText=
|
||||
148.LaTeXOptions.DisplayHiddenText.Label=Eksporter skjult tekst
|
||||
151.LaTeXOptions.FontLabel.HelpText=
|
||||
152.LaTeXOptions.FontLabel.Label=Skrifttype
|
||||
154.LaTeXOptions.Font.HelpText=
|
|
@ -1,114 +0,0 @@
|
|||
# Strings for Dialog Library W2LDialogs
|
||||
0.LaTeXOptions.HelpText=
|
||||
1.LaTeXOptions.Title=LaTeX Options (Writer2LaTeX)
|
||||
2.LaTeXOptions.FixedLine1.HelpText=
|
||||
3.LaTeXOptions.FixedLine1.Label=
|
||||
4.LaTeXOptions.GeneralLabel.HelpText=
|
||||
5.LaTeXOptions.GeneralLabel.Label=Allgemein
|
||||
6.LaTeXOptions.ConfigLabel.HelpText=
|
||||
7.LaTeXOptions.ConfigLabel.Label=LaTeX Format
|
||||
8.LaTeXOptions.Config.HelpText=
|
||||
15.LaTeXOptions.BackendLabel.HelpText=
|
||||
16.LaTeXOptions.BackendLabel.Label=Backend
|
||||
17.LaTeXOptions.Backend.HelpText=
|
||||
22.LaTeXOptions.InputencodingLabel.HelpText=
|
||||
23.LaTeXOptions.InputencodingLabel.Label=Encoding
|
||||
24.LaTeXOptions.Inputencoding.HelpText=
|
||||
33.LaTeXOptions.Multilingual.HelpText=
|
||||
34.LaTeXOptions.Multilingual.Label=Unterst\u00fctzung f\u00fcr Mehrsprachigkeit
|
||||
35.LaTeXOptions.GreekMath.HelpText=
|
||||
36.LaTeXOptions.GreekMath.Label=Benutze griechische Buchstaben als Symbole
|
||||
37.LaTeXOptions.AdditionalSymbols.HelpText=
|
||||
38.LaTeXOptions.AdditionalSymbols.Label=Unterst\u00fctze weitere Symbole
|
||||
41.LaTeXOptions.UseBibtex.HelpText=
|
||||
42.LaTeXOptions.UseBibtex.Label=Benutze BibTeX f\u00fcr das Literaturverzeichnis
|
||||
43.LaTeXOptions.BibtexStyleLabel.HelpText=
|
||||
44.LaTeXOptions.BibtexStyleLabel.Label=BibTeX Stil
|
||||
45.LaTeXOptions.BibtexStyle.HelpText=
|
||||
46.BibtexStyle.StringItemList=plain
|
||||
47.BibtexStyle.StringItemList=unsrt
|
||||
48.BibtexStyle.StringItemList=alpha
|
||||
49.BibtexStyle.StringItemList=abbrv
|
||||
50.LaTeXOptions.BibtexStyle.Text=
|
||||
51.LaTeXOptions.FilesLabel.HelpText=
|
||||
52.LaTeXOptions.FilesLabel.Label=Dateien
|
||||
53.LaTeXOptions.WrapLines.HelpText=
|
||||
54.LaTeXOptions.WrapLines.Label=Umbruch von langen Zeilen
|
||||
55.LaTeXOptions.WrapLinesAfterLabel.HelpText=
|
||||
56.LaTeXOptions.WrapLinesAfterLabel.Label=nach Buchstaben
|
||||
57.LaTeXOptions.WrapLinesAfter.HelpText=
|
||||
58.LaTeXOptions.SplitLinkedSections.HelpText=
|
||||
59.LaTeXOptions.SplitLinkedSections.Label=Teilung des Dokumentes in verlinkte Bereiche
|
||||
60.LaTeXOptions.SplitToplevelSections.HelpText=
|
||||
61.LaTeXOptions.SplitToplevelSections.Label=Teile das Dokument in Hauptbereiche
|
||||
62.LaTeXOptions.SaveImagesInSubdir.HelpText=
|
||||
63.LaTeXOptions.SaveImagesInSubdir.Label=Speichere Bilder in einem Unterverzeichnis
|
||||
64.LaTeXOptions.SpecialContentLabel.HelpText=
|
||||
65.LaTeXOptions.SpecialContentLabel.Label=Erweiterte Einstellungen
|
||||
66.LaTeXOptions.NotesLabel.HelpText=
|
||||
67.LaTeXOptions.NotesLabel.Label=Bemerkungen
|
||||
68.LaTeXOptions.Notes.HelpText=
|
||||
73.LaTeXOptions.Metadata.HelpText=
|
||||
74.LaTeXOptions.Metadata.Label=Exportiere Dokumenteigenschaften (Metadata)
|
||||
75.LaTeXOptions.FiguresAndTablesLabel.HelpText=
|
||||
76.LaTeXOptions.FiguresAndTablesLabel.Label=Abbildungen und Tabellen
|
||||
77.LaTeXOptions.OriginalImageSize.HelpText=
|
||||
78.LaTeXOptions.OriginalImageSize.Label=Verwende originale Bildgr\u00f6\u00dfe
|
||||
79.LaTeXOptions.OptimizeSimpleTables.HelpText=
|
||||
80.LaTeXOptions.OptimizeSimpleTables.Label=Optimiere einfache Tabellen
|
||||
81.LaTeXOptions.SimpleTableLimitLabel.HelpText=
|
||||
82.LaTeXOptions.SimpleTableLimitLabel.Label=Maximale Breite in Buchstaben
|
||||
83.LaTeXOptions.SimpleTableLimit.HelpText=
|
||||
84.LaTeXOptions.FloatTables.HelpText=
|
||||
85.LaTeXOptions.FloatTables.Label=Float Tabellen
|
||||
86.LaTeXOptions.FloatFigures.HelpText=
|
||||
87.LaTeXOptions.FloatFigures.Label=Float Abbildungen
|
||||
88.LaTeXOptions.FloatOptionsLabel.HelpText=
|
||||
89.LaTeXOptions.FloatOptionsLabel.Label=Float Ausrichtung
|
||||
90.LaTeXOptions.FloatOptions.HelpText=
|
||||
96.LaTeXOptions.AutoCorrectLabel.HelpText=
|
||||
97.LaTeXOptions.AutoCorrectLabel.Label=Automatische Korrektur
|
||||
98.LaTeXOptions.IgnoreHardPageBreaks.HelpText=
|
||||
99.LaTeXOptions.IgnoreHardPageBreaks.Label=Ignoriere harte Seitenumbr\u00fcche
|
||||
100.LaTeXOptions.IgnoreHardLineBreaks.HelpText=
|
||||
101.LaTeXOptions.IgnoreHardLineBreaks.Label=Ignoriere harte Zeilenumbr\u00fcche
|
||||
102.LaTeXOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
103.LaTeXOptions.IgnoreEmptyParagraphs.Label=Ignoriere leere Abschnitte
|
||||
104.LaTeXOptions.IgnoreDoubleSpaces.HelpText=
|
||||
105.LaTeXOptions.IgnoreDoubleSpaces.Label=Ignoriere doppelte Leerzeichen
|
||||
106.LaTeXOptions.ExportButton.HelpText=
|
||||
107.LaTeXOptions.ExportButton.Label=Export
|
||||
108.LaTeXOptions.CancelButton.HelpText=
|
||||
109.LaTeXOptions.CancelButton.Label=Cancel
|
||||
137.Config.StringItemList=Sehr aufger\u00e4umter Artikel
|
||||
138.Config.StringItemList=Aufger\u00e4umter Artikel
|
||||
139.Config.StringItemList=Voreinstellung
|
||||
140.Config.StringItemList=Druck optimiert
|
||||
141.Config.StringItemList=Monitor optimiert (pdf)
|
||||
142.Config.StringItemList=Angepasst
|
||||
116.Backend.StringItemList=generisch
|
||||
117.Backend.StringItemList=Pdf (pdfTeX)
|
||||
118.Backend.StringItemList=Postscript (dvips)
|
||||
119.Backend.StringItemList=unspezifisch
|
||||
120.Inputencoding.StringItemList=US ASCII
|
||||
121.Inputencoding.StringItemList=Westeurop\u00e4isch (ISO 8859-1)
|
||||
122.Inputencoding.StringItemList=Osteurop\u00e4isch (ISO 8859-2)
|
||||
123.Inputencoding.StringItemList=Lateinisch/Griechisch (ISO 8859-7)
|
||||
124.Inputencoding.StringItemList=Microsoft Osteurop\u00e4isch (Cp1250)
|
||||
125.Inputencoding.StringItemList=Microsoft Cyrillic (Cp1251)
|
||||
126.Inputencoding.StringItemList=Russisch (koi8-r)
|
||||
127.Inputencoding.StringItemList=Unicode (UTF8)
|
||||
128.Notes.StringItemList=Nicht exportieren
|
||||
129.Notes.StringItemList=Als Kommentare exportieren
|
||||
130.Notes.StringItemList=Als Randnotizen exportieren
|
||||
131.Notes.StringItemList=Als pdf Bemerkungen exportieren
|
||||
132.FloatOptions.StringItemList=Anfang oder Ende der Seite
|
||||
133.FloatOptions.StringItemList=Anfang der Seite
|
||||
134.FloatOptions.StringItemList=Ende der Seite
|
||||
135.FloatOptions.StringItemList=Hier oder Anfang der Seite
|
||||
136.FloatOptions.StringItemList=Hier oder Ende der Seite
|
||||
147.LaTeXOptions.DisplayHiddenText.HelpText=
|
||||
148.LaTeXOptions.DisplayHiddenText.Label=Export hidden text
|
||||
151.LaTeXOptions.FontLabel.HelpText=
|
||||
152.LaTeXOptions.FontLabel.Label=Font
|
||||
154.LaTeXOptions.Font.HelpText=
|
|
@ -1,114 +0,0 @@
|
|||
# Strings for Dialog Library W2LDialogs
|
||||
0.LaTeXOptions.HelpText=
|
||||
1.LaTeXOptions.Title=LaTeX Options (Writer2LaTeX)
|
||||
2.LaTeXOptions.FixedLine1.HelpText=
|
||||
3.LaTeXOptions.FixedLine1.Label=
|
||||
4.LaTeXOptions.GeneralLabel.HelpText=
|
||||
5.LaTeXOptions.GeneralLabel.Label=General
|
||||
6.LaTeXOptions.ConfigLabel.HelpText=
|
||||
7.LaTeXOptions.ConfigLabel.Label=LaTeX format
|
||||
8.LaTeXOptions.Config.HelpText=
|
||||
137.Config.StringItemList=Ultra-clean article
|
||||
138.Config.StringItemList=Clean article
|
||||
139.Config.StringItemList=Default
|
||||
140.Config.StringItemList=Print optimized
|
||||
141.Config.StringItemList=Screen optimized (pdf)
|
||||
142.Config.StringItemList=Custom
|
||||
15.LaTeXOptions.BackendLabel.HelpText=
|
||||
16.LaTeXOptions.BackendLabel.Label=Backend
|
||||
17.LaTeXOptions.Backend.HelpText=
|
||||
116.Backend.StringItemList=Generic
|
||||
117.Backend.StringItemList=Pdf (pdfTeX)
|
||||
118.Backend.StringItemList=Postscript (dvips)
|
||||
119.Backend.StringItemList=Unspecified
|
||||
22.LaTeXOptions.InputencodingLabel.HelpText=
|
||||
23.LaTeXOptions.InputencodingLabel.Label=Encoding
|
||||
24.LaTeXOptions.Inputencoding.HelpText=
|
||||
120.Inputencoding.StringItemList=US ASCII
|
||||
121.Inputencoding.StringItemList=West European (ISO 8859-1)
|
||||
122.Inputencoding.StringItemList=East European (ISO 8859-2)
|
||||
123.Inputencoding.StringItemList=Latin/Greek (ISO 8859-7)
|
||||
124.Inputencoding.StringItemList=Microsoft East European (Cp1250)
|
||||
125.Inputencoding.StringItemList=Microsoft Cyrillic (Cp1251)
|
||||
126.Inputencoding.StringItemList=Russian (koi8-r)
|
||||
127.Inputencoding.StringItemList=Unicode (UTF8)
|
||||
33.LaTeXOptions.Multilingual.HelpText=
|
||||
34.LaTeXOptions.Multilingual.Label=Enable multilingual support
|
||||
35.LaTeXOptions.GreekMath.HelpText=
|
||||
36.LaTeXOptions.GreekMath.Label=Use greek letters as symbols
|
||||
37.LaTeXOptions.AdditionalSymbols.HelpText=
|
||||
38.LaTeXOptions.AdditionalSymbols.Label=Support additional symbols
|
||||
41.LaTeXOptions.UseBibtex.HelpText=
|
||||
42.LaTeXOptions.UseBibtex.Label=Use BibTeX for bibliography
|
||||
43.LaTeXOptions.BibtexStyleLabel.HelpText=
|
||||
44.LaTeXOptions.BibtexStyleLabel.Label=BibTeX style
|
||||
45.LaTeXOptions.BibtexStyle.HelpText=
|
||||
46.BibtexStyle.StringItemList=plain
|
||||
47.BibtexStyle.StringItemList=unsrt
|
||||
48.BibtexStyle.StringItemList=alpha
|
||||
49.BibtexStyle.StringItemList=abbrv
|
||||
50.LaTeXOptions.BibtexStyle.Text=
|
||||
51.LaTeXOptions.FilesLabel.HelpText=
|
||||
52.LaTeXOptions.FilesLabel.Label=Files
|
||||
53.LaTeXOptions.WrapLines.HelpText=
|
||||
54.LaTeXOptions.WrapLines.Label=Wrap long lines
|
||||
55.LaTeXOptions.WrapLinesAfterLabel.HelpText=
|
||||
56.LaTeXOptions.WrapLinesAfterLabel.Label=After characters
|
||||
57.LaTeXOptions.WrapLinesAfter.HelpText=
|
||||
58.LaTeXOptions.SplitLinkedSections.HelpText=
|
||||
59.LaTeXOptions.SplitLinkedSections.Label=Split document at linked sections
|
||||
60.LaTeXOptions.SplitToplevelSections.HelpText=
|
||||
61.LaTeXOptions.SplitToplevelSections.Label=Split document at top level sections
|
||||
62.LaTeXOptions.SaveImagesInSubdir.HelpText=
|
||||
63.LaTeXOptions.SaveImagesInSubdir.Label=Save images in subdirectory
|
||||
64.LaTeXOptions.SpecialContentLabel.HelpText=
|
||||
65.LaTeXOptions.SpecialContentLabel.Label=Special content
|
||||
66.LaTeXOptions.NotesLabel.HelpText=
|
||||
67.LaTeXOptions.NotesLabel.Label=Export notes
|
||||
68.LaTeXOptions.Notes.HelpText=
|
||||
128.Notes.StringItemList=Do not export
|
||||
129.Notes.StringItemList=As comments
|
||||
130.Notes.StringItemList=As marginal notes
|
||||
131.Notes.StringItemList=As pdf annotations
|
||||
73.LaTeXOptions.Metadata.HelpText=
|
||||
74.LaTeXOptions.Metadata.Label=Export document properties (metadata)
|
||||
75.LaTeXOptions.FiguresAndTablesLabel.HelpText=
|
||||
76.LaTeXOptions.FiguresAndTablesLabel.Label=Figures and tables
|
||||
77.LaTeXOptions.OriginalImageSize.HelpText=
|
||||
78.LaTeXOptions.OriginalImageSize.Label=Use original image size
|
||||
79.LaTeXOptions.OptimizeSimpleTables.HelpText=
|
||||
80.LaTeXOptions.OptimizeSimpleTables.Label=Optimize simple tables
|
||||
81.LaTeXOptions.SimpleTableLimitLabel.HelpText=
|
||||
82.LaTeXOptions.SimpleTableLimitLabel.Label=Maximum width in characters
|
||||
83.LaTeXOptions.SimpleTableLimit.HelpText=
|
||||
84.LaTeXOptions.FloatTables.HelpText=
|
||||
85.LaTeXOptions.FloatTables.Label=Float tables
|
||||
86.LaTeXOptions.FloatFigures.HelpText=
|
||||
87.LaTeXOptions.FloatFigures.Label=Float figures
|
||||
88.LaTeXOptions.FloatOptionsLabel.HelpText=
|
||||
89.LaTeXOptions.FloatOptionsLabel.Label=Float placement
|
||||
90.LaTeXOptions.FloatOptions.HelpText=
|
||||
132.FloatOptions.StringItemList=Top or bottom of page
|
||||
133.FloatOptions.StringItemList=Top of page
|
||||
134.FloatOptions.StringItemList=Bottom of page
|
||||
135.FloatOptions.StringItemList=Here or top of page
|
||||
136.FloatOptions.StringItemList=Here or bottom of page
|
||||
96.LaTeXOptions.AutoCorrectLabel.HelpText=
|
||||
97.LaTeXOptions.AutoCorrectLabel.Label=AutoCorrect
|
||||
98.LaTeXOptions.IgnoreHardPageBreaks.HelpText=
|
||||
99.LaTeXOptions.IgnoreHardPageBreaks.Label=Ignore hard page breaks
|
||||
100.LaTeXOptions.IgnoreHardLineBreaks.HelpText=
|
||||
101.LaTeXOptions.IgnoreHardLineBreaks.Label=Ignore hard line breaks
|
||||
102.LaTeXOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
103.LaTeXOptions.IgnoreEmptyParagraphs.Label=Ignore empty paragraphs
|
||||
104.LaTeXOptions.IgnoreDoubleSpaces.HelpText=
|
||||
105.LaTeXOptions.IgnoreDoubleSpaces.Label=Ignore double spaces
|
||||
106.LaTeXOptions.ExportButton.HelpText=
|
||||
107.LaTeXOptions.ExportButton.Label=Export
|
||||
108.LaTeXOptions.CancelButton.HelpText=
|
||||
109.LaTeXOptions.CancelButton.Label=Cancel
|
||||
147.LaTeXOptions.DisplayHiddenText.HelpText=
|
||||
148.LaTeXOptions.DisplayHiddenText.Label=Export hidden text
|
||||
151.LaTeXOptions.FontLabel.HelpText=
|
||||
152.LaTeXOptions.FontLabel.Label=Font
|
||||
154.LaTeXOptions.Font.HelpText=
|
|
@ -1,114 +0,0 @@
|
|||
# Strings for Dialog Library W2LDialogs
|
||||
0.LaTeXOptions.HelpText=
|
||||
1.LaTeXOptions.Title=Opciones de LaTeX (Writer2LaTeX)
|
||||
2.LaTeXOptions.FixedLine1.HelpText=
|
||||
3.LaTeXOptions.FixedLine1.Label=
|
||||
4.LaTeXOptions.GeneralLabel.HelpText=
|
||||
5.LaTeXOptions.GeneralLabel.Label=General
|
||||
6.LaTeXOptions.ConfigLabel.HelpText=
|
||||
7.LaTeXOptions.ConfigLabel.Label=Formato LaTeX
|
||||
8.LaTeXOptions.Config.HelpText=
|
||||
137.Config.StringItemList=Art\u00edculo muy simple
|
||||
138.Config.StringItemList=Art\u00edculo simple
|
||||
139.Config.StringItemList=Por defecto
|
||||
140.Config.StringItemList=Impresi\u00f3n optimizada
|
||||
141.Config.StringItemList=Optimizado para pantalla (pdf)
|
||||
142.Config.StringItemList=Personalizado
|
||||
15.LaTeXOptions.BackendLabel.HelpText=
|
||||
16.LaTeXOptions.BackendLabel.Label=Formato Final
|
||||
17.LaTeXOptions.Backend.HelpText=
|
||||
116.Backend.StringItemList=Gen\u00e9rico
|
||||
117.Backend.StringItemList=Pdf (pdfTeX)
|
||||
118.Backend.StringItemList=Postscript (dvips)
|
||||
119.Backend.StringItemList=No especificado
|
||||
22.LaTeXOptions.InputencodingLabel.HelpText=
|
||||
23.LaTeXOptions.InputencodingLabel.Label=Codificaci\u00f3n
|
||||
24.LaTeXOptions.Inputencoding.HelpText=
|
||||
120.Inputencoding.StringItemList=US ASCII
|
||||
121.Inputencoding.StringItemList=West European (ISO 8859-1)
|
||||
122.Inputencoding.StringItemList=East European (ISO 8859-2)
|
||||
123.Inputencoding.StringItemList=Latin/Greek (ISO 8859-7)
|
||||
124.Inputencoding.StringItemList=Microsoft East European (Cp1250)
|
||||
125.Inputencoding.StringItemList=Microsoft Cyrillic (Cp1251)
|
||||
126.Inputencoding.StringItemList=Russian (koi8-r)
|
||||
127.Inputencoding.StringItemList=Unicode (UTF8)
|
||||
33.LaTeXOptions.Multilingual.HelpText=
|
||||
34.LaTeXOptions.Multilingual.Label=Habilitar soporte multil\u00edng\u00fce
|
||||
35.LaTeXOptions.GreekMath.HelpText=
|
||||
36.LaTeXOptions.GreekMath.Label=Usar letras griegas como s\u00edmbolos
|
||||
37.LaTeXOptions.AdditionalSymbols.HelpText=
|
||||
38.LaTeXOptions.AdditionalSymbols.Label=Habilitar soporte a s\u00edmbolos adicionales
|
||||
41.LaTeXOptions.UseBibtex.HelpText=
|
||||
42.LaTeXOptions.UseBibtex.Label=Usar BibTeX para bibliograf\u00eda
|
||||
43.LaTeXOptions.BibtexStyleLabel.HelpText=
|
||||
44.LaTeXOptions.BibtexStyleLabel.Label=Estilo BibTeX
|
||||
45.LaTeXOptions.BibtexStyle.HelpText=
|
||||
46.BibtexStyle.StringItemList=plain
|
||||
47.BibtexStyle.StringItemList=unsrt
|
||||
48.BibtexStyle.StringItemList=alpha
|
||||
49.BibtexStyle.StringItemList=abbrv
|
||||
50.LaTeXOptions.BibtexStyle.Text=
|
||||
51.LaTeXOptions.FilesLabel.HelpText=
|
||||
52.LaTeXOptions.FilesLabel.Label=Archivos
|
||||
53.LaTeXOptions.WrapLines.HelpText=
|
||||
54.LaTeXOptions.WrapLines.Label=Ajustar lineas largas
|
||||
55.LaTeXOptions.WrapLinesAfterLabel.HelpText=
|
||||
56.LaTeXOptions.WrapLinesAfterLabel.Label=Despu\u00e9s de car\u00e1cter
|
||||
57.LaTeXOptions.WrapLinesAfter.HelpText=
|
||||
58.LaTeXOptions.SplitLinkedSections.HelpText=
|
||||
59.LaTeXOptions.SplitLinkedSections.Label=Separar documento en secciones conectadas
|
||||
60.LaTeXOptions.SplitToplevelSections.HelpText=
|
||||
61.LaTeXOptions.SplitToplevelSections.Label=Separar documento al nivel m\u00e1s alto de secci\u00f3n
|
||||
62.LaTeXOptions.SaveImagesInSubdir.HelpText=
|
||||
63.LaTeXOptions.SaveImagesInSubdir.Label=Salvar im\u00e1genes en subdirectorio
|
||||
64.LaTeXOptions.SpecialContentLabel.HelpText=
|
||||
65.LaTeXOptions.SpecialContentLabel.Label=Contenido especial
|
||||
66.LaTeXOptions.NotesLabel.HelpText=
|
||||
67.LaTeXOptions.NotesLabel.Label=Exportar notas
|
||||
68.LaTeXOptions.Notes.HelpText=
|
||||
128.Notes.StringItemList=No exportar
|
||||
129.Notes.StringItemList=como comentarios
|
||||
130.Notes.StringItemList=como notas al margen
|
||||
131.Notes.StringItemList=como anotaciones al pdf
|
||||
73.LaTeXOptions.Metadata.HelpText=
|
||||
74.LaTeXOptions.Metadata.Label=Exportar propiedades del documento (metadatos)
|
||||
75.LaTeXOptions.FiguresAndTablesLabel.HelpText=
|
||||
76.LaTeXOptions.FiguresAndTablesLabel.Label=Figuras y tablas
|
||||
77.LaTeXOptions.OriginalImageSize.HelpText=
|
||||
78.LaTeXOptions.OriginalImageSize.Label=Usar tama\u00f1o original de la imagen
|
||||
79.LaTeXOptions.OptimizeSimpleTables.HelpText=
|
||||
80.LaTeXOptions.OptimizeSimpleTables.Label=Optimizar tablas simples
|
||||
81.LaTeXOptions.SimpleTableLimitLabel.HelpText=
|
||||
82.LaTeXOptions.SimpleTableLimitLabel.Label=Anchura m\u00e1xima en caracteres
|
||||
83.LaTeXOptions.SimpleTableLimit.HelpText=
|
||||
84.LaTeXOptions.FloatTables.HelpText=
|
||||
85.LaTeXOptions.FloatTables.Label=Tablas flotantes
|
||||
86.LaTeXOptions.FloatFigures.HelpText=
|
||||
87.LaTeXOptions.FloatFigures.Label=Figuras flotantes
|
||||
88.LaTeXOptions.FloatOptionsLabel.HelpText=
|
||||
89.LaTeXOptions.FloatOptionsLabel.Label=Zona flotante
|
||||
90.LaTeXOptions.FloatOptions.HelpText=
|
||||
132.FloatOptions.StringItemList=Arriba o abajo en la p\u00e1gina
|
||||
133.FloatOptions.StringItemList=Arriba de la p\u00e1gina
|
||||
134.FloatOptions.StringItemList=Abajo de la p\u00e1gina
|
||||
135.FloatOptions.StringItemList=Aqu\u00ed o en lo alto de la p\u00e1gina
|
||||
136.FloatOptions.StringItemList=Aqu\u00ed o en lo bajo de la p\u00e1gina.
|
||||
96.LaTeXOptions.AutoCorrectLabel.HelpText=
|
||||
97.LaTeXOptions.AutoCorrectLabel.Label=AutoCorregir
|
||||
98.LaTeXOptions.IgnoreHardPageBreaks.HelpText=
|
||||
99.LaTeXOptions.IgnoreHardPageBreaks.Label=Ignorar saltos de p\u00e1gina
|
||||
100.LaTeXOptions.IgnoreHardLineBreaks.HelpText=
|
||||
101.LaTeXOptions.IgnoreHardLineBreaks.Label=Ignorar saltos de l\u00ednea
|
||||
102.LaTeXOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
103.LaTeXOptions.IgnoreEmptyParagraphs.Label=Ignorar p\u00e1rrafos
|
||||
104.LaTeXOptions.IgnoreDoubleSpaces.HelpText=
|
||||
105.LaTeXOptions.IgnoreDoubleSpaces.Label=Ignorar espacios dobles
|
||||
106.LaTeXOptions.ExportButton.HelpText=
|
||||
107.LaTeXOptions.ExportButton.Label=Exportar
|
||||
108.LaTeXOptions.CancelButton.HelpText=
|
||||
109.LaTeXOptions.CancelButton.Label=Cancelar
|
||||
147.LaTeXOptions.DisplayHiddenText.HelpText=
|
||||
148.LaTeXOptions.DisplayHiddenText.Label=Export hidden text
|
||||
151.LaTeXOptions.FontLabel.HelpText=
|
||||
152.LaTeXOptions.FontLabel.Label=Font
|
||||
154.LaTeXOptions.Font.HelpText=
|
|
@ -1,114 +0,0 @@
|
|||
# Strings for Dialog Library W2LDialogs
|
||||
0.LaTeXOptions.HelpText=
|
||||
1.LaTeXOptions.Title=\u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0644\u06cc\u062a\u06a9
|
||||
2.LaTeXOptions.FixedLine1.HelpText=
|
||||
3.LaTeXOptions.FixedLine1.Label=
|
||||
4.LaTeXOptions.GeneralLabel.HelpText=
|
||||
5.LaTeXOptions.GeneralLabel.Label=\u0639\u0645\u0648\u0645\u06cc
|
||||
6.LaTeXOptions.ConfigLabel.HelpText=
|
||||
7.LaTeXOptions.ConfigLabel.Label=\u0642\u0627\u0644\u0628 \u0644\u06cc\u062a\u06a9
|
||||
8.LaTeXOptions.Config.HelpText=
|
||||
137.Config.StringItemList=\u0645\u0642\u0627\u0644\u0647 \u06a9\u0627\u0645\u0644\u0627 \u067e\u0627\u06a9
|
||||
138.Config.StringItemList=\u0645\u0642\u0627\u0644\u0647 \u067e\u0627\u06a9
|
||||
139.Config.StringItemList=\u067e\u06cc\u0634 \u0641\u0631\u0636
|
||||
140.Config.StringItemList=\u0628\u0647\u06cc\u0646\u0647 \u0634\u062f\u0647 \u0628\u0631\u0627\u06cc \u0686\u0627\u067e
|
||||
141.Config.StringItemList=\u0628\u0647\u06cc\u0646\u0647 \u0634\u062f\u0647 \u0628\u0631\u0627\u06cc \u0646\u0645\u0627\u06cc\u0634
|
||||
142.Config.StringItemList=\u062f\u0644\u062e\u0648\u0627\u0647
|
||||
15.LaTeXOptions.BackendLabel.HelpText=
|
||||
16.LaTeXOptions.BackendLabel.Label=\u067e\u06cc\u0634 \u0632\u0645\u06cc\u0646\u0647
|
||||
17.LaTeXOptions.Backend.HelpText=
|
||||
116.Backend.StringItemList=\u06cc\u06a9\u062a\u0627
|
||||
117.Backend.StringItemList=Pdf (pdfTeX)
|
||||
118.Backend.StringItemList=\u067e\u0633\u062a \u0627\u0633\u06a9\u0631\u06cc\u067e\u062a
|
||||
119.Backend.StringItemList=\u062a\u0639\u06cc\u06cc\u0646 \u0646\u0634\u062f\u0647
|
||||
22.LaTeXOptions.InputencodingLabel.HelpText=
|
||||
23.LaTeXOptions.InputencodingLabel.Label=\u0631\u0648\u0634 \u06a9\u062f\u06af\u0630\u0627\u0631\u06cc
|
||||
24.LaTeXOptions.Inputencoding.HelpText=
|
||||
120.Inputencoding.StringItemList=\u0627\u0633\u06a9\u06cc
|
||||
121.Inputencoding.StringItemList=West European (ISO 8859-1)
|
||||
122.Inputencoding.StringItemList=East European (ISO 8859-2)
|
||||
123.Inputencoding.StringItemList=Latin/Greek (ISO 8859-7)
|
||||
124.Inputencoding.StringItemList=Microsoft East European (Cp1250)
|
||||
125.Inputencoding.StringItemList=Microsoft Cyrillic (Cp1251)
|
||||
126.Inputencoding.StringItemList=Russian (koi8-r)
|
||||
127.Inputencoding.StringItemList=Unicode (UTF8)
|
||||
33.LaTeXOptions.Multilingual.HelpText=
|
||||
34.LaTeXOptions.Multilingual.Label=\u0641\u0639\u0627\u0644 \u06a9\u0631\u062f\u0646 \u0686\u0646\u062f \u0632\u0628\u0627\u0646\u06cc
|
||||
35.LaTeXOptions.GreekMath.HelpText=
|
||||
36.LaTeXOptions.GreekMath.Label=\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0648\u0627\u0698\u06a9 \u0647\u0627\u06cc \u06cc\u0648\u0646\u0627\u0646\u06cc \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0646\u0645\u0627\u062f
|
||||
37.LaTeXOptions.AdditionalSymbols.HelpText=
|
||||
38.LaTeXOptions.AdditionalSymbols.Label=\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0645\u0627\u062f\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc
|
||||
41.LaTeXOptions.UseBibtex.HelpText=
|
||||
42.LaTeXOptions.UseBibtex.Label=Use BibTeX for bibliography
|
||||
43.LaTeXOptions.BibtexStyleLabel.HelpText=
|
||||
44.LaTeXOptions.BibtexStyleLabel.Label=BibTeX style
|
||||
45.LaTeXOptions.BibtexStyle.HelpText=
|
||||
46.BibtexStyle.StringItemList=plain
|
||||
47.BibtexStyle.StringItemList=unsrt
|
||||
48.BibtexStyle.StringItemList=alpha
|
||||
49.BibtexStyle.StringItemList=abbrv
|
||||
50.LaTeXOptions.BibtexStyle.Text=
|
||||
51.LaTeXOptions.FilesLabel.HelpText=
|
||||
52.LaTeXOptions.FilesLabel.Label=\u067e\u0631\u0648\u0646\u062f\u0647\u200c\u0647\u0627
|
||||
53.LaTeXOptions.WrapLines.HelpText=
|
||||
54.LaTeXOptions.WrapLines.Label=\u0634\u06a9\u0627\u0646\u062f\u0646 \u062e\u0637\u0647\u0627\u06cc \u0628\u0632\u0631\u06af
|
||||
55.LaTeXOptions.WrapLinesAfterLabel.HelpText=
|
||||
56.LaTeXOptions.WrapLinesAfterLabel.Label=\u0628\u0639\u062f \u0627\u0632 \u0648\u0627\u0698\u06a9
|
||||
57.LaTeXOptions.WrapLinesAfter.HelpText=
|
||||
58.LaTeXOptions.SplitLinkedSections.HelpText=
|
||||
59.LaTeXOptions.SplitLinkedSections.Label=\u0634\u06a9\u0627\u0646\u062f\u0646 \u0645\u0633\u062a\u0646\u062f \u0628\u0639\u062f \u0627\u0632 \u0642\u0633\u0645\u062a\u200c\u0647\u0627\u06cc \u067e\u06cc\u0648\u0646\u062f \u062f\u0627\u062f\u0647 \u0634\u062f\u0647
|
||||
60.LaTeXOptions.SplitToplevelSections.HelpText=
|
||||
61.LaTeXOptions.SplitToplevelSections.Label=\u0634\u06a9\u0627\u0646\u062f\u0646 \u0645\u0633\u062a\u0646\u062f \u0628\u0639\u062f \u0627\u0632 \u0628\u0627\u0644\u0627\u062a\u0631\u06cc\u0646 \u0633\u0637\u062d \u0642\u0633\u0645\u062a\u200c\u0647\u0627
|
||||
62.LaTeXOptions.SaveImagesInSubdir.HelpText=
|
||||
63.LaTeXOptions.SaveImagesInSubdir.Label=\u0630\u062e\u06cc\u0631\u0647 \u06a9\u0631\u062f\u0646 \u0634\u06a9\u0644\u200c\u0647\u0627 \u062f\u0631 \u0632\u06cc\u0631\u067e\u0648\u0634\u0647
|
||||
64.LaTeXOptions.SpecialContentLabel.HelpText=
|
||||
65.LaTeXOptions.SpecialContentLabel.Label=Special content
|
||||
66.LaTeXOptions.NotesLabel.HelpText=
|
||||
67.LaTeXOptions.NotesLabel.Label=\u0635\u0627\u062f\u0631\u06a9\u0631\u062f\u0646 \u06cc\u0627\u062f\u0627\u0634\u062a
|
||||
68.LaTeXOptions.Notes.HelpText=
|
||||
128.Notes.StringItemList=\u0635\u0627\u062f\u0631 \u0646\u06a9\u0646
|
||||
129.Notes.StringItemList=\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062a\u0648\u0636\u06cc\u062d
|
||||
130.Notes.StringItemList=\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062a\u0648\u0636\u06cc\u062d \u062a\u0631\u06a9\u06cc\u0628 \u0634\u062f\u0647
|
||||
131.Notes.StringItemList=\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0627\u0639\u0644\u0627\u0645\u200c\u0647\u0627 \u062f\u0631 PDF
|
||||
73.LaTeXOptions.Metadata.HelpText=
|
||||
74.LaTeXOptions.Metadata.Label=\u0635\u0627\u062f\u0631 \u06a9\u0631\u062f\u0646 \u062a\u0646\u0638\u06cc\u0645 \u0647\u0627\u06cc \u0645\u0633\u062a\u0646\u062f
|
||||
75.LaTeXOptions.FiguresAndTablesLabel.HelpText=
|
||||
76.LaTeXOptions.FiguresAndTablesLabel.Label=\u0634\u06a9\u0644\u0647\u0627 \u0648 \u062c\u062f\u0648\u0644\u0647\u0627
|
||||
77.LaTeXOptions.OriginalImageSize.HelpText=
|
||||
78.LaTeXOptions.OriginalImageSize.Label=\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0627\u0646\u062f\u0627\u0632\u0647 \u0627\u0635\u0644\u06cc \u0634\u06a9\u0644
|
||||
79.LaTeXOptions.OptimizeSimpleTables.HelpText=
|
||||
80.LaTeXOptions.OptimizeSimpleTables.Label=\u0628\u0647\u06cc\u0646\u0647 \u06a9\u0631\u062f\u0646 \u062c\u062f\u0648\u0644\u0647\u0627\u06cc \u0633\u0627\u062f\u0647
|
||||
81.LaTeXOptions.SimpleTableLimitLabel.HelpText=
|
||||
82.LaTeXOptions.SimpleTableLimitLabel.Label=\u0628\u0632\u0631\u06af \u06a9\u0631\u062f\u0646 \u0639\u0631\u0636 \u0628\u0631\u0627\u06cc \u0648\u0627\u0698\u06a9
|
||||
83.LaTeXOptions.SimpleTableLimit.HelpText=
|
||||
84.LaTeXOptions.FloatTables.HelpText=
|
||||
85.LaTeXOptions.FloatTables.Label=\u062c\u062f\u0648\u0644\u0647\u0627\u06cc \u0634\u0646\u0627\u0648\u0631
|
||||
86.LaTeXOptions.FloatFigures.HelpText=
|
||||
87.LaTeXOptions.FloatFigures.Label=\u0634\u06a9\u0644\u0647\u0627\u06cc \u0634\u0646\u0627\u0648\u0631
|
||||
88.LaTeXOptions.FloatOptionsLabel.HelpText=
|
||||
89.LaTeXOptions.FloatOptionsLabel.Label=\u0645\u06a9\u0627\u0646\u0647\u0627 \u0634\u0646\u0627\u0648\u0631
|
||||
90.LaTeXOptions.FloatOptions.HelpText=
|
||||
132.FloatOptions.StringItemList=\u0628\u0627\u0644\u0627 \u0648 \u06cc\u0627 \u067e\u0627\u06cc\u06cc\u0646 \u0628\u0631\u06af\u0647
|
||||
133.FloatOptions.StringItemList=\u0628\u0627\u0644\u0627\u06cc \u0628\u0631\u06af\u0647
|
||||
134.FloatOptions.StringItemList=\u067e\u0627\u06cc\u06cc\u0646 \u0628\u0631\u06af\u0647
|
||||
135.FloatOptions.StringItemList=\u0627\u06cc\u0646\u062c\u0627 \u06cc\u0627 \u0628\u0627\u0644\u0627\u06cc \u0628\u0631\u06af\u0647
|
||||
136.FloatOptions.StringItemList=\u0627\u06cc\u0646\u062c\u0627 \u06cc\u0627 \u067e\u0627\u06cc\u06cc\u0646 \u0628\u0631\u06af\u0647
|
||||
96.LaTeXOptions.AutoCorrectLabel.HelpText=
|
||||
97.LaTeXOptions.AutoCorrectLabel.Label=\u0627\u0635\u0644\u0627\u062d \u062e\u0648\u062f\u06a9\u0627\u0631
|
||||
98.LaTeXOptions.IgnoreHardPageBreaks.HelpText=
|
||||
99.LaTeXOptions.IgnoreHardPageBreaks.Label=Ignore hard page breaks
|
||||
100.LaTeXOptions.IgnoreHardLineBreaks.HelpText=
|
||||
101.LaTeXOptions.IgnoreHardLineBreaks.Label=Ignore hard line breaks
|
||||
102.LaTeXOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
103.LaTeXOptions.IgnoreEmptyParagraphs.Label=\u0635\u0631\u0641 \u0646\u0638\u0631 \u0627\u0632 \u067e\u0627\u0631\u0627\u06af\u0631\u0627\u0641\u0647\u0627\u06cc \u062e\u0627\u0644\u06cc
|
||||
104.LaTeXOptions.IgnoreDoubleSpaces.HelpText=
|
||||
105.LaTeXOptions.IgnoreDoubleSpaces.Label=\u0635\u0631\u0641 \u0646\u0638\u0631 \u0627\u0632 \u0641\u0636\u0627\u06cc \u062e\u0627\u0644\u06cc \u0645\u062a\u0648\u0627\u0644\u06cc
|
||||
106.LaTeXOptions.ExportButton.HelpText=
|
||||
107.LaTeXOptions.ExportButton.Label=\u0635\u0627\u062f\u0631 \u06a9\u0631\u062f\u0646
|
||||
108.LaTeXOptions.CancelButton.HelpText=
|
||||
109.LaTeXOptions.CancelButton.Label=\u0627\u0646\u0635\u0631\u0627\u0641
|
||||
147.LaTeXOptions.DisplayHiddenText.HelpText=
|
||||
148.LaTeXOptions.DisplayHiddenText.Label=Export hidden text
|
||||
151.LaTeXOptions.FontLabel.HelpText=
|
||||
152.LaTeXOptions.FontLabel.Label=Font
|
||||
154.LaTeXOptions.Font.HelpText=
|
|
@ -1,114 +0,0 @@
|
|||
# Strings for Dialog Library W2LDialogs
|
||||
0.LaTeXOptions.HelpText=
|
||||
1.LaTeXOptions.Title=LaTeX asetukset (Writer2LaTeX)
|
||||
2.LaTeXOptions.FixedLine1.HelpText=
|
||||
3.LaTeXOptions.FixedLine1.Label=
|
||||
4.LaTeXOptions.GeneralLabel.HelpText=
|
||||
5.LaTeXOptions.GeneralLabel.Label=Yleiset asetukset
|
||||
6.LaTeXOptions.ConfigLabel.HelpText=
|
||||
7.LaTeXOptions.ConfigLabel.Label=LaTeX formaatti
|
||||
8.LaTeXOptions.Config.HelpText=
|
||||
137.Config.StringItemList=Ultra-clean artikkeli
|
||||
138.Config.StringItemList=Clean artikkeli
|
||||
139.Config.StringItemList=Oletus
|
||||
140.Config.StringItemList=Tulostukseen optimoitu
|
||||
141.Config.StringItemList=N\u00e4yt\u00f6lle optimoitu (pdf)
|
||||
142.Config.StringItemList=Custom
|
||||
15.LaTeXOptions.BackendLabel.HelpText=
|
||||
16.LaTeXOptions.BackendLabel.Label=Backend
|
||||
17.LaTeXOptions.Backend.HelpText=
|
||||
116.Backend.StringItemList=Generic
|
||||
117.Backend.StringItemList=Pdf (pdfTeX)
|
||||
118.Backend.StringItemList=Postscript (dvips)
|
||||
119.Backend.StringItemList=Unspecified
|
||||
22.LaTeXOptions.InputencodingLabel.HelpText=
|
||||
23.LaTeXOptions.InputencodingLabel.Label=Merkist\u00f6n koodaus
|
||||
24.LaTeXOptions.Inputencoding.HelpText=
|
||||
120.Inputencoding.StringItemList=ASCII (US)
|
||||
121.Inputencoding.StringItemList=L\u00e4nsi-Eurooppalainen (ISO 8859-1)
|
||||
122.Inputencoding.StringItemList=It\u00e4-Eurooppalainen (ISO 8859-2)
|
||||
123.Inputencoding.StringItemList=Latina/Kreikka (ISO 8859-7)
|
||||
124.Inputencoding.StringItemList=Mircosoft It\u00e4-Eurooppa (CP1251)
|
||||
125.Inputencoding.StringItemList=Miicrosoft Kyriilinen (CP1251)
|
||||
126.Inputencoding.StringItemList=Ven\u00e4j\u00e4 (koi8-r)
|
||||
127.Inputencoding.StringItemList=Unicode (UTF8)
|
||||
33.LaTeXOptions.Multilingual.HelpText=
|
||||
34.LaTeXOptions.Multilingual.Label=Salli monikielisyyden tuki
|
||||
35.LaTeXOptions.GreekMath.HelpText=
|
||||
36.LaTeXOptions.GreekMath.Label=K\u00e4yt\u00e4 Kreikkalaisia kirjaimia symbooleina
|
||||
37.LaTeXOptions.AdditionalSymbols.HelpText=
|
||||
38.LaTeXOptions.AdditionalSymbols.Label=Tue muita symbooleja
|
||||
41.LaTeXOptions.UseBibtex.HelpText=
|
||||
42.LaTeXOptions.UseBibtex.Label=K\u00e4yt\u00e4 BibTeX:i\u00e4 bibliografiaan
|
||||
43.LaTeXOptions.BibtexStyleLabel.HelpText=
|
||||
44.LaTeXOptions.BibtexStyleLabel.Label=BibTeX tyyli
|
||||
45.LaTeXOptions.BibtexStyle.HelpText=
|
||||
46.BibtexStyle.StringItemList=plain
|
||||
47.BibtexStyle.StringItemList=unsrt
|
||||
48.BibtexStyle.StringItemList=alpha
|
||||
49.BibtexStyle.StringItemList=abbrv
|
||||
50.LaTeXOptions.BibtexStyle.Text=
|
||||
51.LaTeXOptions.FilesLabel.HelpText=
|
||||
52.LaTeXOptions.FilesLabel.Label=Tiedostot
|
||||
53.LaTeXOptions.WrapLines.HelpText=
|
||||
54.LaTeXOptions.WrapLines.Label=Automaattinen rivitys
|
||||
55.LaTeXOptions.WrapLinesAfterLabel.HelpText=
|
||||
56.LaTeXOptions.WrapLinesAfterLabel.Label=Merkin j\u00e4lkeen
|
||||
57.LaTeXOptions.WrapLinesAfter.HelpText=
|
||||
58.LaTeXOptions.SplitLinkedSections.HelpText=
|
||||
59.LaTeXOptions.SplitLinkedSections.Label=Jaa dokumentti linkityksen kohdalla (linked sections)
|
||||
60.LaTeXOptions.SplitToplevelSections.HelpText=
|
||||
61.LaTeXOptions.SplitToplevelSections.Label=Jaa dokumentti lukujen kohdalta (top level sections)
|
||||
62.LaTeXOptions.SaveImagesInSubdir.HelpText=
|
||||
63.LaTeXOptions.SaveImagesInSubdir.Label=Tallenna kuvat alakansioon
|
||||
64.LaTeXOptions.SpecialContentLabel.HelpText=
|
||||
65.LaTeXOptions.SpecialContentLabel.Label=Muut asetukset
|
||||
66.LaTeXOptions.NotesLabel.HelpText=
|
||||
67.LaTeXOptions.NotesLabel.Label=Vie huomautukset
|
||||
68.LaTeXOptions.Notes.HelpText=
|
||||
128.Notes.StringItemList=\u00c4l\u00e4 vie
|
||||
129.Notes.StringItemList=Kommenttina
|
||||
130.Notes.StringItemList=Marginaaliin
|
||||
131.Notes.StringItemList=PDF sivuhuomautuksena
|
||||
73.LaTeXOptions.Metadata.HelpText=
|
||||
74.LaTeXOptions.Metadata.Label=Vie dokumentin ominaisuudet (metadata)
|
||||
75.LaTeXOptions.FiguresAndTablesLabel.HelpText=
|
||||
76.LaTeXOptions.FiguresAndTablesLabel.Label=Kuviot ja taulukot
|
||||
77.LaTeXOptions.OriginalImageSize.HelpText=
|
||||
78.LaTeXOptions.OriginalImageSize.Label=K\u00e4yt\u00e4 alkuper\u00e4ist\u00e4 kokoa
|
||||
79.LaTeXOptions.OptimizeSimpleTables.HelpText=
|
||||
80.LaTeXOptions.OptimizeSimpleTables.Label=Optimoi yksinkertaiset taulukot
|
||||
81.LaTeXOptions.SimpleTableLimitLabel.HelpText=
|
||||
82.LaTeXOptions.SimpleTableLimitLabel.Label=Maksimi leveys merkkein\u00e4
|
||||
83.LaTeXOptions.SimpleTableLimit.HelpText=
|
||||
84.LaTeXOptions.FloatTables.HelpText=
|
||||
85.LaTeXOptions.FloatTables.Label=Kelluva taulukko
|
||||
86.LaTeXOptions.FloatFigures.HelpText=
|
||||
87.LaTeXOptions.FloatFigures.Label=Kelluva kuvio
|
||||
88.LaTeXOptions.FloatOptionsLabel.HelpText=
|
||||
89.LaTeXOptions.FloatOptionsLabel.Label=Objektin sijoitus
|
||||
90.LaTeXOptions.FloatOptions.HelpText=
|
||||
132.FloatOptions.StringItemList=Sivun yl\u00e4- tai alareunassa ([tb])
|
||||
133.FloatOptions.StringItemList=Sivun yl\u00e4reunassa ([t])
|
||||
134.FloatOptions.StringItemList=Sivun alareunassa ([b])
|
||||
135.FloatOptions.StringItemList=T\u00e4ss\u00e4 tai sivun yl\u00e4reunassa ([ht])
|
||||
136.FloatOptions.StringItemList=T\u00e4ss\u00e4 tai sivun alareunassa([hb])
|
||||
96.LaTeXOptions.AutoCorrectLabel.HelpText=
|
||||
97.LaTeXOptions.AutoCorrectLabel.Label=Automaattinen korjaus
|
||||
98.LaTeXOptions.IgnoreHardPageBreaks.HelpText=
|
||||
99.LaTeXOptions.IgnoreHardPageBreaks.Label=Ohita pakotetut sivunvaihdot
|
||||
100.LaTeXOptions.IgnoreHardLineBreaks.HelpText=
|
||||
101.LaTeXOptions.IgnoreHardLineBreaks.Label=Ohita pakotettut rivinvaihdot
|
||||
102.LaTeXOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
103.LaTeXOptions.IgnoreEmptyParagraphs.Label=Ohita tyhj\u00e4t kappaleet
|
||||
104.LaTeXOptions.IgnoreDoubleSpaces.HelpText=
|
||||
105.LaTeXOptions.IgnoreDoubleSpaces.Label=Ohita kaksoisv\u00e4lily\u00f6nnit
|
||||
106.LaTeXOptions.ExportButton.HelpText=
|
||||
107.LaTeXOptions.ExportButton.Label=Vie
|
||||
108.LaTeXOptions.CancelButton.HelpText=
|
||||
109.LaTeXOptions.CancelButton.Label=Peruuta
|
||||
147.LaTeXOptions.DisplayHiddenText.HelpText=
|
||||
148.LaTeXOptions.DisplayHiddenText.Label=Export hidden text
|
||||
151.LaTeXOptions.FontLabel.HelpText=
|
||||
152.LaTeXOptions.FontLabel.Label=Font
|
||||
154.LaTeXOptions.Font.HelpText=
|
|
@ -1,114 +0,0 @@
|
|||
# Strings for Dialog Library W2LDialogs
|
||||
0.LaTeXOptions.HelpText=
|
||||
1.LaTeXOptions.Title=Options LaTeX (Writer2LaTeX)
|
||||
2.LaTeXOptions.FixedLine1.HelpText=
|
||||
3.LaTeXOptions.FixedLine1.Label=
|
||||
4.LaTeXOptions.GeneralLabel.HelpText=
|
||||
5.LaTeXOptions.GeneralLabel.Label=G\u00e9n\u00e9ral
|
||||
6.LaTeXOptions.ConfigLabel.HelpText=
|
||||
7.LaTeXOptions.ConfigLabel.Label=Format LaTeX
|
||||
8.LaTeXOptions.Config.HelpText=
|
||||
137.Config.StringItemList=Article \u00e9pur\u00e9
|
||||
138.Config.StringItemList=Article propre
|
||||
139.Config.StringItemList=Par d\u00e9faut
|
||||
140.Config.StringItemList=Adapt\u00e9 pour une impression
|
||||
141.Config.StringItemList=Adapt\u00e9 pour un \u00e9cran (pdf)
|
||||
142.Config.StringItemList=Configuration personnalis\u00e9e
|
||||
15.LaTeXOptions.BackendLabel.HelpText=
|
||||
16.LaTeXOptions.BackendLabel.Label=T\u00e2che de fond
|
||||
17.LaTeXOptions.Backend.HelpText=
|
||||
116.Backend.StringItemList=G\u00e9n\u00e9rique
|
||||
117.Backend.StringItemList=Pdf (pdfTeX)
|
||||
118.Backend.StringItemList=Postscript (dvips)
|
||||
119.Backend.StringItemList=Non sp\u00e9cifi\u00e9
|
||||
22.LaTeXOptions.InputencodingLabel.HelpText=
|
||||
23.LaTeXOptions.InputencodingLabel.Label=Encodage
|
||||
24.LaTeXOptions.Inputencoding.HelpText=
|
||||
120.Inputencoding.StringItemList=ASCII US
|
||||
121.Inputencoding.StringItemList=Europe de l'Ouest (ISO 8859-1)
|
||||
122.Inputencoding.StringItemList=Europe de l'Est (ISO 8859-2)
|
||||
123.Inputencoding.StringItemList=Latin/Grec (ISO 8859-7)
|
||||
124.Inputencoding.StringItemList=Microsoft Europe de l'Est (Cp1250)
|
||||
125.Inputencoding.StringItemList=Microsoft Cyrillique (Cp1251)
|
||||
126.Inputencoding.StringItemList=Russe (koi8-r)
|
||||
127.Inputencoding.StringItemList=Unicode (UTF8)
|
||||
33.LaTeXOptions.Multilingual.HelpText=
|
||||
34.LaTeXOptions.Multilingual.Label=Activer le support multilingue
|
||||
35.LaTeXOptions.GreekMath.HelpText=
|
||||
36.LaTeXOptions.GreekMath.Label=Utiliser les lettres grecques comme symboles
|
||||
37.LaTeXOptions.AdditionalSymbols.HelpText=
|
||||
38.LaTeXOptions.AdditionalSymbols.Label=Prise en charge de symboles additionels
|
||||
41.LaTeXOptions.UseBibtex.HelpText=
|
||||
42.LaTeXOptions.UseBibtex.Label=Utiliser BibTeX pour la bibliographie
|
||||
43.LaTeXOptions.BibtexStyleLabel.HelpText=
|
||||
44.LaTeXOptions.BibtexStyleLabel.Label=Style BibTeX
|
||||
45.LaTeXOptions.BibtexStyle.HelpText=
|
||||
46.BibtexStyle.StringItemList=plain
|
||||
47.BibtexStyle.StringItemList=unsrt
|
||||
48.BibtexStyle.StringItemList=alpha
|
||||
49.BibtexStyle.StringItemList=abbrv
|
||||
50.LaTeXOptions.BibtexStyle.Text=
|
||||
51.LaTeXOptions.FilesLabel.HelpText=
|
||||
52.LaTeXOptions.FilesLabel.Label=Fichiers
|
||||
53.LaTeXOptions.WrapLines.HelpText=
|
||||
54.LaTeXOptions.WrapLines.Label=Retour automatique \u00e0 la ligne
|
||||
55.LaTeXOptions.WrapLinesAfterLabel.HelpText=
|
||||
56.LaTeXOptions.WrapLinesAfterLabel.Label=Apr\u00e8s les caract\u00e8res
|
||||
57.LaTeXOptions.WrapLinesAfter.HelpText=
|
||||
58.LaTeXOptions.SplitLinkedSections.HelpText=
|
||||
59.LaTeXOptions.SplitLinkedSections.Label=S\u00e9parer le document aux sections li\u00e9es
|
||||
60.LaTeXOptions.SplitToplevelSections.HelpText=
|
||||
61.LaTeXOptions.SplitToplevelSections.Label=S\u00e9parer le document aux sections principales
|
||||
62.LaTeXOptions.SaveImagesInSubdir.HelpText=
|
||||
63.LaTeXOptions.SaveImagesInSubdir.Label=Sauver les images dans un sous-r\u00e9pertoire
|
||||
64.LaTeXOptions.SpecialContentLabel.HelpText=
|
||||
65.LaTeXOptions.SpecialContentLabel.Label=Contenu sp\u00e9cifique
|
||||
66.LaTeXOptions.NotesLabel.HelpText=
|
||||
67.LaTeXOptions.NotesLabel.Label=Exporter les notes
|
||||
68.LaTeXOptions.Notes.HelpText=
|
||||
128.Notes.StringItemList=Ne pas exporter
|
||||
129.Notes.StringItemList=Comme commentaires
|
||||
130.Notes.StringItemList=Comme notes de marges
|
||||
131.Notes.StringItemList=Comme annotations pdf
|
||||
73.LaTeXOptions.Metadata.HelpText=
|
||||
74.LaTeXOptions.Metadata.Label=Exporter les propri\u00e9t\u00e9s du document (metadonn\u00e9es)
|
||||
75.LaTeXOptions.FiguresAndTablesLabel.HelpText=
|
||||
76.LaTeXOptions.FiguresAndTablesLabel.Label=Tableaux et figures
|
||||
77.LaTeXOptions.OriginalImageSize.HelpText=
|
||||
78.LaTeXOptions.OriginalImageSize.Label=Utiliser la taille orginale de l'image
|
||||
79.LaTeXOptions.OptimizeSimpleTables.HelpText=
|
||||
80.LaTeXOptions.OptimizeSimpleTables.Label=Optimiser les tableaux simples
|
||||
81.LaTeXOptions.SimpleTableLimitLabel.HelpText=
|
||||
82.LaTeXOptions.SimpleTableLimitLabel.Label=Largeur maximum par caract\u00e8re
|
||||
83.LaTeXOptions.SimpleTableLimit.HelpText=
|
||||
84.LaTeXOptions.FloatTables.HelpText=
|
||||
85.LaTeXOptions.FloatTables.Label=Tableaux flottants
|
||||
86.LaTeXOptions.FloatFigures.HelpText=
|
||||
87.LaTeXOptions.FloatFigures.Label=Figures flottantes
|
||||
88.LaTeXOptions.FloatOptionsLabel.HelpText=
|
||||
89.LaTeXOptions.FloatOptionsLabel.Label=Placement flottant
|
||||
90.LaTeXOptions.FloatOptions.HelpText=
|
||||
132.FloatOptions.StringItemList=Haut ou bas de page
|
||||
133.FloatOptions.StringItemList=Haut de page
|
||||
134.FloatOptions.StringItemList=Bas de page
|
||||
135.FloatOptions.StringItemList=Ici ou en haut de la page
|
||||
136.FloatOptions.StringItemList=Ici ou en bas de la page
|
||||
96.LaTeXOptions.AutoCorrectLabel.HelpText=
|
||||
97.LaTeXOptions.AutoCorrectLabel.Label=Correction automatique
|
||||
98.LaTeXOptions.IgnoreHardPageBreaks.HelpText=
|
||||
99.LaTeXOptions.IgnoreHardPageBreaks.Label=Ignorer les sauts de page
|
||||
100.LaTeXOptions.IgnoreHardLineBreaks.HelpText=
|
||||
101.LaTeXOptions.IgnoreHardLineBreaks.Label=Ignorer les sauts de ligne
|
||||
102.LaTeXOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
103.LaTeXOptions.IgnoreEmptyParagraphs.Label=Ignorer les paragraphes vides
|
||||
104.LaTeXOptions.IgnoreDoubleSpaces.HelpText=
|
||||
105.LaTeXOptions.IgnoreDoubleSpaces.Label=Ignoerer les doubles espaces
|
||||
106.LaTeXOptions.ExportButton.HelpText=
|
||||
107.LaTeXOptions.ExportButton.Label=Exporter
|
||||
108.LaTeXOptions.CancelButton.HelpText=
|
||||
109.LaTeXOptions.CancelButton.Label=Annuler
|
||||
147.LaTeXOptions.DisplayHiddenText.HelpText=
|
||||
148.LaTeXOptions.DisplayHiddenText.Label=Export hidden text
|
||||
151.LaTeXOptions.FontLabel.HelpText=
|
||||
152.LaTeXOptions.FontLabel.Label=Font
|
||||
154.LaTeXOptions.Font.HelpText=
|
|
@ -1,114 +0,0 @@
|
|||
# Strings for Dialog Library W2LDialogs
|
||||
0.LaTeXOptions.HelpText=
|
||||
1.LaTeXOptions.Title=Opzioni LaTeX (Writer2LaTeX)
|
||||
2.LaTeXOptions.FixedLine1.HelpText=
|
||||
3.LaTeXOptions.FixedLine1.Label=
|
||||
4.LaTeXOptions.GeneralLabel.HelpText=
|
||||
5.LaTeXOptions.GeneralLabel.Label=Generale
|
||||
6.LaTeXOptions.ConfigLabel.HelpText=
|
||||
7.LaTeXOptions.ConfigLabel.Label=Formato LaTeX
|
||||
8.LaTeXOptions.Config.HelpText=
|
||||
137.Config.StringItemList=Articolo ultra-pulito
|
||||
138.Config.StringItemList=Articolo pulito
|
||||
139.Config.StringItemList=Predefinito
|
||||
140.Config.StringItemList=Ottimizzato per stampa
|
||||
141.Config.StringItemList=Ottimizzato per schermo (pdf)
|
||||
142.Config.StringItemList=Personalizzato
|
||||
15.LaTeXOptions.BackendLabel.HelpText=
|
||||
16.LaTeXOptions.BackendLabel.Label=Backend
|
||||
17.LaTeXOptions.Backend.HelpText=
|
||||
116.Backend.StringItemList=Generico
|
||||
117.Backend.StringItemList=Pdf (pdfTeX)
|
||||
118.Backend.StringItemList=Postscript (dvips)
|
||||
119.Backend.StringItemList=Non specificato
|
||||
22.LaTeXOptions.InputencodingLabel.HelpText=
|
||||
23.LaTeXOptions.InputencodingLabel.Label=Codifica caratteri
|
||||
24.LaTeXOptions.Inputencoding.HelpText=
|
||||
120.Inputencoding.StringItemList=US ASCII
|
||||
121.Inputencoding.StringItemList=Europa Occidentale (ISO 8859-1)
|
||||
122.Inputencoding.StringItemList=Europa Orientale (ISO 8859-2)
|
||||
123.Inputencoding.StringItemList=Latino/Greco (ISO 8859-7)
|
||||
124.Inputencoding.StringItemList=Microsoft Europa Occidentale (Cp1250)
|
||||
125.Inputencoding.StringItemList=Microsoft Cirillico (Cp1251)
|
||||
126.Inputencoding.StringItemList=Russo (koi8-r)
|
||||
127.Inputencoding.StringItemList=Unicode (UTF8)
|
||||
33.LaTeXOptions.Multilingual.HelpText=
|
||||
34.LaTeXOptions.Multilingual.Label=Abilita il supporto multilingua
|
||||
35.LaTeXOptions.GreekMath.HelpText=
|
||||
36.LaTeXOptions.GreekMath.Label=Usa le lettere greche come simboli
|
||||
37.LaTeXOptions.AdditionalSymbols.HelpText=
|
||||
38.LaTeXOptions.AdditionalSymbols.Label=Supporto simboli aggiuntivi
|
||||
41.LaTeXOptions.UseBibtex.HelpText=
|
||||
42.LaTeXOptions.UseBibtex.Label=Usa BibTeX per la bibliografia
|
||||
43.LaTeXOptions.BibtexStyleLabel.HelpText=
|
||||
44.LaTeXOptions.BibtexStyleLabel.Label=Stile BibTeX
|
||||
45.LaTeXOptions.BibtexStyle.HelpText=
|
||||
46.BibtexStyle.StringItemList=plain
|
||||
47.BibtexStyle.StringItemList=unsrt
|
||||
48.BibtexStyle.StringItemList=alpha
|
||||
49.BibtexStyle.StringItemList=abbrv
|
||||
50.LaTeXOptions.BibtexStyle.Text=
|
||||
51.LaTeXOptions.FilesLabel.HelpText=
|
||||
52.LaTeXOptions.FilesLabel.Label=File
|
||||
53.LaTeXOptions.WrapLines.HelpText=
|
||||
54.LaTeXOptions.WrapLines.Label=A capo automatico
|
||||
55.LaTeXOptions.WrapLinesAfterLabel.HelpText=
|
||||
56.LaTeXOptions.WrapLinesAfterLabel.Label=Dopo il carattere
|
||||
57.LaTeXOptions.WrapLinesAfter.HelpText=
|
||||
58.LaTeXOptions.SplitLinkedSections.HelpText=
|
||||
59.LaTeXOptions.SplitLinkedSections.Label=Dividi il documento alle sezioni linkate
|
||||
60.LaTeXOptions.SplitToplevelSections.HelpText=
|
||||
61.LaTeXOptions.SplitToplevelSections.Label=Dividi il documento alle sezioni top level
|
||||
62.LaTeXOptions.SaveImagesInSubdir.HelpText=
|
||||
63.LaTeXOptions.SaveImagesInSubdir.Label=Salva le immagini in una sottocartella
|
||||
64.LaTeXOptions.SpecialContentLabel.HelpText=
|
||||
65.LaTeXOptions.SpecialContentLabel.Label=Contenuti speciali
|
||||
66.LaTeXOptions.NotesLabel.HelpText=
|
||||
67.LaTeXOptions.NotesLabel.Label=Esporta le note
|
||||
68.LaTeXOptions.Notes.HelpText=
|
||||
128.Notes.StringItemList=Non esportare
|
||||
129.Notes.StringItemList=Come commenti
|
||||
130.Notes.StringItemList=Come note a margine
|
||||
131.Notes.StringItemList=Come annotazioni pdf
|
||||
73.LaTeXOptions.Metadata.HelpText=
|
||||
74.LaTeXOptions.Metadata.Label=Esporta le propriet\u00e0 del documento (metadata)
|
||||
75.LaTeXOptions.FiguresAndTablesLabel.HelpText=
|
||||
76.LaTeXOptions.FiguresAndTablesLabel.Label=Figure e tabelle
|
||||
77.LaTeXOptions.OriginalImageSize.HelpText=
|
||||
78.LaTeXOptions.OriginalImageSize.Label=Usa le dimensioni originali delle immagini
|
||||
79.LaTeXOptions.OptimizeSimpleTables.HelpText=
|
||||
80.LaTeXOptions.OptimizeSimpleTables.Label=Ottimizza le tabelle semplici
|
||||
81.LaTeXOptions.SimpleTableLimitLabel.HelpText=
|
||||
82.LaTeXOptions.SimpleTableLimitLabel.Label=Larghezza massima in caratteri
|
||||
83.LaTeXOptions.SimpleTableLimit.HelpText=
|
||||
84.LaTeXOptions.FloatTables.HelpText=
|
||||
85.LaTeXOptions.FloatTables.Label=Float tabelle
|
||||
86.LaTeXOptions.FloatFigures.HelpText=
|
||||
87.LaTeXOptions.FloatFigures.Label=Float figure
|
||||
88.LaTeXOptions.FloatOptionsLabel.HelpText=
|
||||
89.LaTeXOptions.FloatOptionsLabel.Label=Posizione float
|
||||
90.LaTeXOptions.FloatOptions.HelpText=
|
||||
132.FloatOptions.StringItemList=A inizio o fine pagina
|
||||
133.FloatOptions.StringItemList=A inizio pagina
|
||||
134.FloatOptions.StringItemList=A fine pagina
|
||||
135.FloatOptions.StringItemList=Qui o a inizio pagina
|
||||
136.FloatOptions.StringItemList=Qui o a fine pagina
|
||||
96.LaTeXOptions.AutoCorrectLabel.HelpText=
|
||||
97.LaTeXOptions.AutoCorrectLabel.Label=Correzione automatica
|
||||
98.LaTeXOptions.IgnoreHardPageBreaks.HelpText=
|
||||
99.LaTeXOptions.IgnoreHardPageBreaks.Label=Ignora le interruzioni di pagina manuali
|
||||
100.LaTeXOptions.IgnoreHardLineBreaks.HelpText=
|
||||
101.LaTeXOptions.IgnoreHardLineBreaks.Label=Ignora le interruzioni di riga manuali
|
||||
102.LaTeXOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
103.LaTeXOptions.IgnoreEmptyParagraphs.Label=Ignora i paragrafi vuoti
|
||||
104.LaTeXOptions.IgnoreDoubleSpaces.HelpText=
|
||||
105.LaTeXOptions.IgnoreDoubleSpaces.Label=Ignora gli spazi doppi
|
||||
106.LaTeXOptions.ExportButton.HelpText=
|
||||
107.LaTeXOptions.ExportButton.Label=Esporta
|
||||
108.LaTeXOptions.CancelButton.HelpText=
|
||||
109.LaTeXOptions.CancelButton.Label=Annulla
|
||||
147.LaTeXOptions.DisplayHiddenText.HelpText=
|
||||
148.LaTeXOptions.DisplayHiddenText.Label=Export hidden text
|
||||
151.LaTeXOptions.FontLabel.HelpText=
|
||||
152.LaTeXOptions.FontLabel.Label=Font
|
||||
154.LaTeXOptions.Font.HelpText=
|
|
@ -1,114 +0,0 @@
|
|||
# Strings for Dialog Library W2LDialogs
|
||||
0.LaTeXOptions.HelpText=
|
||||
1.LaTeXOptions.Title=LaTeX-opties (Writer2LaTeX)
|
||||
2.LaTeXOptions.FixedLine1.HelpText=
|
||||
3.LaTeXOptions.FixedLine1.Label=
|
||||
4.LaTeXOptions.GeneralLabel.HelpText=
|
||||
5.LaTeXOptions.GeneralLabel.Label=Algemeen
|
||||
6.LaTeXOptions.ConfigLabel.HelpText=
|
||||
7.LaTeXOptions.ConfigLabel.Label=LaTeX-formaat
|
||||
8.LaTeXOptions.Config.HelpText=
|
||||
137.Config.StringItemList=Extra schoon artikel
|
||||
138.Config.StringItemList=Schoon artikel
|
||||
139.Config.StringItemList=Standaard
|
||||
140.Config.StringItemList=Voor druk geoptimaliseerd
|
||||
141.Config.StringItemList=Voor beeldscherm geoptimaliseerd (PDF)
|
||||
142.Config.StringItemList=Aangepast
|
||||
15.LaTeXOptions.BackendLabel.HelpText=
|
||||
16.LaTeXOptions.BackendLabel.Label=Back-end
|
||||
17.LaTeXOptions.Backend.HelpText=
|
||||
116.Backend.StringItemList=Generiek
|
||||
117.Backend.StringItemList=Pdf (pdfTeX)
|
||||
118.Backend.StringItemList=PostScript (dvips)
|
||||
119.Backend.StringItemList=Ongespecificeerd
|
||||
22.LaTeXOptions.InputencodingLabel.HelpText=
|
||||
23.LaTeXOptions.InputencodingLabel.Label=Codering
|
||||
24.LaTeXOptions.Inputencoding.HelpText=
|
||||
120.Inputencoding.StringItemList=US ASCII
|
||||
121.Inputencoding.StringItemList=West European (ISO 8859-1)
|
||||
122.Inputencoding.StringItemList=East European (ISO 8859-2)
|
||||
123.Inputencoding.StringItemList=Latin/Greek (ISO 8859-7)
|
||||
124.Inputencoding.StringItemList=Microsoft East European (Cp1250)
|
||||
125.Inputencoding.StringItemList=Microsoft Cyrillic (Cp1251)
|
||||
126.Inputencoding.StringItemList=Russian (koi8-r)
|
||||
127.Inputencoding.StringItemList=Unicode (UTF8)
|
||||
33.LaTeXOptions.Multilingual.HelpText=
|
||||
34.LaTeXOptions.Multilingual.Label=Schakel multitalig support in
|
||||
35.LaTeXOptions.GreekMath.HelpText=
|
||||
36.LaTeXOptions.GreekMath.Label=Gebruik Griekse letters als symbolen
|
||||
37.LaTeXOptions.AdditionalSymbols.HelpText=
|
||||
38.LaTeXOptions.AdditionalSymbols.Label=Ondersteuning van extra symbolen
|
||||
41.LaTeXOptions.UseBibtex.HelpText=
|
||||
42.LaTeXOptions.UseBibtex.Label=Gebruik BibTeX voor de bibliografie
|
||||
43.LaTeXOptions.BibtexStyleLabel.HelpText=
|
||||
44.LaTeXOptions.BibtexStyleLabel.Label=BibTeX-stijl
|
||||
45.LaTeXOptions.BibtexStyle.HelpText=
|
||||
46.BibtexStyle.StringItemList=plain
|
||||
47.BibtexStyle.StringItemList=unsrt
|
||||
48.BibtexStyle.StringItemList=alpha
|
||||
49.BibtexStyle.StringItemList=abbrv
|
||||
50.LaTeXOptions.BibtexStyle.Text=
|
||||
51.LaTeXOptions.FilesLabel.HelpText=
|
||||
52.LaTeXOptions.FilesLabel.Label=Bestanden
|
||||
53.LaTeXOptions.WrapLines.HelpText=
|
||||
54.LaTeXOptions.WrapLines.Label=Lange regels afbreken
|
||||
55.LaTeXOptions.WrapLinesAfterLabel.HelpText=
|
||||
56.LaTeXOptions.WrapLinesAfterLabel.Label=Achter charakteren
|
||||
57.LaTeXOptions.WrapLinesAfter.HelpText=
|
||||
58.LaTeXOptions.SplitLinkedSections.HelpText=
|
||||
59.LaTeXOptions.SplitLinkedSections.Label=Splits document op aan gelinkte secties
|
||||
60.LaTeXOptions.SplitToplevelSections.HelpText=
|
||||
61.LaTeXOptions.SplitToplevelSections.Label=Splits document op op secties van het bovenste niveau
|
||||
62.LaTeXOptions.SaveImagesInSubdir.HelpText=
|
||||
63.LaTeXOptions.SaveImagesInSubdir.Label=Sla afbeeldingen in subdirectory op
|
||||
64.LaTeXOptions.SpecialContentLabel.HelpText=
|
||||
65.LaTeXOptions.SpecialContentLabel.Label=Speciale inhoud
|
||||
66.LaTeXOptions.NotesLabel.HelpText=
|
||||
67.LaTeXOptions.NotesLabel.Label=Exporteer notities
|
||||
68.LaTeXOptions.Notes.HelpText=
|
||||
128.Notes.StringItemList=Niet exporteren
|
||||
129.Notes.StringItemList=Als commentaren
|
||||
130.Notes.StringItemList=Als marginali\u00ebn
|
||||
131.Notes.StringItemList=Als pdf-notities
|
||||
73.LaTeXOptions.Metadata.HelpText=
|
||||
74.LaTeXOptions.Metadata.Label=Exporteer documenteigenschappen (metadata)
|
||||
75.LaTeXOptions.FiguresAndTablesLabel.HelpText=
|
||||
76.LaTeXOptions.FiguresAndTablesLabel.Label=Grafieken en tabellen
|
||||
77.LaTeXOptions.OriginalImageSize.HelpText=
|
||||
78.LaTeXOptions.OriginalImageSize.Label=Pas originele grootte toe
|
||||
79.LaTeXOptions.OptimizeSimpleTables.HelpText=
|
||||
80.LaTeXOptions.OptimizeSimpleTables.Label=Optimaliseer eenvoudige tabellen
|
||||
81.LaTeXOptions.SimpleTableLimitLabel.HelpText=
|
||||
82.LaTeXOptions.SimpleTableLimitLabel.Label=Maximumbreedte in tekens
|
||||
83.LaTeXOptions.SimpleTableLimit.HelpText=
|
||||
84.LaTeXOptions.FloatTables.HelpText=
|
||||
85.LaTeXOptions.FloatTables.Label=Zwevende tabellen
|
||||
86.LaTeXOptions.FloatFigures.HelpText=
|
||||
87.LaTeXOptions.FloatFigures.Label=Zwevende grafieken
|
||||
88.LaTeXOptions.FloatOptionsLabel.HelpText=
|
||||
89.LaTeXOptions.FloatOptionsLabel.Label=Zwevende positie
|
||||
90.LaTeXOptions.FloatOptions.HelpText=
|
||||
132.FloatOptions.StringItemList=Bovenaan of onderaan op pagina
|
||||
133.FloatOptions.StringItemList=Pagina bovenaan
|
||||
134.FloatOptions.StringItemList=Pagina onderaan
|
||||
135.FloatOptions.StringItemList=Hier of bovenaan op pagina
|
||||
136.FloatOptions.StringItemList=Hier of onderaan op pagina
|
||||
96.LaTeXOptions.AutoCorrectLabel.HelpText=
|
||||
97.LaTeXOptions.AutoCorrectLabel.Label=AutoCorrectie
|
||||
98.LaTeXOptions.IgnoreHardPageBreaks.HelpText=
|
||||
99.LaTeXOptions.IgnoreHardPageBreaks.Label=Negeer handmatige pagina-eindes
|
||||
100.LaTeXOptions.IgnoreHardLineBreaks.HelpText=
|
||||
101.LaTeXOptions.IgnoreHardLineBreaks.Label=Negeer handmatige regeleindes
|
||||
102.LaTeXOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
103.LaTeXOptions.IgnoreEmptyParagraphs.Label=Negeer lege alinea's
|
||||
104.LaTeXOptions.IgnoreDoubleSpaces.HelpText=
|
||||
105.LaTeXOptions.IgnoreDoubleSpaces.Label=Negeer dubbele spaties
|
||||
106.LaTeXOptions.ExportButton.HelpText=
|
||||
107.LaTeXOptions.ExportButton.Label=Exporteren
|
||||
108.LaTeXOptions.CancelButton.HelpText=
|
||||
109.LaTeXOptions.CancelButton.Label=Annuleren
|
||||
147.LaTeXOptions.DisplayHiddenText.HelpText=
|
||||
148.LaTeXOptions.DisplayHiddenText.Label=Export hidden text
|
||||
151.LaTeXOptions.FontLabel.HelpText=
|
||||
152.LaTeXOptions.FontLabel.Label=Font
|
||||
154.LaTeXOptions.Font.HelpText=
|
|
@ -1,114 +0,0 @@
|
|||
# Strings for Dialog Library W2LDialogs
|
||||
0.LaTeXOptions.HelpText=
|
||||
1.LaTeXOptions.Title=LaTeX-val (Writer2Latex)
|
||||
2.LaTeXOptions.FixedLine1.HelpText=
|
||||
3.LaTeXOptions.FixedLine1.Label=
|
||||
4.LaTeXOptions.GeneralLabel.HelpText=
|
||||
5.LaTeXOptions.GeneralLabel.Label=Generelt
|
||||
6.LaTeXOptions.ConfigLabel.HelpText=
|
||||
7.LaTeXOptions.ConfigLabel.Label=LaTeX-format
|
||||
8.LaTeXOptions.Config.HelpText=
|
||||
137.Config.StringItemList=Ultra-rein artikkel
|
||||
138.Config.StringItemList=Rein artikkel
|
||||
139.Config.StringItemList=Standard
|
||||
140.Config.StringItemList=Optimalisert for utskrift
|
||||
141.Config.StringItemList=Optimalisert for skjerm (pdf)
|
||||
142.Config.StringItemList=Eigendefinert
|
||||
15.LaTeXOptions.BackendLabel.HelpText=
|
||||
16.LaTeXOptions.BackendLabel.Label=Motor
|
||||
17.LaTeXOptions.Backend.HelpText=
|
||||
116.Backend.StringItemList=Generisk
|
||||
117.Backend.StringItemList=Pdf (pdfTeX)
|
||||
118.Backend.StringItemList=Postscript (dvips)
|
||||
119.Backend.StringItemList=Ikkje spesifisert
|
||||
22.LaTeXOptions.InputencodingLabel.HelpText=
|
||||
23.LaTeXOptions.InputencodingLabel.Label=Koding
|
||||
24.LaTeXOptions.Inputencoding.HelpText=
|
||||
120.Inputencoding.StringItemList=US ASCII
|
||||
121.Inputencoding.StringItemList=Vesteuropeisk (ISO 8859-1)
|
||||
122.Inputencoding.StringItemList=Austeuropeisk (ISO 8859-2)
|
||||
123.Inputencoding.StringItemList=Latin/gresk (ISO 8859-7)
|
||||
124.Inputencoding.StringItemList=Microsoft austeuropeisk (Cp1250)
|
||||
125.Inputencoding.StringItemList=Microsoft kyrillisk (Cp1251)
|
||||
126.Inputencoding.StringItemList=Russisk (koi8-r)
|
||||
127.Inputencoding.StringItemList=Unicode (UTF8)
|
||||
33.LaTeXOptions.Multilingual.HelpText=
|
||||
34.LaTeXOptions.Multilingual.Label=Skru p\u00e5 st\u00f8tte for fleire spr\u00e5k
|
||||
35.LaTeXOptions.GreekMath.HelpText=
|
||||
36.LaTeXOptions.GreekMath.Label=Nytt greske teikn som symbol
|
||||
37.LaTeXOptions.AdditionalSymbols.HelpText=
|
||||
38.LaTeXOptions.AdditionalSymbols.Label=St\u00f8tt fleire symbol
|
||||
41.LaTeXOptions.UseBibtex.HelpText=
|
||||
42.LaTeXOptions.UseBibtex.Label=Nytt BibTeX for bibliografi
|
||||
43.LaTeXOptions.BibtexStyleLabel.HelpText=
|
||||
44.LaTeXOptions.BibtexStyleLabel.Label=BibTeX-stil
|
||||
45.LaTeXOptions.BibtexStyle.HelpText=
|
||||
46.BibtexStyle.StringItemList=plain
|
||||
47.BibtexStyle.StringItemList=unsrt
|
||||
48.BibtexStyle.StringItemList=alpha
|
||||
49.BibtexStyle.StringItemList=abbrv
|
||||
50.LaTeXOptions.BibtexStyle.Text=
|
||||
51.LaTeXOptions.FilesLabel.HelpText=
|
||||
52.LaTeXOptions.FilesLabel.Label=Filer
|
||||
53.LaTeXOptions.WrapLines.HelpText=
|
||||
54.LaTeXOptions.WrapLines.Label=Brekk om lange linjer
|
||||
55.LaTeXOptions.WrapLinesAfterLabel.HelpText=
|
||||
56.LaTeXOptions.WrapLinesAfterLabel.Label=Etter teikn
|
||||
57.LaTeXOptions.WrapLinesAfter.HelpText=
|
||||
58.LaTeXOptions.SplitLinkedSections.HelpText=
|
||||
59.LaTeXOptions.SplitLinkedSections.Label=Del opp dokument ved lenkja bolkar
|
||||
60.LaTeXOptions.SplitToplevelSections.HelpText=
|
||||
61.LaTeXOptions.SplitToplevelSections.Label=Del opp dokument ved toppniv\u00e5bolkar
|
||||
62.LaTeXOptions.SaveImagesInSubdir.HelpText=
|
||||
63.LaTeXOptions.SaveImagesInSubdir.Label=Lagre bilete i undermappe
|
||||
64.LaTeXOptions.SpecialContentLabel.HelpText=
|
||||
65.LaTeXOptions.SpecialContentLabel.Label=Spesielt innhald
|
||||
66.LaTeXOptions.NotesLabel.HelpText=
|
||||
67.LaTeXOptions.NotesLabel.Label=Merknader
|
||||
68.LaTeXOptions.Notes.HelpText=
|
||||
128.Notes.StringItemList=Ikkje eksporter
|
||||
129.Notes.StringItemList=Eksporter som kommentarar
|
||||
130.Notes.StringItemList=Eksporter som margnoter
|
||||
131.Notes.StringItemList=Eksporter som pdf-annotasjonar
|
||||
73.LaTeXOptions.Metadata.HelpText=
|
||||
74.LaTeXOptions.Metadata.Label=Eksporter dokumenteigenskapar (metadata)
|
||||
75.LaTeXOptions.FiguresAndTablesLabel.HelpText=
|
||||
76.LaTeXOptions.FiguresAndTablesLabel.Label=Figurar og tabellar
|
||||
77.LaTeXOptions.OriginalImageSize.HelpText=
|
||||
78.LaTeXOptions.OriginalImageSize.Label=Nytt opphavleg biletstorleik
|
||||
79.LaTeXOptions.OptimizeSimpleTables.HelpText=
|
||||
80.LaTeXOptions.OptimizeSimpleTables.Label=Optimaliser enkle tabellar
|
||||
81.LaTeXOptions.SimpleTableLimitLabel.HelpText=
|
||||
82.LaTeXOptions.SimpleTableLimitLabel.Label=Maksbreidd i teikn
|
||||
83.LaTeXOptions.SimpleTableLimit.HelpText=
|
||||
84.LaTeXOptions.FloatTables.HelpText=
|
||||
85.LaTeXOptions.FloatTables.Label=Flyt tabellar
|
||||
86.LaTeXOptions.FloatFigures.HelpText=
|
||||
87.LaTeXOptions.FloatFigures.Label=Flyt figurar
|
||||
88.LaTeXOptions.FloatOptionsLabel.HelpText=
|
||||
89.LaTeXOptions.FloatOptionsLabel.Label=Flyt plassering
|
||||
90.LaTeXOptions.FloatOptions.HelpText=
|
||||
132.FloatOptions.StringItemList=\u00d8vst eller nedst p\u00e5 sida
|
||||
133.FloatOptions.StringItemList=\u00d8vst p\u00e5 sida
|
||||
134.FloatOptions.StringItemList=Nedst p\u00e5 sida
|
||||
135.FloatOptions.StringItemList=Her eller \u00f8vst p\u00e5 sida
|
||||
136.FloatOptions.StringItemList=Her eller nedst p\u00e5 sida
|
||||
96.LaTeXOptions.AutoCorrectLabel.HelpText=
|
||||
97.LaTeXOptions.AutoCorrectLabel.Label=Autokorriger
|
||||
98.LaTeXOptions.IgnoreHardPageBreaks.HelpText=
|
||||
99.LaTeXOptions.IgnoreHardPageBreaks.Label=Ignorer harde sideskift
|
||||
100.LaTeXOptions.IgnoreHardLineBreaks.HelpText=
|
||||
101.LaTeXOptions.IgnoreHardLineBreaks.Label=Ignorer harde linjeskift
|
||||
102.LaTeXOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
103.LaTeXOptions.IgnoreEmptyParagraphs.Label=Ignorer tomme avsnitt
|
||||
104.LaTeXOptions.IgnoreDoubleSpaces.HelpText=
|
||||
105.LaTeXOptions.IgnoreDoubleSpaces.Label=Ignorer doble mellomrom
|
||||
106.LaTeXOptions.ExportButton.HelpText=
|
||||
107.LaTeXOptions.ExportButton.Label=Eksporter
|
||||
108.LaTeXOptions.CancelButton.HelpText=
|
||||
109.LaTeXOptions.CancelButton.Label=Avbryt
|
||||
147.LaTeXOptions.DisplayHiddenText.HelpText=
|
||||
148.LaTeXOptions.DisplayHiddenText.Label=Export hidden text
|
||||
151.LaTeXOptions.FontLabel.HelpText=
|
||||
152.LaTeXOptions.FontLabel.Label=Font
|
||||
154.LaTeXOptions.Font.HelpText=
|
|
@ -1,114 +0,0 @@
|
|||
# Strings for Dialog Library W2LDialogs
|
||||
0.LaTeXOptions.HelpText=
|
||||
1.LaTeXOptions.Title=Opcje LaTeXa (Writer2LaTeX)
|
||||
2.LaTeXOptions.FixedLine1.HelpText=
|
||||
3.LaTeXOptions.FixedLine1.Label=
|
||||
4.LaTeXOptions.GeneralLabel.HelpText=
|
||||
5.LaTeXOptions.GeneralLabel.Label=Og\u00f3lne
|
||||
6.LaTeXOptions.ConfigLabel.HelpText=
|
||||
7.LaTeXOptions.ConfigLabel.Label=Format LaTeXa
|
||||
8.LaTeXOptions.Config.HelpText=
|
||||
137.Config.StringItemList=Super-prosty artyku\u0142
|
||||
138.Config.StringItemList=Prosty artyu\u0142
|
||||
139.Config.StringItemList=Domy\u015blny
|
||||
140.Config.StringItemList=Optymalizowany do wydruku
|
||||
141.Config.StringItemList=Optymalizowany dla ekranu (pdf)
|
||||
142.Config.StringItemList=U\u017cytkownika
|
||||
15.LaTeXOptions.BackendLabel.HelpText=
|
||||
16.LaTeXOptions.BackendLabel.Label=Program
|
||||
17.LaTeXOptions.Backend.HelpText=
|
||||
116.Backend.StringItemList=Zwyk\u0142y (TeX)
|
||||
117.Backend.StringItemList=Pdf (pdfTeX)
|
||||
118.Backend.StringItemList=Postscript (dvips)
|
||||
119.Backend.StringItemList=Nieznany
|
||||
22.LaTeXOptions.InputencodingLabel.HelpText=
|
||||
23.LaTeXOptions.InputencodingLabel.Label=Kodowanie
|
||||
24.LaTeXOptions.Inputencoding.HelpText=
|
||||
120.Inputencoding.StringItemList=US ASCII
|
||||
121.Inputencoding.StringItemList=Zachodnioeuropejskie (ISO 8859-1)
|
||||
122.Inputencoding.StringItemList=\u015arodkowoeuropejskie (ISO 8859-2)
|
||||
123.Inputencoding.StringItemList=Greckie (ISO 8859-7)
|
||||
124.Inputencoding.StringItemList=\u015arodkowoeuropejskie Microsoft (Cp1250)
|
||||
125.Inputencoding.StringItemList=Cyrylica Microsoft (Cp1251)
|
||||
126.Inputencoding.StringItemList=Rosyjskie (koi8-r)
|
||||
127.Inputencoding.StringItemList=Unicode (UTF8)
|
||||
33.LaTeXOptions.Multilingual.HelpText=
|
||||
34.LaTeXOptions.Multilingual.Label=Zezw\u00f3l na wsparcie wielu j\u0119zyk\u00f3w
|
||||
35.LaTeXOptions.GreekMath.HelpText=
|
||||
36.LaTeXOptions.GreekMath.Label=U\u017cyj greckich liter jako symboli
|
||||
37.LaTeXOptions.AdditionalSymbols.HelpText=
|
||||
38.LaTeXOptions.AdditionalSymbols.Label=U\u017cywaj dodatkowych symboli
|
||||
41.LaTeXOptions.UseBibtex.HelpText=
|
||||
42.LaTeXOptions.UseBibtex.Label=U\u017cywaj BibTeXa dla bibliografii
|
||||
43.LaTeXOptions.BibtexStyleLabel.HelpText=
|
||||
44.LaTeXOptions.BibtexStyleLabel.Label=Styl BibTeXa
|
||||
45.LaTeXOptions.BibtexStyle.HelpText=
|
||||
46.BibtexStyle.StringItemList=plain
|
||||
47.BibtexStyle.StringItemList=unsrt
|
||||
48.BibtexStyle.StringItemList=alpha
|
||||
49.BibtexStyle.StringItemList=abbrv
|
||||
50.LaTeXOptions.BibtexStyle.Text=
|
||||
51.LaTeXOptions.FilesLabel.HelpText=
|
||||
52.LaTeXOptions.FilesLabel.Label=Pliki
|
||||
53.LaTeXOptions.WrapLines.HelpText=
|
||||
54.LaTeXOptions.WrapLines.Label=Zawijaj d\u0142ugie linie
|
||||
55.LaTeXOptions.WrapLinesAfterLabel.HelpText=
|
||||
56.LaTeXOptions.WrapLinesAfterLabel.Label=Po liczbie znak\u00f3w:
|
||||
57.LaTeXOptions.WrapLinesAfter.HelpText=
|
||||
58.LaTeXOptions.SplitLinkedSections.HelpText=
|
||||
59.LaTeXOptions.SplitLinkedSections.Label=Podziel dokument przy ka\u017cdej sekcji
|
||||
60.LaTeXOptions.SplitToplevelSections.HelpText=
|
||||
61.LaTeXOptions.SplitToplevelSections.Label=Podziel dokument przy sekcji najwy\u017cszego poziomu
|
||||
62.LaTeXOptions.SaveImagesInSubdir.HelpText=
|
||||
63.LaTeXOptions.SaveImagesInSubdir.Label=Zapisz rysunki w podkatalogu
|
||||
64.LaTeXOptions.SpecialContentLabel.HelpText=
|
||||
65.LaTeXOptions.SpecialContentLabel.Label=Zawarto\u015b\u0107 specjalna
|
||||
66.LaTeXOptions.NotesLabel.HelpText=
|
||||
67.LaTeXOptions.NotesLabel.Label=Eksport notatek:
|
||||
68.LaTeXOptions.Notes.HelpText=
|
||||
128.Notes.StringItemList=nie eksportuj
|
||||
129.Notes.StringItemList=jako komentarze
|
||||
130.Notes.StringItemList=jako notatki na marginesie
|
||||
131.Notes.StringItemList=jako notatki w pdf-ie
|
||||
73.LaTeXOptions.Metadata.HelpText=
|
||||
74.LaTeXOptions.Metadata.Label=Eksportuj w\u0142a\u015bciwo\u015bci dokumentu (metadane)
|
||||
75.LaTeXOptions.FiguresAndTablesLabel.HelpText=
|
||||
76.LaTeXOptions.FiguresAndTablesLabel.Label=Rysunki i tabele
|
||||
77.LaTeXOptions.OriginalImageSize.HelpText=
|
||||
78.LaTeXOptions.OriginalImageSize.Label=U\u017cyj oryginalnych rozmiar\u00f3w rysunk\u00f3w
|
||||
79.LaTeXOptions.OptimizeSimpleTables.HelpText=
|
||||
80.LaTeXOptions.OptimizeSimpleTables.Label=Optymalizuj proste tabele
|
||||
81.LaTeXOptions.SimpleTableLimitLabel.HelpText=
|
||||
82.LaTeXOptions.SimpleTableLimitLabel.Label=Maksymalna szeroko\u015b\u0107 w znakach
|
||||
83.LaTeXOptions.SimpleTableLimit.HelpText=
|
||||
84.LaTeXOptions.FloatTables.HelpText=
|
||||
85.LaTeXOptions.FloatTables.Label=Ruchome tabele (floating)
|
||||
86.LaTeXOptions.FloatFigures.HelpText=
|
||||
87.LaTeXOptions.FloatFigures.Label=Ruchome rysunki (floating)
|
||||
88.LaTeXOptions.FloatOptionsLabel.HelpText=
|
||||
89.LaTeXOptions.FloatOptionsLabel.Label=Umieszczenie rysunk\u00f3w
|
||||
90.LaTeXOptions.FloatOptions.HelpText=
|
||||
132.FloatOptions.StringItemList=G\u00f3ra lub d\u00f3\u0142 strony
|
||||
133.FloatOptions.StringItemList=G\u00f3ra strony
|
||||
134.FloatOptions.StringItemList=D\u00f3\u0142 strony
|
||||
135.FloatOptions.StringItemList=Tutaj lub na g\u00f3rze strony
|
||||
136.FloatOptions.StringItemList=Tutaj lub na dole strony
|
||||
96.LaTeXOptions.AutoCorrectLabel.HelpText=
|
||||
97.LaTeXOptions.AutoCorrectLabel.Label=Automatyczna korekcja
|
||||
98.LaTeXOptions.IgnoreHardPageBreaks.HelpText=
|
||||
99.LaTeXOptions.IgnoreHardPageBreaks.Label=Ignoruj twarde \u0142amania stron
|
||||
100.LaTeXOptions.IgnoreHardLineBreaks.HelpText=
|
||||
101.LaTeXOptions.IgnoreHardLineBreaks.Label=Ignoruj twarde \u0142amania linii
|
||||
102.LaTeXOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
103.LaTeXOptions.IgnoreEmptyParagraphs.Label=Ignoruj puste paragrafy
|
||||
104.LaTeXOptions.IgnoreDoubleSpaces.HelpText=
|
||||
105.LaTeXOptions.IgnoreDoubleSpaces.Label=Ignoruj podw\u00f3jne odst\u0119py
|
||||
106.LaTeXOptions.ExportButton.HelpText=
|
||||
107.LaTeXOptions.ExportButton.Label=Eksportuj
|
||||
108.LaTeXOptions.CancelButton.HelpText=
|
||||
109.LaTeXOptions.CancelButton.Label=Anuluj
|
||||
147.LaTeXOptions.DisplayHiddenText.HelpText=
|
||||
148.LaTeXOptions.DisplayHiddenText.Label=Export hidden text
|
||||
151.LaTeXOptions.FontLabel.HelpText=
|
||||
152.LaTeXOptions.FontLabel.Label=Font
|
||||
154.LaTeXOptions.Font.HelpText=
|
|
@ -1,114 +0,0 @@
|
|||
# Strings for Dialog Library W2LDialogs
|
||||
0.LaTeXOptions.HelpText=
|
||||
1.LaTeXOptions.Title=Op\u00e7\u00f5es LaTeX (Writer2LaTeX)
|
||||
2.LaTeXOptions.FixedLine1.HelpText=
|
||||
3.LaTeXOptions.FixedLine1.Label=
|
||||
4.LaTeXOptions.GeneralLabel.HelpText=
|
||||
5.LaTeXOptions.GeneralLabel.Label=Geral
|
||||
6.LaTeXOptions.ConfigLabel.HelpText=
|
||||
7.LaTeXOptions.ConfigLabel.Label=Formato LaTeX
|
||||
8.LaTeXOptions.Config.HelpText=
|
||||
137.Config.StringItemList=Artigo ultra-limpo
|
||||
138.Config.StringItemList=Artigo limpo
|
||||
139.Config.StringItemList=Padr\u00e3o
|
||||
140.Config.StringItemList=Optimizado para impress\u00e3o
|
||||
141.Config.StringItemList=Optimizado para tela (pdf)
|
||||
142.Config.StringItemList=Normal
|
||||
15.LaTeXOptions.BackendLabel.HelpText=
|
||||
16.LaTeXOptions.BackendLabel.Label=Sa\u00edda
|
||||
17.LaTeXOptions.Backend.HelpText=
|
||||
116.Backend.StringItemList=Gen\u00e9rico
|
||||
117.Backend.StringItemList=Pdf (pdfTeX)
|
||||
118.Backend.StringItemList=Postscript (dvips)
|
||||
119.Backend.StringItemList=N\u00e3o-especificado
|
||||
22.LaTeXOptions.InputencodingLabel.HelpText=
|
||||
23.LaTeXOptions.InputencodingLabel.Label=Codifica\u00e7\u00e3o
|
||||
24.LaTeXOptions.Inputencoding.HelpText=
|
||||
120.Inputencoding.StringItemList=US ASCII
|
||||
121.Inputencoding.StringItemList=West European (ISO 8859-1)
|
||||
122.Inputencoding.StringItemList=East European (ISO 8859-2)
|
||||
123.Inputencoding.StringItemList=Latin/Greek (ISO 8859-7)
|
||||
124.Inputencoding.StringItemList=Microsoft East European (Cp1250)
|
||||
125.Inputencoding.StringItemList=Microsoft Cyrillic (Cp1251)
|
||||
126.Inputencoding.StringItemList=Russian (koi8-r)
|
||||
127.Inputencoding.StringItemList=Unicode (UTF8)
|
||||
33.LaTeXOptions.Multilingual.HelpText=
|
||||
34.LaTeXOptions.Multilingual.Label=Habilitar suporte multil\u00edngue
|
||||
35.LaTeXOptions.GreekMath.HelpText=
|
||||
36.LaTeXOptions.GreekMath.Label=Usar caracteres gregos como s\u00edmbolos
|
||||
37.LaTeXOptions.AdditionalSymbols.HelpText=
|
||||
38.LaTeXOptions.AdditionalSymbols.Label=Suportar s\u00edmbolos adicionais
|
||||
41.LaTeXOptions.UseBibtex.HelpText=
|
||||
42.LaTeXOptions.UseBibtex.Label=Usar BibTeX para bibliografia
|
||||
43.LaTeXOptions.BibtexStyleLabel.HelpText=
|
||||
44.LaTeXOptions.BibtexStyleLabel.Label=Estilo BibTeX
|
||||
45.LaTeXOptions.BibtexStyle.HelpText=
|
||||
46.BibtexStyle.StringItemList=plain
|
||||
47.BibtexStyle.StringItemList=unsrt
|
||||
48.BibtexStyle.StringItemList=alpha
|
||||
49.BibtexStyle.StringItemList=abbrv
|
||||
50.LaTeXOptions.BibtexStyle.Text=
|
||||
51.LaTeXOptions.FilesLabel.HelpText=
|
||||
52.LaTeXOptions.FilesLabel.Label=Arquivos
|
||||
53.LaTeXOptions.WrapLines.HelpText=
|
||||
54.LaTeXOptions.WrapLines.Label=Quebrar linhas longas
|
||||
55.LaTeXOptions.WrapLinesAfterLabel.HelpText=
|
||||
56.LaTeXOptions.WrapLinesAfterLabel.Label=Ap\u00f3s os caracteres
|
||||
57.LaTeXOptions.WrapLinesAfter.HelpText=
|
||||
58.LaTeXOptions.SplitLinkedSections.HelpText=
|
||||
59.LaTeXOptions.SplitLinkedSections.Label=Dividir documento em se\u00e7\u00f5es vinculadas
|
||||
60.LaTeXOptions.SplitToplevelSections.HelpText=
|
||||
61.LaTeXOptions.SplitToplevelSections.Label=Dividir documento em se\u00e7\u00f5es de alto n\u00edvel
|
||||
62.LaTeXOptions.SaveImagesInSubdir.HelpText=
|
||||
63.LaTeXOptions.SaveImagesInSubdir.Label=Salvar imagens em subdiret\u00f3rio
|
||||
64.LaTeXOptions.SpecialContentLabel.HelpText=
|
||||
65.LaTeXOptions.SpecialContentLabel.Label=Conte\u00fado especial
|
||||
66.LaTeXOptions.NotesLabel.HelpText=
|
||||
67.LaTeXOptions.NotesLabel.Label=Exportar notas
|
||||
68.LaTeXOptions.Notes.HelpText=
|
||||
128.Notes.StringItemList=N\u00e3o exportar
|
||||
129.Notes.StringItemList=Como coment\u00e1rios
|
||||
130.Notes.StringItemList=Como notas marginais
|
||||
131.Notes.StringItemList=Como anota\u00e7\u00f5es do pdf
|
||||
73.LaTeXOptions.Metadata.HelpText=
|
||||
74.LaTeXOptions.Metadata.Label=Exportar propriedades do documento (metadados)
|
||||
75.LaTeXOptions.FiguresAndTablesLabel.HelpText=
|
||||
76.LaTeXOptions.FiguresAndTablesLabel.Label=Figuras e tabelas
|
||||
77.LaTeXOptions.OriginalImageSize.HelpText=
|
||||
78.LaTeXOptions.OriginalImageSize.Label=Usar tamanho original da imagem
|
||||
79.LaTeXOptions.OptimizeSimpleTables.HelpText=
|
||||
80.LaTeXOptions.OptimizeSimpleTables.Label=Optimizar tabelas simples
|
||||
81.LaTeXOptions.SimpleTableLimitLabel.HelpText=
|
||||
82.LaTeXOptions.SimpleTableLimitLabel.Label=Largura m\u00e1xima em caracteres
|
||||
83.LaTeXOptions.SimpleTableLimit.HelpText=
|
||||
84.LaTeXOptions.FloatTables.HelpText=
|
||||
85.LaTeXOptions.FloatTables.Label=Tabelas flutuantes
|
||||
86.LaTeXOptions.FloatFigures.HelpText=
|
||||
87.LaTeXOptions.FloatFigures.Label=Figuras flutuantes
|
||||
88.LaTeXOptions.FloatOptionsLabel.HelpText=
|
||||
89.LaTeXOptions.FloatOptionsLabel.Label=Ancorar
|
||||
90.LaTeXOptions.FloatOptions.HelpText=
|
||||
132.FloatOptions.StringItemList=Topo ou p\u00e9 de p\u00e1gina
|
||||
133.FloatOptions.StringItemList=Topo da p\u00e1gina
|
||||
134.FloatOptions.StringItemList=P\u00e9 de p\u00e1gina
|
||||
135.FloatOptions.StringItemList=Aqui ou no topo da p\u00e1gina
|
||||
136.FloatOptions.StringItemList=Aqui ou no p\u00e9 de p\u00e1gina
|
||||
96.LaTeXOptions.AutoCorrectLabel.HelpText=
|
||||
97.LaTeXOptions.AutoCorrectLabel.Label=Autocorre\u00e7\u00e3o
|
||||
98.LaTeXOptions.IgnoreHardPageBreaks.HelpText=
|
||||
99.LaTeXOptions.IgnoreHardPageBreaks.Label=Ignorar quebras de p\u00e1gina for\u00e7adas
|
||||
100.LaTeXOptions.IgnoreHardLineBreaks.HelpText=
|
||||
101.LaTeXOptions.IgnoreHardLineBreaks.Label=Ignorar quebras de linha for\u00e7adas
|
||||
102.LaTeXOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
103.LaTeXOptions.IgnoreEmptyParagraphs.Label=Ignorar par\u00e1grafos vazios
|
||||
104.LaTeXOptions.IgnoreDoubleSpaces.HelpText=
|
||||
105.LaTeXOptions.IgnoreDoubleSpaces.Label=Ignorar espa\u00e7os duplicados
|
||||
106.LaTeXOptions.ExportButton.HelpText=
|
||||
107.LaTeXOptions.ExportButton.Label=Exportar
|
||||
108.LaTeXOptions.CancelButton.HelpText=
|
||||
109.LaTeXOptions.CancelButton.Label=Cancelar
|
||||
147.LaTeXOptions.DisplayHiddenText.HelpText=
|
||||
148.LaTeXOptions.DisplayHiddenText.Label=Export hidden text
|
||||
151.LaTeXOptions.FontLabel.HelpText=
|
||||
152.LaTeXOptions.FontLabel.Label=Font
|
||||
154.LaTeXOptions.Font.HelpText=
|
|
@ -1,114 +0,0 @@
|
|||
# Strings for Dialog Library W2LDialogs
|
||||
0.LaTeXOptions.HelpText=
|
||||
1.LaTeXOptions.Title=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b LaTeX (Writer2LaTeX)
|
||||
2.LaTeXOptions.FixedLine1.HelpText=
|
||||
3.LaTeXOptions.FixedLine1.Label=
|
||||
4.LaTeXOptions.GeneralLabel.HelpText=
|
||||
5.LaTeXOptions.GeneralLabel.Label=\u041e\u0431\u0449\u0438\u0435
|
||||
6.LaTeXOptions.ConfigLabel.HelpText=
|
||||
7.LaTeXOptions.ConfigLabel.Label=\u0424\u043e\u0440\u043c\u0430\u0442 LaTeX
|
||||
8.LaTeXOptions.Config.HelpText=
|
||||
137.Config.StringItemList=\u0421\u0432\u0435\u0440\u0445\u0447\u0438\u0441\u0442\u0430\u044f \u0441\u0442\u0430\u0442\u044c\u044f
|
||||
138.Config.StringItemList=\u0427\u0438\u0441\u0442\u0430\u044f \u0441\u0442\u0430\u0442\u044c\u044f
|
||||
139.Config.StringItemList=\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
|
||||
140.Config.StringItemList=\u041e\u043f\u0442\u0438\u043c\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u043f\u0435\u0447\u0430\u0442\u0438
|
||||
141.Config.StringItemList=\u041e\u043f\u0442\u0438\u043c\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u044d\u043a\u0440\u0430\u043d\u0430 (pdf)
|
||||
142.Config.StringItemList=\u0412\u044b\u0431\u043e\u0440\u043e\u0447\u043d\u044b\u0439
|
||||
15.LaTeXOptions.BackendLabel.HelpText=
|
||||
16.LaTeXOptions.BackendLabel.Label=\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442
|
||||
17.LaTeXOptions.Backend.HelpText=
|
||||
116.Backend.StringItemList=\u0412\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0439
|
||||
117.Backend.StringItemList=Pdf (pdfTeX)
|
||||
118.Backend.StringItemList=Postscript (dvips)
|
||||
119.Backend.StringItemList=\u041d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d
|
||||
22.LaTeXOptions.InputencodingLabel.HelpText=
|
||||
23.LaTeXOptions.InputencodingLabel.Label=\u041a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430
|
||||
24.LaTeXOptions.Inputencoding.HelpText=
|
||||
120.Inputencoding.StringItemList=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442 ASCII \u0421\u0428\u0410
|
||||
121.Inputencoding.StringItemList=\u0417\u0430\u043f\u0430\u0434\u043d\u043e \u0435\u0432\u0440\u043e\u043f\u0435\u0439\u0441\u043a\u0430\u044f (ISO 8859-1)
|
||||
122.Inputencoding.StringItemList=\u0412\u043e\u0441\u0442\u043e\u0447\u043d\u043e \u0435\u0432\u0440\u043e\u043f\u0435\u0439\u0441\u043a\u0430\u044f (ISO 8859-2)
|
||||
123.Inputencoding.StringItemList=\u041b\u0430\u0442\u0438\u043d\u0438\u0446\u0430/\u0413\u0440\u0435\u0447\u0435\u0441\u043a\u0438\u0439 (ISO 8859-7)
|
||||
124.Inputencoding.StringItemList=\u0412\u043e\u0441\u0442\u043e\u0447\u043d\u043e \u0435\u0432\u0440\u043e\u043f\u0435\u0439\u0441\u043a\u0430\u044f \u043e\u0442 Microsoft (CP1250)
|
||||
125.Inputencoding.StringItemList=\u041a\u0438\u0440\u0438\u043b\u043b\u0438\u0446\u0430 \u043e\u0442 Microsoft (CP1251)
|
||||
126.Inputencoding.StringItemList=\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f (KOI8-R)
|
||||
127.Inputencoding.StringItemList=\u042e\u043d\u0438\u043a\u043e\u0434 (UTF8)
|
||||
33.LaTeXOptions.Multilingual.HelpText=
|
||||
34.LaTeXOptions.Multilingual.Label=\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043c\u043d\u043e\u0433\u043e\u044f\u0437\u044b\u043a\u043e\u0432\u0443\u044e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443
|
||||
35.LaTeXOptions.GreekMath.HelpText=
|
||||
36.LaTeXOptions.GreekMath.Label=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0433\u0440\u0435\u0447\u0435\u0441\u043a\u0438\u0435 \u0431\u0443\u043a\u0432\u044b \u043a\u0430\u043a \u0441\u0438\u043c\u0432\u043e\u043b\u044b
|
||||
37.LaTeXOptions.AdditionalSymbols.HelpText=
|
||||
38.LaTeXOptions.AdditionalSymbols.Label=\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b
|
||||
41.LaTeXOptions.UseBibtex.HelpText=
|
||||
42.LaTeXOptions.UseBibtex.Label=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c BibTeX \u0434\u043b\u044f \u0431\u0438\u0431\u043b\u0438\u043e\u0433\u0440\u0430\u0444\u0438\u0438
|
||||
43.LaTeXOptions.BibtexStyleLabel.HelpText=
|
||||
44.LaTeXOptions.BibtexStyleLabel.Label=\u0421\u0442\u0438\u043b\u044c BibTeX
|
||||
45.LaTeXOptions.BibtexStyle.HelpText=
|
||||
46.BibtexStyle.StringItemList=plain
|
||||
47.BibtexStyle.StringItemList=unsrt
|
||||
48.BibtexStyle.StringItemList=alpha
|
||||
49.BibtexStyle.StringItemList=abbrv
|
||||
50.LaTeXOptions.BibtexStyle.Text=
|
||||
51.LaTeXOptions.FilesLabel.HelpText=
|
||||
52.LaTeXOptions.FilesLabel.Label=\u0424\u0430\u0439\u043b\u044b
|
||||
53.LaTeXOptions.WrapLines.HelpText=
|
||||
54.LaTeXOptions.WrapLines.Label=\u041f\u0435\u0440\u0435\u043d\u043e\u0441\u0438\u0442\u044c \u0434\u043b\u0438\u043d\u043d\u044b\u0435 \u0441\u0442\u0440\u043e\u043a\u0438
|
||||
55.LaTeXOptions.WrapLinesAfterLabel.HelpText=
|
||||
56.LaTeXOptions.WrapLinesAfterLabel.Label=\u041d\u0430\u0447\u0438\u043d\u0430\u044f \u0441 \u0434\u043b\u0438\u043d\u044b
|
||||
57.LaTeXOptions.WrapLinesAfter.HelpText=
|
||||
58.LaTeXOptions.SplitLinkedSections.HelpText=
|
||||
59.LaTeXOptions.SplitLinkedSections.Label=\u0420\u0430\u0437\u0431\u0438\u0432\u0430\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u043f\u043e \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u043c \u0441\u0435\u043a\u0446\u0438\u044f\u043c
|
||||
60.LaTeXOptions.SplitToplevelSections.HelpText=
|
||||
61.LaTeXOptions.SplitToplevelSections.Label=\u0420\u0430\u0437\u0431\u0438\u0432\u0430\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u043f\u043e \u0441\u0435\u043a\u0446\u0438\u044f\u043c \u0432\u0435\u0440\u0445\u043d\u0435\u0433\u043e \u0443\u0440\u043e\u0432\u043d\u044f
|
||||
62.LaTeXOptions.SaveImagesInSubdir.HelpText=
|
||||
63.LaTeXOptions.SaveImagesInSubdir.Label=\u0421\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0432 \u043f\u043e\u0434\u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u044e
|
||||
64.LaTeXOptions.SpecialContentLabel.HelpText=
|
||||
65.LaTeXOptions.SpecialContentLabel.Label=\u0421\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435
|
||||
66.LaTeXOptions.NotesLabel.HelpText=
|
||||
67.LaTeXOptions.NotesLabel.Label=\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0437\u0430\u043c\u0435\u0447\u0430\u043d\u0438\u0439
|
||||
68.LaTeXOptions.Notes.HelpText=
|
||||
128.Notes.StringItemList=\u041d\u0435 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
|
||||
129.Notes.StringItemList=\u041a\u0430\u043a \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438
|
||||
130.Notes.StringItemList=\u041a\u0430\u043a \u0437\u0430\u043c\u0435\u0447\u0430\u043d\u0438\u044f \u0441 \u043a\u0440\u0430\u044e
|
||||
131.Notes.StringItemList=\u041a\u0430\u043a \u0441\u0441\u044b\u043b\u043a\u0438 \u0432 PDF
|
||||
73.LaTeXOptions.Metadata.HelpText=
|
||||
74.LaTeXOptions.Metadata.Label=\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0441\u0432\u043e\u0439\u0441\u0442\u0432 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 (\u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435)
|
||||
75.LaTeXOptions.FiguresAndTablesLabel.HelpText=
|
||||
76.LaTeXOptions.FiguresAndTablesLabel.Label=\u0418\u043b\u043b\u044e\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0438 \u0442\u0430\u0431\u043b\u0438\u0446\u044b
|
||||
77.LaTeXOptions.OriginalImageSize.HelpText=
|
||||
78.LaTeXOptions.OriginalImageSize.Label=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f
|
||||
79.LaTeXOptions.OptimizeSimpleTables.HelpText=
|
||||
80.LaTeXOptions.OptimizeSimpleTables.Label=\u041e\u043f\u0442\u0438\u043c\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0441\u0442\u044b\u0435 \u0442\u0430\u0431\u043b\u0438\u0446\u044b
|
||||
81.LaTeXOptions.SimpleTableLimitLabel.HelpText=
|
||||
82.LaTeXOptions.SimpleTableLimitLabel.Label=\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0448\u0438\u0440\u0438\u043d\u0430 \u0432 \u0441\u0438\u043c\u0432\u043e\u043b\u0430\u0445
|
||||
83.LaTeXOptions.SimpleTableLimit.HelpText=
|
||||
84.LaTeXOptions.FloatTables.HelpText=
|
||||
85.LaTeXOptions.FloatTables.Label=\u041f\u043b\u0430\u0432\u0430\u044e\u0449\u0438\u0435 \u0442\u0430\u0431\u043b\u0438\u0446\u044b
|
||||
86.LaTeXOptions.FloatFigures.HelpText=
|
||||
87.LaTeXOptions.FloatFigures.Label=\u041f\u043b\u0430\u0432\u0430\u044e\u0449\u0438\u0435 \u0438\u043b\u043b\u044e\u0441\u0442\u0440\u0430\u0446\u0438\u0438
|
||||
88.LaTeXOptions.FloatOptionsLabel.HelpText=
|
||||
89.LaTeXOptions.FloatOptionsLabel.Label=\u041f\u043b\u0430\u0432\u0430\u044e\u0449\u0435\u0435 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435
|
||||
90.LaTeXOptions.FloatOptions.HelpText=
|
||||
132.FloatOptions.StringItemList=\u0412\u0435\u0440\u0445 \u0438\u043b\u0438 \u043d\u0438\u0437 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b
|
||||
133.FloatOptions.StringItemList=\u0412\u0435\u0440\u0445 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b
|
||||
134.FloatOptions.StringItemList=\u041d\u0438\u0437 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b
|
||||
135.FloatOptions.StringItemList=\u0422\u0443\u0442 \u0438\u043b\u0438 \u0432\u0432\u0435\u0440\u0445\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b
|
||||
136.FloatOptions.StringItemList=\u0422\u0443\u0442 \u0438\u043b\u0438 \u0432\u043d\u0438\u0437\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b
|
||||
96.LaTeXOptions.AutoCorrectLabel.HelpText=
|
||||
97.LaTeXOptions.AutoCorrectLabel.Label=\u0410\u0432\u0442\u043e\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u043a\u0430
|
||||
98.LaTeXOptions.IgnoreHardPageBreaks.HelpText=
|
||||
99.LaTeXOptions.IgnoreHardPageBreaks.Label=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0440\u0430\u0437\u0440\u044b\u0432\u044b \u0441\u0442\u0440\u0430\u043d\u0438\u0446
|
||||
100.LaTeXOptions.IgnoreHardLineBreaks.HelpText=
|
||||
101.LaTeXOptions.IgnoreHardLineBreaks.Label=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0440\u0430\u0437\u0440\u044b\u0432\u044b \u0441\u0442\u0440\u043e\u043a
|
||||
102.LaTeXOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
103.LaTeXOptions.IgnoreEmptyParagraphs.Label=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u0435 \u043f\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u044b
|
||||
104.LaTeXOptions.IgnoreDoubleSpaces.HelpText=
|
||||
105.LaTeXOptions.IgnoreDoubleSpaces.Label=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0432\u043e\u0439\u043d\u044b\u0435 \u043f\u0440\u043e\u0431\u0435\u043b\u044b
|
||||
106.LaTeXOptions.ExportButton.HelpText=
|
||||
107.LaTeXOptions.ExportButton.Label=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
|
||||
108.LaTeXOptions.CancelButton.HelpText=
|
||||
109.LaTeXOptions.CancelButton.Label=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
|
||||
147.LaTeXOptions.DisplayHiddenText.HelpText=
|
||||
148.LaTeXOptions.DisplayHiddenText.Label=Export hidden text
|
||||
151.LaTeXOptions.FontLabel.HelpText=
|
||||
152.LaTeXOptions.FontLabel.Label=Font
|
||||
154.LaTeXOptions.Font.HelpText=
|
|
@ -1,114 +0,0 @@
|
|||
# Strings for Dialog Library W2LDialogs
|
||||
0.LaTeXOptions.HelpText=
|
||||
1.LaTeXOptions.Title=LaTeX Se\u00e7enekleri (Writer2LaTeX)
|
||||
2.LaTeXOptions.FixedLine1.HelpText=
|
||||
3.LaTeXOptions.FixedLine1.Label=
|
||||
4.LaTeXOptions.GeneralLabel.HelpText=
|
||||
5.LaTeXOptions.GeneralLabel.Label=Genel
|
||||
6.LaTeXOptions.ConfigLabel.HelpText=
|
||||
7.LaTeXOptions.ConfigLabel.Label=LaTeX format
|
||||
8.LaTeXOptions.Config.HelpText=
|
||||
137.Config.StringItemList=Ter-Temiz Makale
|
||||
138.Config.StringItemList=Temiz Makale
|
||||
139.Config.StringItemList=Varsay\u0131lan
|
||||
140.Config.StringItemList=Yaz\u0131c\u0131 \u0130\u00e7in
|
||||
141.Config.StringItemList=Ekran \u0130\u00e7in (pdf)
|
||||
142.Config.StringItemList=\u00d6zel
|
||||
15.LaTeXOptions.BackendLabel.HelpText=
|
||||
16.LaTeXOptions.BackendLabel.Label=Arka
|
||||
17.LaTeXOptions.Backend.HelpText=
|
||||
116.Backend.StringItemList=Genel
|
||||
117.Backend.StringItemList=Pdf (pdfTeX)
|
||||
118.Backend.StringItemList=Postscript (dvips)
|
||||
119.Backend.StringItemList=Belirtilmemi\u015f
|
||||
22.LaTeXOptions.InputencodingLabel.HelpText=
|
||||
23.LaTeXOptions.InputencodingLabel.Label=Encoding
|
||||
24.LaTeXOptions.Inputencoding.HelpText=
|
||||
120.Inputencoding.StringItemList=US ASCII
|
||||
121.Inputencoding.StringItemList=West European (ISO 8859-1)
|
||||
122.Inputencoding.StringItemList=East European (ISO 8859-2)
|
||||
123.Inputencoding.StringItemList=Latin/Greek (ISO 8859-7)
|
||||
124.Inputencoding.StringItemList=Microsoft East European (Cp1250)
|
||||
125.Inputencoding.StringItemList=Microsoft Cyrillic (Cp1251)
|
||||
126.Inputencoding.StringItemList=Russian (koi8-r)
|
||||
127.Inputencoding.StringItemList=Unicode (UTF8)
|
||||
33.LaTeXOptions.Multilingual.HelpText=
|
||||
34.LaTeXOptions.Multilingual.Label=\u00c7oklu dil deste\u011fi sa\u011fla
|
||||
35.LaTeXOptions.GreekMath.HelpText=
|
||||
36.LaTeXOptions.GreekMath.Label=Yunan harflerini sembol gibi kullan
|
||||
37.LaTeXOptions.AdditionalSymbols.HelpText=
|
||||
38.LaTeXOptions.AdditionalSymbols.Label=Ek sembolleri destekle
|
||||
41.LaTeXOptions.UseBibtex.HelpText=
|
||||
42.LaTeXOptions.UseBibtex.Label=Bibliografya i\u00e7in BibTeX kullan
|
||||
43.LaTeXOptions.BibtexStyleLabel.HelpText=
|
||||
44.LaTeXOptions.BibtexStyleLabel.Label=BibTeX stili
|
||||
45.LaTeXOptions.BibtexStyle.HelpText=
|
||||
46.BibtexStyle.StringItemList=d\u00fcz
|
||||
47.BibtexStyle.StringItemList=unsrt
|
||||
48.BibtexStyle.StringItemList=alpha
|
||||
49.BibtexStyle.StringItemList=abbrv
|
||||
50.LaTeXOptions.BibtexStyle.Text=
|
||||
51.LaTeXOptions.FilesLabel.HelpText=
|
||||
52.LaTeXOptions.FilesLabel.Label=Dosyalar
|
||||
53.LaTeXOptions.WrapLines.HelpText=
|
||||
54.LaTeXOptions.WrapLines.Label=Uzun sat\u0131rlar\u0131 katla
|
||||
55.LaTeXOptions.WrapLinesAfterLabel.HelpText=
|
||||
56.LaTeXOptions.WrapLinesAfterLabel.Label=Karakter sonras\u0131
|
||||
57.LaTeXOptions.WrapLinesAfter.HelpText=
|
||||
58.LaTeXOptions.SplitLinkedSections.HelpText=
|
||||
59.LaTeXOptions.SplitLinkedSections.Label=D\u00f6k\u00fcman\u0131 linkli b\u00f6l\u00fcmlerden ay\u0131r
|
||||
60.LaTeXOptions.SplitToplevelSections.HelpText=
|
||||
61.LaTeXOptions.SplitToplevelSections.Label=D\u00f6k\u00fcman\u0131 \u00fcst seviye b\u00f6l\u00fcmlerden ay\u0131r
|
||||
62.LaTeXOptions.SaveImagesInSubdir.HelpText=
|
||||
63.LaTeXOptions.SaveImagesInSubdir.Label=Resimleri alt klas\u00f6re kaydet
|
||||
64.LaTeXOptions.SpecialContentLabel.HelpText=
|
||||
65.LaTeXOptions.SpecialContentLabel.Label=\u00d6zel i\u00e7erik
|
||||
66.LaTeXOptions.NotesLabel.HelpText=
|
||||
67.LaTeXOptions.NotesLabel.Label=Notlar\u0131 ihra\u00e7 et
|
||||
68.LaTeXOptions.Notes.HelpText=
|
||||
128.Notes.StringItemList=\u0130hra\u00e7 etme
|
||||
129.Notes.StringItemList=Yorum olarak
|
||||
130.Notes.StringItemList=Kenar notlar\u0131 olarak
|
||||
131.Notes.StringItemList=pdf a\u00e7\u0131klamalar\u0131 olarak
|
||||
73.LaTeXOptions.Metadata.HelpText=
|
||||
74.LaTeXOptions.Metadata.Label=\u0130hra\u00e7 edilen d\u00f6k\u00fcman\u0131n \u00f6zellikleri (metadata)
|
||||
75.LaTeXOptions.FiguresAndTablesLabel.HelpText=
|
||||
76.LaTeXOptions.FiguresAndTablesLabel.Label=\u015eekiller ve tablolar
|
||||
77.LaTeXOptions.OriginalImageSize.HelpText=
|
||||
78.LaTeXOptions.OriginalImageSize.Label=Orjinal resim boyutunu kullan
|
||||
79.LaTeXOptions.OptimizeSimpleTables.HelpText=
|
||||
80.LaTeXOptions.OptimizeSimpleTables.Label=Basit tablolar\u0131 optimize et
|
||||
81.LaTeXOptions.SimpleTableLimitLabel.HelpText=
|
||||
82.LaTeXOptions.SimpleTableLimitLabel.Label=Karakter cinsinden maksimum geni\u015flik
|
||||
83.LaTeXOptions.SimpleTableLimit.HelpText=
|
||||
84.LaTeXOptions.FloatTables.HelpText=
|
||||
85.LaTeXOptions.FloatTables.Label=Y\u00fczen tablolar
|
||||
86.LaTeXOptions.FloatFigures.HelpText=
|
||||
87.LaTeXOptions.FloatFigures.Label=Y\u00fczen \u015fekiller
|
||||
88.LaTeXOptions.FloatOptionsLabel.HelpText=
|
||||
89.LaTeXOptions.FloatOptionsLabel.Label=Y\u00fczen yerle\u015fim
|
||||
90.LaTeXOptions.FloatOptions.HelpText=
|
||||
132.FloatOptions.StringItemList=Sayfan\u0131n \u00fcst\u00fc veya alt\u0131
|
||||
133.FloatOptions.StringItemList=Sayfan\u0131n \u00fcst\u00fc
|
||||
134.FloatOptions.StringItemList=Sayfan\u0131n alt\u0131
|
||||
135.FloatOptions.StringItemList=Sayfan\u0131n buras\u0131 veya \u00fcst\u00fc
|
||||
136.FloatOptions.StringItemList=Sayfan\u0131n buras\u0131 veya alt\u0131
|
||||
96.LaTeXOptions.AutoCorrectLabel.HelpText=
|
||||
97.LaTeXOptions.AutoCorrectLabel.Label=Oto d\u00fczeltme
|
||||
98.LaTeXOptions.IgnoreHardPageBreaks.HelpText=
|
||||
99.LaTeXOptions.IgnoreHardPageBreaks.Label=Kat\u0131 sayfa ayr\u0131mlar\u0131n\u0131 ihmal et
|
||||
100.LaTeXOptions.IgnoreHardLineBreaks.HelpText=
|
||||
101.LaTeXOptions.IgnoreHardLineBreaks.Label=Kat\u0131 \u00e7izgi ayr\u0131mlar\u0131n\u0131 ihmal et
|
||||
102.LaTeXOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
103.LaTeXOptions.IgnoreEmptyParagraphs.Label=Bo\u015f paragraflar\u0131 ihmal et
|
||||
104.LaTeXOptions.IgnoreDoubleSpaces.HelpText=
|
||||
105.LaTeXOptions.IgnoreDoubleSpaces.Label=\u00c7ift bo\u015fluklar\u0131 ihmal et
|
||||
106.LaTeXOptions.ExportButton.HelpText=
|
||||
107.LaTeXOptions.ExportButton.Label=\u0130hra\u00e7 et
|
||||
108.LaTeXOptions.CancelButton.HelpText=
|
||||
109.LaTeXOptions.CancelButton.Label=\u0130ptal
|
||||
147.LaTeXOptions.DisplayHiddenText.HelpText=
|
||||
148.LaTeXOptions.DisplayHiddenText.Label=Export hidden text
|
||||
151.LaTeXOptions.FontLabel.HelpText=
|
||||
152.LaTeXOptions.FontLabel.Label=Font
|
||||
154.LaTeXOptions.Font.HelpText=
|
|
@ -1,114 +0,0 @@
|
|||
# Strings for Dialog Library W2LDialogs
|
||||
0.LaTeXOptions.HelpText=
|
||||
1.LaTeXOptions.Title=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438 LaTeX (Writer2LaTeX)
|
||||
2.LaTeXOptions.FixedLine1.HelpText=
|
||||
3.LaTeXOptions.FixedLine1.Label=
|
||||
4.LaTeXOptions.GeneralLabel.HelpText=
|
||||
5.LaTeXOptions.GeneralLabel.Label=\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0456
|
||||
6.LaTeXOptions.ConfigLabel.HelpText=
|
||||
7.LaTeXOptions.ConfigLabel.Label=\u0424\u043e\u0440\u043c\u0430\u0442 LaTeX
|
||||
8.LaTeXOptions.Config.HelpText=
|
||||
137.Config.StringItemList=\u041d\u0430\u0434\u0447\u0438\u0441\u0442\u0430 \u0441\u0442\u0430\u0442\u0442\u044f
|
||||
138.Config.StringItemList=\u0427\u0438\u0441\u0442\u0430 \u0441\u0442\u0430\u0442\u0442\u044f
|
||||
139.Config.StringItemList=\u0417\u0430 \u0437\u0430\u043c\u043e\u0432\u0447\u0443\u0432\u0430\u043d\u043d\u044f\u043c
|
||||
140.Config.StringItemList=\u041e\u043f\u0442\u0438\u043c\u0456\u0437\u043e\u0432\u0430\u043d\u043d\u0438\u0439 \u0434\u043b\u044f \u0434\u0440\u0443\u043a\u0443
|
||||
141.Config.StringItemList=\u041e\u043f\u0442\u0438\u043c\u0456\u0437\u043e\u0432\u0430\u043d\u0438\u0439 \u0434\u043b\u044f \u0435\u043a\u0440\u0430\u043d\u0443 (pdf)
|
||||
142.Config.StringItemList=\u0412\u0438\u0431\u0456\u0440\u043a\u043e\u0432\u0438\u0439
|
||||
15.LaTeXOptions.BackendLabel.HelpText=
|
||||
16.LaTeXOptions.BackendLabel.Label=\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442
|
||||
17.LaTeXOptions.Backend.HelpText=
|
||||
116.Backend.StringItemList=\u0412\u0431\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0439
|
||||
117.Backend.StringItemList=Pdf (pdfTeX)
|
||||
118.Backend.StringItemList=Postscript (dvips)
|
||||
119.Backend.StringItemList=\u041d\u0435 \u0432\u043a\u0430\u0437\u0430\u043d\u043e
|
||||
22.LaTeXOptions.InputencodingLabel.HelpText=
|
||||
23.LaTeXOptions.InputencodingLabel.Label=\u041a\u043e\u0434\u0443\u0432\u0430\u043d\u043d\u044f
|
||||
24.LaTeXOptions.Inputencoding.HelpText=
|
||||
120.Inputencoding.StringItemList=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442 ASCII \u0421\u0428\u0410
|
||||
121.Inputencoding.StringItemList=\u0417\u0430\u043f\u0445\u0456\u0434\u043d\u043e \u0454\u0432\u0440\u043e\u043f\u0435\u0439\u0441\u044c\u043a\u0435 (ISO 8859-1)
|
||||
122.Inputencoding.StringItemList=\u0421\u0445\u0456\u0434\u043d\u043e \u0454\u0432\u0440\u043e\u043f\u0435\u0439\u0441\u044c\u043a\u0435 (ISO 8859-2)
|
||||
123.Inputencoding.StringItemList=\u041b\u0430\u0442\u0438\u043d\u0438\u0446\u044f/\u0413\u0440\u0435\u0446\u044c\u043a\u0430 (ISO 8859-7)
|
||||
124.Inputencoding.StringItemList=\u0421\u0445\u0456\u0434\u043d\u043e \u0454\u0432\u0440\u043e\u043f\u0435\u0439\u0441\u044c\u043a\u0435 \u0432\u0456\u0434 Microsoft (CP1250)
|
||||
125.Inputencoding.StringItemList=\u041a\u0438\u0440\u0438\u043b\u0438\u0446\u044f \u043e\u0442 Microsoft (CP1251)
|
||||
126.Inputencoding.StringItemList=\u0420\u043e\u0441\u0456\u0439\u0441\u044c\u043a\u0435 (KOI8-R)
|
||||
127.Inputencoding.StringItemList=\u042e\u043d\u0456\u043a\u043e\u0434 (UTF8)
|
||||
33.LaTeXOptions.Multilingual.HelpText=
|
||||
34.LaTeXOptions.Multilingual.Label=\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0431\u0430\u0433\u0430\u0442\u043e\u043c\u043e\u0432\u043d\u0443 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0443
|
||||
35.LaTeXOptions.GreekMath.HelpText=
|
||||
36.LaTeXOptions.GreekMath.Label=\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0433\u0440\u0435\u0446\u044c\u043a\u0456 \u043b\u0456\u0442\u0435\u0440\u0438 \u044f\u043a \u0441\u0438\u043c\u0432\u043e\u043b\u0438
|
||||
37.LaTeXOptions.AdditionalSymbols.HelpText=
|
||||
38.LaTeXOptions.AdditionalSymbols.Label=\u041f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u0442\u0438 \u0434\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0456 \u0441\u0438\u043c\u0432\u043e\u043b\u0438
|
||||
41.LaTeXOptions.UseBibtex.HelpText=
|
||||
42.LaTeXOptions.UseBibtex.Label=\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 BibTeX \u0434\u043b\u044f \u0431\u0456\u0431\u043b\u0456\u043e\u0433\u0440\u0430\u0444\u0456\u0457
|
||||
43.LaTeXOptions.BibtexStyleLabel.HelpText=
|
||||
44.LaTeXOptions.BibtexStyleLabel.Label=\u0421\u0442\u0438\u043b\u044c BibTeX
|
||||
45.LaTeXOptions.BibtexStyle.HelpText=
|
||||
46.BibtexStyle.StringItemList=plain
|
||||
47.BibtexStyle.StringItemList=unsrt
|
||||
48.BibtexStyle.StringItemList=alpha
|
||||
49.BibtexStyle.StringItemList=abbrv
|
||||
50.LaTeXOptions.BibtexStyle.Text=
|
||||
51.LaTeXOptions.FilesLabel.HelpText=
|
||||
52.LaTeXOptions.FilesLabel.Label=\u0424\u0430\u0439\u043b\u0438
|
||||
53.LaTeXOptions.WrapLines.HelpText=
|
||||
54.LaTeXOptions.WrapLines.Label=\u041f\u0435\u0440\u0435\u043d\u043e\u0441\u0438\u0442\u0438 \u0434\u043e\u0432\u0433\u0456 \u0440\u044f\u0434\u043a\u0438
|
||||
55.LaTeXOptions.WrapLinesAfterLabel.HelpText=
|
||||
56.LaTeXOptions.WrapLinesAfterLabel.Label=\u041f\u043e\u0447\u0438\u043d\u0430\u044e\u0447\u0438 \u0456\u0437 \u0434\u043e\u0432\u0436\u0438\u043d\u0438
|
||||
57.LaTeXOptions.WrapLinesAfter.HelpText=
|
||||
58.LaTeXOptions.SplitLinkedSections.HelpText=
|
||||
59.LaTeXOptions.SplitLinkedSections.Label=\u0420\u043e\u0437\u0431\u0438\u0432\u0430\u0442\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u043f\u043e \u0437\u0432'\u044f\u0437\u0430\u043d\u0438\u043c \u0441\u0435\u043a\u0446\u0456\u044f\u043c
|
||||
60.LaTeXOptions.SplitToplevelSections.HelpText=
|
||||
61.LaTeXOptions.SplitToplevelSections.Label=\u0420\u043e\u0437\u0431\u0438\u0432\u0430\u0442\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u043f\u043e \u0441\u0435\u043a\u0446\u0456\u044f\u043c \u0432\u0435\u0440\u0445\u043d\u044c\u043e\u0433\u043e \u0440\u0456\u0432\u043d\u044f
|
||||
62.LaTeXOptions.SaveImagesInSubdir.HelpText=
|
||||
63.LaTeXOptions.SaveImagesInSubdir.Label=\u0417\u0431\u0435\u0440\u0456\u0433\u0430\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0432 \u043f\u0456\u0434-\u0442\u0435\u043a\u0430\u0445
|
||||
64.LaTeXOptions.SpecialContentLabel.HelpText=
|
||||
65.LaTeXOptions.SpecialContentLabel.Label=\u0421\u043f\u0435\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0439 \u0432\u043c\u0456\u0441\u0442
|
||||
66.LaTeXOptions.NotesLabel.HelpText=
|
||||
67.LaTeXOptions.NotesLabel.Label=\u0415\u043a\u0441\u043f\u043e\u0440\u0442 \u0437\u0430\u043c\u0456\u0442\u043e\u043a
|
||||
68.LaTeXOptions.Notes.HelpText=
|
||||
128.Notes.StringItemList=\u041d\u0435 \u0435\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438
|
||||
129.Notes.StringItemList=\u042f\u043a \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456
|
||||
130.Notes.StringItemList=\u042f\u043a \u043f\u0440\u0438\u043c\u0456\u0442\u043a\u0438 \u0437\u0431\u043e\u043a\u0443
|
||||
131.Notes.StringItemList=\u042f\u043a \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0432 PDF
|
||||
73.LaTeXOptions.Metadata.HelpText=
|
||||
74.LaTeXOptions.Metadata.Label=\u0415\u043a\u0441\u043f\u043e\u0440\u0442 \u0432\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0435\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0443 (\u043c\u0435\u0442\u0430\u0434\u0430\u043d\u0456)
|
||||
75.LaTeXOptions.FiguresAndTablesLabel.HelpText=
|
||||
76.LaTeXOptions.FiguresAndTablesLabel.Label=\u0406\u043b\u044e\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u0442\u0430 \u0442\u0430\u0431\u043b\u0438\u0446\u0456
|
||||
77.LaTeXOptions.OriginalImageSize.HelpText=
|
||||
78.LaTeXOptions.OriginalImageSize.Label=\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u043e\u0440\u0438\u0433\u0456\u043d\u0430\u043b\u044c\u043d\u0438\u0439 \u0440\u043e\u0437\u043c\u0456\u0440 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u044c
|
||||
79.LaTeXOptions.OptimizeSimpleTables.HelpText=
|
||||
80.LaTeXOptions.OptimizeSimpleTables.Label=\u041e\u043f\u0442\u0438\u043c\u0456\u0437\u0443\u0432\u0430\u0442\u0438 \u043f\u0440\u043e\u0441\u0442\u0456 \u0442\u0430\u0431\u043b\u0438\u0446\u0456
|
||||
81.LaTeXOptions.SimpleTableLimitLabel.HelpText=
|
||||
82.LaTeXOptions.SimpleTableLimitLabel.Label=\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 \u0443 \u0441\u0438\u043c\u0432\u043e\u043b\u0430\u0445
|
||||
83.LaTeXOptions.SimpleTableLimit.HelpText=
|
||||
84.LaTeXOptions.FloatTables.HelpText=
|
||||
85.LaTeXOptions.FloatTables.Label=\u041f\u043b\u0430\u0432\u0430\u044e\u0447\u0456 \u0442\u0430\u0431\u043b\u0438\u0446\u0456
|
||||
86.LaTeXOptions.FloatFigures.HelpText=
|
||||
87.LaTeXOptions.FloatFigures.Label=\u041f\u043b\u0430\u0432\u0430\u044e\u0447\u0456 \u0456\u043b\u044e\u0441\u0442\u0440\u0430\u0446\u0456\u0457
|
||||
88.LaTeXOptions.FloatOptionsLabel.HelpText=
|
||||
89.LaTeXOptions.FloatOptionsLabel.Label=\u041f\u043b\u0430\u0432\u0430\u044e\u0447\u0435 \u0440\u043e\u0437\u043c\u0456\u0449\u0435\u043d\u043d\u044f
|
||||
90.LaTeXOptions.FloatOptions.HelpText=
|
||||
132.FloatOptions.StringItemList=\u0417\u0433\u043e\u0440\u0438 \u0430\u0431\u043e \u0437\u043d\u0438\u0437\u0443 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438
|
||||
133.FloatOptions.StringItemList=\u0417\u0433\u043e\u0440\u0438 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438
|
||||
134.FloatOptions.StringItemList=\u0417\u043d\u0438\u0437\u0443 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438
|
||||
135.FloatOptions.StringItemList=\u0422\u0443\u0442 \u0430\u0431\u043e \u0437\u0433\u043e\u0440\u0438 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438
|
||||
136.FloatOptions.StringItemList=\u0422\u0443\u0442 \u0430\u0431\u043e \u0437\u043d\u0438\u0437\u0443 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438
|
||||
96.LaTeXOptions.AutoCorrectLabel.HelpText=
|
||||
97.LaTeXOptions.AutoCorrectLabel.Label=\u0410\u0432\u0442\u043e\u043a\u043e\u0440\u0435\u0433\u0443\u0432\u0430\u043d\u043d\u044f
|
||||
98.LaTeXOptions.IgnoreHardPageBreaks.HelpText=
|
||||
99.LaTeXOptions.IgnoreHardPageBreaks.Label=\u0406\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u0440\u043e\u0437\u0440\u0438\u0432\u0438 \u0441\u0442\u043e\u0440\u0456\u043d\u043e\u043a
|
||||
100.LaTeXOptions.IgnoreHardLineBreaks.HelpText=
|
||||
101.LaTeXOptions.IgnoreHardLineBreaks.Label=\u0406\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u0440\u043e\u0437\u0440\u0438\u0432\u0438 \u0440\u044f\u0434\u043a\u0456\u0432
|
||||
102.LaTeXOptions.IgnoreEmptyParagraphs.HelpText=
|
||||
103.LaTeXOptions.IgnoreEmptyParagraphs.Label=\u0406\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u0440\u043e\u0437\u0440\u0438\u0432\u0438 \u0440\u044f\u0434\u043a\u0456\u0432
|
||||
104.LaTeXOptions.IgnoreDoubleSpaces.HelpText=
|
||||
105.LaTeXOptions.IgnoreDoubleSpaces.Label=\u0406\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u043f\u043e\u0434\u0432\u0456\u0439\u043d\u0456 \u043f\u0440\u043e\u0431\u0456\u043b\u0438
|
||||
106.LaTeXOptions.ExportButton.HelpText=
|
||||
107.LaTeXOptions.ExportButton.Label=\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438
|
||||
108.LaTeXOptions.CancelButton.HelpText=
|
||||
109.LaTeXOptions.CancelButton.Label=\u0412\u0456\u0434\u043c\u0456\u043d\u0438\u0442\u0438
|
||||
147.LaTeXOptions.DisplayHiddenText.HelpText=
|
||||
148.LaTeXOptions.DisplayHiddenText.Label=Export hidden text
|
||||
151.LaTeXOptions.FontLabel.HelpText=
|
||||
152.LaTeXOptions.FontLabel.Label=Font
|
||||
154.LaTeXOptions.Font.HelpText=
|
|
@ -1,113 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
|
||||
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="LaTeXOptions" dlg:left="153" dlg:top="95" dlg:width="360" dlg:height="262" dlg:help-text="&0.LaTeXOptions.HelpText" dlg:closeable="true" dlg:moveable="true" dlg:title="&1.LaTeXOptions.Title">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:fixedline dlg:id="FixedLine1" dlg:tab-index="0" dlg:left="179" dlg:top="8" dlg:width="2" dlg:height="222" dlg:help-text="&2.LaTeXOptions.FixedLine1.HelpText" dlg:value="&3.LaTeXOptions.FixedLine1.Label" dlg:align="vertical"/>
|
||||
<dlg:text dlg:id="GeneralLabel" dlg:tab-index="1" dlg:left="5" dlg:top="8" dlg:width="156" dlg:height="12" dlg:help-text="&4.LaTeXOptions.GeneralLabel.HelpText" dlg:value="&5.LaTeXOptions.GeneralLabel.Label"/>
|
||||
<dlg:text dlg:id="ConfigLabel" dlg:tab-index="2" dlg:left="12" dlg:top="22" dlg:width="47" dlg:height="12" dlg:help-text="&6.LaTeXOptions.ConfigLabel.HelpText" dlg:value="&7.LaTeXOptions.ConfigLabel.Label"/>
|
||||
<dlg:menulist dlg:id="Config" dlg:tab-index="3" dlg:left="65" dlg:top="20" dlg:width="96" dlg:height="12" dlg:help-text="&8.LaTeXOptions.Config.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsConfig" dlg:spin="true" dlg:linecount="6">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="&137.Config.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&138.Config.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&139.Config.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&140.Config.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&141.Config.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&142.Config.StringItemList"/>
|
||||
</dlg:menupopup>
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:ConfigChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="BackendLabel" dlg:tab-index="4" dlg:left="12" dlg:top="36" dlg:width="47" dlg:height="12" dlg:help-text="&15.LaTeXOptions.BackendLabel.HelpText" dlg:value="&16.LaTeXOptions.BackendLabel.Label"/>
|
||||
<dlg:menulist dlg:id="Backend" dlg:tab-index="5" dlg:left="65" dlg:top="34" dlg:width="96" dlg:height="12" dlg:help-text="&17.LaTeXOptions.Backend.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsBackend" dlg:spin="true">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="&116.Backend.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&117.Backend.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&118.Backend.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="XeTeX"/>
|
||||
<dlg:menuitem dlg:value="&119.Backend.StringItemList"/>
|
||||
</dlg:menupopup>
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:BackendChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="InputencodingLabel" dlg:tab-index="6" dlg:left="12" dlg:top="50" dlg:width="47" dlg:height="12" dlg:help-text="&22.LaTeXOptions.InputencodingLabel.HelpText" dlg:value="&23.LaTeXOptions.InputencodingLabel.Label"/>
|
||||
<dlg:menulist dlg:id="Inputencoding" dlg:tab-index="7" dlg:left="65" dlg:top="48" dlg:width="96" dlg:height="12" dlg:help-text="&24.LaTeXOptions.Inputencoding.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsInputencoding" dlg:spin="true" dlg:linecount="8">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="&120.Inputencoding.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&121.Inputencoding.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&122.Inputencoding.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&123.Inputencoding.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&124.Inputencoding.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&125.Inputencoding.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&126.Inputencoding.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&127.Inputencoding.StringItemList"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:menulist>
|
||||
<dlg:checkbox dlg:id="Multilingual" dlg:tab-index="8" dlg:left="12" dlg:top="64" dlg:width="149" dlg:height="12" dlg:help-text="&33.LaTeXOptions.Multilingual.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsMultilingual" dlg:value="&34.LaTeXOptions.Multilingual.Label" dlg:checked="true"/>
|
||||
<dlg:checkbox dlg:id="GreekMath" dlg:tab-index="10" dlg:left="12" dlg:top="92" dlg:width="149" dlg:height="12" dlg:help-text="&35.LaTeXOptions.GreekMath.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsGreekMath" dlg:value="&36.LaTeXOptions.GreekMath.Label" dlg:checked="true"/>
|
||||
<dlg:checkbox dlg:id="AdditionalSymbols" dlg:tab-index="11" dlg:left="12" dlg:top="106" dlg:width="149" dlg:height="12" dlg:help-text="&37.LaTeXOptions.AdditionalSymbols.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsAdditionalSymbols" dlg:value="&38.LaTeXOptions.AdditionalSymbols.Label" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="UseBibtex" dlg:tab-index="12" dlg:left="12" dlg:top="120" dlg:width="149" dlg:height="12" dlg:help-text="&41.LaTeXOptions.UseBibtex.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsUseBibtex" dlg:value="&42.LaTeXOptions.UseBibtex.Label" dlg:checked="true">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:UseBibtexChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:text dlg:id="BibtexStyleLabel" dlg:tab-index="13" dlg:left="22" dlg:top="134" dlg:width="37" dlg:height="12" dlg:help-text="&43.LaTeXOptions.BibtexStyleLabel.HelpText" dlg:value="&44.LaTeXOptions.BibtexStyleLabel.Label"/>
|
||||
<dlg:combobox dlg:id="BibtexStyle" dlg:tab-index="14" dlg:left="65" dlg:top="132" dlg:width="96" dlg:height="12" dlg:help-text="&45.LaTeXOptions.BibtexStyle.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsBibtexStyle" dlg:value="&50.LaTeXOptions.BibtexStyle.Text" dlg:spin="true">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="&46.BibtexStyle.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&47.BibtexStyle.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&48.BibtexStyle.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&49.BibtexStyle.StringItemList"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:combobox>
|
||||
<dlg:text dlg:id="FilesLabel" dlg:tab-index="15" dlg:left="5" dlg:top="148" dlg:width="156" dlg:height="12" dlg:help-text="&51.LaTeXOptions.FilesLabel.HelpText" dlg:value="&52.LaTeXOptions.FilesLabel.Label"/>
|
||||
<dlg:checkbox dlg:id="WrapLines" dlg:tab-index="16" dlg:left="12" dlg:top="162" dlg:width="139" dlg:height="12" dlg:help-text="&53.LaTeXOptions.WrapLines.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsWrapLines" dlg:value="&54.LaTeXOptions.WrapLines.Label" dlg:checked="false">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:WrapLinesChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:text dlg:id="WrapLinesAfterLabel" dlg:tab-index="17" dlg:left="22" dlg:top="176" dlg:width="90" dlg:height="12" dlg:help-text="&55.LaTeXOptions.WrapLinesAfterLabel.HelpText" dlg:value="&56.LaTeXOptions.WrapLinesAfterLabel.Label"/>
|
||||
<dlg:numericfield dlg:id="WrapLinesAfter" dlg:tab-index="18" dlg:left="128" dlg:top="174" dlg:width="32" dlg:height="12" dlg:help-text="&57.LaTeXOptions.WrapLinesAfter.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsWrapLinesAfter" dlg:strict-format="true" dlg:decimal-accuracy="0" dlg:value="72" dlg:value-min="1" dlg:value-max="1000" dlg:spin="true" dlg:repeat="50"/>
|
||||
<dlg:checkbox dlg:id="SplitLinkedSections" dlg:tab-index="19" dlg:left="12" dlg:top="190" dlg:width="149" dlg:height="12" dlg:help-text="&58.LaTeXOptions.SplitLinkedSections.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsSplitLinkedSections" dlg:value="&59.LaTeXOptions.SplitLinkedSections.Label" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="SplitToplevelSections" dlg:tab-index="20" dlg:left="12" dlg:top="204" dlg:width="160" dlg:height="12" dlg:help-text="&60.LaTeXOptions.SplitToplevelSections.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsSplitToplevelSections" dlg:value="&61.LaTeXOptions.SplitToplevelSections.Label" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="SaveImagesInSubdir" dlg:tab-index="21" dlg:left="12" dlg:top="218" dlg:width="149" dlg:height="12" dlg:help-text="&62.LaTeXOptions.SaveImagesInSubdir.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsSaveImagesInSubdir" dlg:value="&63.LaTeXOptions.SaveImagesInSubdir.Label" dlg:checked="false"/>
|
||||
<dlg:text dlg:id="SpecialContentLabel" dlg:tab-index="22" dlg:left="186" dlg:top="8" dlg:width="156" dlg:height="12" dlg:help-text="&64.LaTeXOptions.SpecialContentLabel.HelpText" dlg:value="&65.LaTeXOptions.SpecialContentLabel.Label"/>
|
||||
<dlg:text dlg:id="NotesLabel" dlg:tab-index="23" dlg:left="193" dlg:top="22" dlg:width="51" dlg:height="12" dlg:help-text="&66.LaTeXOptions.NotesLabel.HelpText" dlg:value="&67.LaTeXOptions.NotesLabel.Label"/>
|
||||
<dlg:menulist dlg:id="Notes" dlg:tab-index="24" dlg:left="246" dlg:top="20" dlg:width="96" dlg:height="12" dlg:help-text="&68.LaTeXOptions.Notes.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsNotes" dlg:spin="true" dlg:linecount="4">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="&128.Notes.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&129.Notes.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&130.Notes.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&131.Notes.StringItemList"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:menulist>
|
||||
<dlg:checkbox dlg:id="Metadata" dlg:tab-index="25" dlg:left="193" dlg:top="36" dlg:width="149" dlg:height="12" dlg:help-text="&73.LaTeXOptions.Metadata.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsMetadata" dlg:value="&74.LaTeXOptions.Metadata.Label" dlg:checked="true"/>
|
||||
<dlg:text dlg:id="FiguresAndTablesLabel" dlg:tab-index="27" dlg:left="186" dlg:top="64" dlg:width="156" dlg:height="12" dlg:help-text="&75.LaTeXOptions.FiguresAndTablesLabel.HelpText" dlg:value="&76.LaTeXOptions.FiguresAndTablesLabel.Label"/>
|
||||
<dlg:checkbox dlg:id="OriginalImageSize" dlg:tab-index="28" dlg:left="193" dlg:top="78" dlg:width="149" dlg:height="12" dlg:help-text="&77.LaTeXOptions.OriginalImageSize.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsOriginalImageSize" dlg:value="&78.LaTeXOptions.OriginalImageSize.Label" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="OptimizeSimpleTables" dlg:tab-index="29" dlg:left="193" dlg:top="92" dlg:width="149" dlg:height="12" dlg:help-text="&79.LaTeXOptions.OptimizeSimpleTables.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsOptimizeSimpleTables" dlg:value="&80.LaTeXOptions.OptimizeSimpleTables.Label" dlg:checked="false">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:OptimizeSimpleTablesChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:text dlg:id="SimpleTableLimitLabel" dlg:tab-index="30" dlg:left="203" dlg:top="106" dlg:width="95" dlg:height="12" dlg:help-text="&81.LaTeXOptions.SimpleTableLimitLabel.HelpText" dlg:value="&82.LaTeXOptions.SimpleTableLimitLabel.Label"/>
|
||||
<dlg:numericfield dlg:id="SimpleTableLimit" dlg:tab-index="31" dlg:left="310" dlg:top="104" dlg:width="32" dlg:height="12" dlg:help-text="&83.LaTeXOptions.SimpleTableLimit.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsSimpleTableLimit" dlg:decimal-accuracy="0" dlg:value="40" dlg:spin="true"/>
|
||||
<dlg:checkbox dlg:id="FloatTables" dlg:tab-index="32" dlg:left="193" dlg:top="120" dlg:width="149" dlg:height="12" dlg:help-text="&84.LaTeXOptions.FloatTables.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsFloatTables" dlg:value="&85.LaTeXOptions.FloatTables.Label" dlg:checked="true">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:FloatTablesChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:checkbox dlg:id="FloatFigures" dlg:tab-index="33" dlg:left="193" dlg:top="134" dlg:width="149" dlg:height="12" dlg:help-text="&86.LaTeXOptions.FloatFigures.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsFloatFigures" dlg:value="&87.LaTeXOptions.FloatFigures.Label" dlg:checked="true">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:FloatFiguresChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:text dlg:id="FloatOptionsLabel" dlg:tab-index="34" dlg:left="193" dlg:top="148" dlg:width="47" dlg:height="12" dlg:help-text="&88.LaTeXOptions.FloatOptionsLabel.HelpText" dlg:value="&89.LaTeXOptions.FloatOptionsLabel.Label"/>
|
||||
<dlg:menulist dlg:id="FloatOptions" dlg:tab-index="35" dlg:left="246" dlg:top="146" dlg:width="96" dlg:height="12" dlg:help-text="&90.LaTeXOptions.FloatOptions.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsFloatOptions" dlg:spin="true">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="&132.FloatOptions.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&133.FloatOptions.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&134.FloatOptions.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&135.FloatOptions.StringItemList"/>
|
||||
<dlg:menuitem dlg:value="&136.FloatOptions.StringItemList"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="AutoCorrectLabel" dlg:tab-index="36" dlg:left="186" dlg:top="162" dlg:width="156" dlg:height="12" dlg:help-text="&96.LaTeXOptions.AutoCorrectLabel.HelpText" dlg:value="&97.LaTeXOptions.AutoCorrectLabel.Label"/>
|
||||
<dlg:checkbox dlg:id="IgnoreHardPageBreaks" dlg:tab-index="37" dlg:left="193" dlg:top="176" dlg:width="149" dlg:height="12" dlg:help-text="&98.LaTeXOptions.IgnoreHardPageBreaks.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsIgnoreHardPageBreaks" dlg:value="&99.LaTeXOptions.IgnoreHardPageBreaks.Label" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="IgnoreHardLineBreaks" dlg:tab-index="38" dlg:left="193" dlg:top="190" dlg:width="149" dlg:height="12" dlg:help-text="&100.LaTeXOptions.IgnoreHardLineBreaks.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsIgnoreHardLineBreaks" dlg:value="&101.LaTeXOptions.IgnoreHardLineBreaks.Label" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="IgnoreEmptyParagraphs" dlg:tab-index="39" dlg:left="193" dlg:top="204" dlg:width="149" dlg:height="12" dlg:help-text="&102.LaTeXOptions.IgnoreEmptyParagraphs.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsIgnoreEmptyParagraphs" dlg:value="&103.LaTeXOptions.IgnoreEmptyParagraphs.Label" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="IgnoreDoubleSpaces" dlg:tab-index="40" dlg:left="193" dlg:top="218" dlg:width="149" dlg:height="12" dlg:help-text="&104.LaTeXOptions.IgnoreDoubleSpaces.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsIgnoreDoubleSpaces" dlg:value="&105.LaTeXOptions.IgnoreDoubleSpaces.Label" dlg:checked="false"/>
|
||||
<dlg:button dlg:id="ExportButton" dlg:tab-index="41" dlg:left="5" dlg:top="242" dlg:width="60" dlg:height="13" dlg:help-text="&106.LaTeXOptions.ExportButton.HelpText" dlg:value="&107.LaTeXOptions.ExportButton.Label" dlg:button-type="ok"/>
|
||||
<dlg:button dlg:id="CancelButton" dlg:tab-index="42" dlg:left="75" dlg:top="242" dlg:width="60" dlg:height="13" dlg:help-text="&108.LaTeXOptions.CancelButton.HelpText" dlg:value="&109.LaTeXOptions.CancelButton.Label" dlg:button-type="cancel"/>
|
||||
<dlg:button dlg:id="HelpButton" dlg:tab-index="43" dlg:left="282" dlg:top="242" dlg:width="60" dlg:height="13" dlg:help-url="org.openoffice.da.writer2latex.oxt:Options" dlg:value="Help" dlg:button-type="help"/>
|
||||
<dlg:checkbox dlg:id="DisplayHiddenText" dlg:tab-index="26" dlg:left="193" dlg:top="50" dlg:width="149" dlg:height="12" dlg:help-text="&147.LaTeXOptions.DisplayHiddenText.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:DisplayHiddenText" dlg:value="&148.LaTeXOptions.DisplayHiddenText.Label" dlg:checked="false"/>
|
||||
<dlg:text dlg:id="FontLabel" dlg:tab-index="44" dlg:left="12" dlg:top="78" dlg:width="47" dlg:height="12" dlg:help-text="&151.LaTeXOptions.FontLabel.HelpText" dlg:value="&152.LaTeXOptions.FontLabel.Label"/>
|
||||
<dlg:menulist dlg:id="Font" dlg:tab-index="9" dlg:left="65" dlg:top="76" dlg:width="96" dlg:height="12" dlg:help-text="&154.LaTeXOptions.Font.HelpText" dlg:help-url="org.openoffice.da.writer2latex.oxt:OptionsFont" dlg:spin="true" dlg:linecount="10"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
|
@ -1,7 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
|
||||
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Module1" script:language="StarBasic">REM ***** BASIC *****
|
||||
|
||||
Sub Main
|
||||
|
||||
End Sub</script:module>
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
|
||||
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="W2LDialogs" library:readonly="false" library:passwordprotected="false">
|
||||
<library:element library:name="LaTeXOptions"/>
|
||||
</library:library>
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
|
||||
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="W2LDialogs" library:readonly="false" library:passwordprotected="false">
|
||||
<library:element library:name="Module1"/>
|
||||
</library:library>
|
|
@ -1,51 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
|
||||
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="Configuration" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:moveable="true" dlg:title="Writer2LaTeX Toolbar Configuration" dlg:withtitlebar="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigurationDialog">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="ExternalAppsLabel" dlg:tab-index="0" dlg:left="6" dlg:top="4" dlg:width="210" dlg:height="12" dlg:value="External Applications"/>
|
||||
<dlg:text dlg:id="AfterExportLabel" dlg:tab-index="1" dlg:left="12" dlg:top="18" dlg:width="55" dlg:height="12" dlg:value="After export"/>
|
||||
<dlg:menulist dlg:id="AfterExport" dlg:tab-index="2" dlg:left="72" dlg:top="16" dlg:width="120" dlg:height="12" dlg:spin="true" dlg:linecount="3" dlg:help-url="org.openoffice.da.writer2latex.oxt:AfterExport">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="Do nothing"/>
|
||||
<dlg:menuitem dlg:value="Build with LaTeX"/>
|
||||
<dlg:menuitem dlg:value="Build with LaTeX and view result" dlg:selected="true"/>
|
||||
</dlg:menupopup>
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:AfterExportChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="AppLabel" dlg:tab-index="3" dlg:left="12" dlg:top="32" dlg:width="55" dlg:height="12" dlg:value="Application"/>
|
||||
<dlg:menulist dlg:id="Application" dlg:tab-index="4" dlg:left="72" dlg:top="30" dlg:width="120" dlg:height="12" dlg:spin="true" dlg:linecount="10" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigurationApplication">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="LaTeX" dlg:selected="true"/>
|
||||
<dlg:menuitem dlg:value="PdfLaTeX"/>
|
||||
<dlg:menuitem dlg:value="XeLaTeX"/>
|
||||
<dlg:menuitem dlg:value="Dvips"/>
|
||||
<dlg:menuitem dlg:value="BibTeX"/>
|
||||
<dlg:menuitem dlg:value="MakeIndex"/>
|
||||
<!--<dlg:menuitem dlg:value="Mk4ht (TeX4ht)"/>-->
|
||||
<dlg:menuitem dlg:value="DVI Viewer"/>
|
||||
<dlg:menuitem dlg:value="PDF Viewer"/>
|
||||
<dlg:menuitem dlg:value="PostScript Viewer"/>
|
||||
</dlg:menupopup>
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:ApplicationChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
|
||||
<dlg:checkbox dlg:id="UseDefault" dlg:tab-index="5" dlg:left="12" dlg:top="46" dlg:width="240" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:UseDefault" dlg:value="Use the system's default application" dlg:checked="false">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:UseDefaultChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
|
||||
<dlg:text dlg:id="ExecutableLabel" dlg:tab-index="6" dlg:left="12" dlg:top="60" dlg:width="55" dlg:height="12" dlg:value="Executable"/>
|
||||
<dlg:textfield dlg:id="Executable" dlg:tab-index="7" dlg:left="72" dlg:top="58" dlg:width="120" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigurationExecutable">
|
||||
<script:event script:event-name="on-blur" script:macro-name="vnd.sun.star.UNO:ExecutableUnfocus" script:language="UNO"/>
|
||||
</dlg:textfield>
|
||||
<dlg:button dlg:id="BrowseButton" dlg:tab-index="8" dlg:left="200" dlg:top="58" dlg:width="55" dlg:height="14" dlg:value="Browse...">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:BrowseClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:text dlg:id="OptionsLabel" dlg:tab-index="9" dlg:left="12" dlg:top="74" dlg:width="55" dlg:height="12" dlg:value="Options"/>
|
||||
<dlg:textfield dlg:id="Options" dlg:tab-index="10" dlg:left="72" dlg:top="72" dlg:width="120" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigurationOptions">
|
||||
<script:event script:event-name="on-blur" script:macro-name="vnd.sun.star.UNO:OptionsUnfocus" script:language="UNO"/>
|
||||
</dlg:textfield>
|
||||
<dlg:button dlg:id="AutoButton" dlg:tab-index="11" dlg:left="72" dlg:top="92" dlg:width="120" dlg:height="14" dlg:value="Automatic configuration" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigurationAutoButton">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:AutomaticClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
|
||||
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="AutoConfigInfo" dlg:left="211" dlg:top="115" dlg:width="250" dlg:height="205" dlg:closeable="true" dlg:moveable="true" dlg:title="Automatic configuration">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:textfield dlg:id="Info" dlg:tab-index="0" dlg:left="10" dlg:top="10" dlg:width="230" dlg:height="160" dlg:hscroll="true" dlg:vscroll="true" dlg:multiline="true" dlg:readonly="true"/>
|
||||
<dlg:button dlg:id="OKButton" dlg:tab-index="1" dlg:left="10" dlg:top="180" dlg:width="70" dlg:height="12" dlg:value="Close" dlg:button-type="ok"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
|
@ -1,33 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
|
||||
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="BibTeXEntry" dlg:left="117" dlg:top="53" dlg:width="275" dlg:height="118" dlg:closeable="true" dlg:moveable="true" dlg:title="Edit BibTeX references">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="FileLabel" dlg:tab-index="0" dlg:left="10" dlg:top="10" dlg:width="60" dlg:height="12" dlg:value="BibTeX file"/>
|
||||
<dlg:menulist dlg:id="File" dlg:tab-index="1" dlg:left="75" dlg:top="10" dlg:width="120" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:BibTeXFile" dlg:spin="true">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:FileChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="EntryLabel" dlg:tab-index="9" dlg:left="10" dlg:top="24" dlg:width="60" dlg:height="12" dlg:value="BibTeX entry"/>
|
||||
<dlg:menulist dlg:id="Entry" dlg:tab-index="2" dlg:left="75" dlg:top="24" dlg:width="120" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:BibTeXEntry" dlg:spin="true">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:EntryChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:button dlg:id="New" dlg:tab-index="3" dlg:left="205" dlg:top="10" dlg:width="60" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:BibTeXNew" dlg:value="New...">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:New" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:button dlg:id="Edit" dlg:tab-index="4" dlg:left="205" dlg:top="24" dlg:width="60" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:BibTeXEdit" dlg:value="Edit">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:Edit" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:button dlg:id="Reload" dlg:tab-index="5" dlg:left="205" dlg:top="38" dlg:width="60" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:BibTeXReload" dlg:value="Reload">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:Reload" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:text dlg:id="EntryInformation" dlg:tab-index="11" dlg:left="10" dlg:top="40" dlg:width="255" dlg:height="34"/>
|
||||
<dlg:button dlg:id="Insert" dlg:tab-index="6" dlg:left="10" dlg:top="78" dlg:width="60" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:BibTeXInsert" dlg:value="Insert reference" dlg:button-type="ok">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:InsertReference" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:button dlg:id="Update" dlg:tab-index="7" dlg:left="75" dlg:top="78" dlg:width="60" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:BibTeXUpdate" dlg:value="Update references">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:Update" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:button dlg:id="Close" dlg:tab-index="8" dlg:left="140" dlg:top="78" dlg:width="60" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:BibTeXClose" dlg:value="Close" dlg:button-type="cancel"/>
|
||||
<dlg:button dlg:id="Help" dlg:tab-index="10" dlg:left="205" dlg:top="78" dlg:width="60" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:BibTeXDialog" dlg:value="Help" dlg:button-type="help"/>
|
||||
<dlg:text dlg:id="UpdateLabel" dlg:tab-index="12" dlg:left="10" dlg:top="94" dlg:width="253" dlg:height="20"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
|
@ -1,50 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
|
||||
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="Bibliography" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:help-url="org.openoffice.da.writer2latex.oxt:BibliographyDialog" dlg:closeable="true" dlg:moveable="true" dlg:title="writer2latex Bibliography Configuration" dlg:withtitlebar="false">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="BibliographyLabel" dlg:tab-index="0" dlg:left="6" dlg:top="4" dlg:width="244" dlg:height="12" dlg:value="Citations and BibTeX files"/>
|
||||
<dlg:checkbox dlg:id="UseExternalBibTeXFiles" dlg:tab-index="1" dlg:left="12" dlg:top="18" dlg:width="240" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:BibliographyUseExternalBibTeXFiles" dlg:value="Use BibTeX as bibliography database" dlg:checked="false">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:UseExternalBibTeXFilesChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:text dlg:id="BibTeXLocationLabel" dlg:tab-index="2" dlg:left="12" dlg:top="32" dlg:width="55" dlg:height="12" dlg:value="BibTeX location"/>
|
||||
<dlg:menulist dlg:id="BibTeXLocation" dlg:tab-index="3" dlg:left="70" dlg:top="30" dlg:width="130" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:BibliographyBibTeXLocation" dlg:spin="true" dlg:linecount="3">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="In central folder"/>
|
||||
<dlg:menuitem dlg:value="In subfolder of document folder"/>
|
||||
<dlg:menuitem dlg:value="In document folder"/>
|
||||
</dlg:menupopup>
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:BibTeXLocationChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="BibTeXDirLabel" dlg:tab-index="4" dlg:left="12" dlg:top="46" dlg:width="55" dlg:height="12" dlg:value="BibTeX folder"/>
|
||||
<dlg:textfield dlg:id="BibTeXDir" dlg:tab-index="5" dlg:left="70" dlg:top="44" dlg:width="130" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:BibliographyBibTeXDir"/>
|
||||
<dlg:button dlg:id="BibTeXDirButton" dlg:tab-index="6" dlg:left="210" dlg:top="44" dlg:width="40" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:BibliographyBibTeXDirButton" dlg:value="Browse...">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:BibTeXDirClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:checkbox dlg:id="ConvertZoteroCitations" dlg:tab-index="8" dlg:left="12" dlg:top="74" dlg:width="240" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:BibliographyConvertZoteroCitations" dlg:value="Convert Zotero citations" dlg:checked="false">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:ConvertZoteroCitationsChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:checkbox dlg:id="ConvertJabRefCitations" dlg:tab-index="9" dlg:left="12" dlg:top="88" dlg:width="240" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:BibliographyConvertJabRefCitations" dlg:value="Convert JabRef citations" dlg:checked="false">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:ConvertJabRefCitationsChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:checkbox dlg:id="IncludeOriginalCitations" dlg:tab-index="10" dlg:left="12" dlg:top="102" dlg:width="240" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:BibliographyIncludeOriginalCitations" dlg:value="Include original citations as comments" dlg:checked="false"/>
|
||||
<dlg:text dlg:id="NatbibLabel" dlg:tab-index="11" dlg:left="6" dlg:top="116" dlg:width="244" dlg:height="11" dlg:value="Natbib"/>
|
||||
<dlg:checkbox dlg:id="UseNatbib" dlg:tab-index="12" dlg:left="12" dlg:top="130" dlg:width="240" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:BibliographyUseNatbib" dlg:value="Use natbib.sty" dlg:checked="false">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:UseNatbibChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:text dlg:id="NatbibOptionsLabel" dlg:tab-index="13" dlg:left="22" dlg:top="144" dlg:width="45" dlg:height="12" dlg:value="Options"/>
|
||||
<dlg:textfield dlg:id="NatbibOptions" dlg:tab-index="14" dlg:left="70" dlg:top="142" dlg:width="180" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:BibliographyNatbibOptions"/>
|
||||
<dlg:text dlg:id="BibTeXEncodingLabel" dlg:tab-index="15" dlg:left="12" dlg:top="60" dlg:width="55" dlg:height="12" dlg:value="File encoding"/>
|
||||
<dlg:menulist dlg:id="BibTeXEncoding" dlg:tab-index="7" dlg:left="70" dlg:top="58" dlg:width="130" dlg:height="12" dlg:spin="true" dlg:linecount="8" dlg:help-url="org.openoffice.da.writer2latex.oxt:BibliographyBibTeXEncoding">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="US ASCII"/>
|
||||
<dlg:menuitem dlg:value="ISO-8859-1"/>
|
||||
<dlg:menuitem dlg:value="ISO-8859-2"/>
|
||||
<dlg:menuitem dlg:value="ISO-8859-7"/>
|
||||
<dlg:menuitem dlg:value="Cp1250"/>
|
||||
<dlg:menuitem dlg:value="Cp1251"/>
|
||||
<dlg:menuitem dlg:value="koi8-r"/>
|
||||
<dlg:menuitem dlg:value="UTF8"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:menulist>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
|
@ -1,32 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
|
||||
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="Characters" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:moveable="true" dlg:title="Characters" dlg:withtitlebar="false">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:checkbox dlg:id="UseHyperref" dlg:tab-index="0" dlg:left="10" dlg:top="22" dlg:width="240" dlg:height="12" dlg:value="Use hyperref.sty (support for hyperlinks)" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUseHyperref"/>
|
||||
<dlg:checkbox dlg:id="UseColor" dlg:tab-index="1" dlg:left="10" dlg:top="36" dlg:width="240" dlg:height="12" dlg:value="Use color.sty (color support)" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUseColor"/>
|
||||
<dlg:checkbox dlg:id="UseSoul" dlg:visible="false" dlg:tab-index="3" dlg:left="10" dlg:top="64" dlg:width="240" dlg:height="12" dlg:value="Use soul.sty (underline and strike out text)" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUseSoul">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:UseSoulChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:checkbox dlg:id="UseUlem" dlg:tab-index="2" dlg:left="10" dlg:top="50" dlg:width="240" dlg:height="12" dlg:value="Use ulem.sty (underline and strike out text)" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUseUlem"/>
|
||||
<dlg:text dlg:id="FormattingAttributeLabel" dlg:tab-index="4" dlg:left="10" dlg:top="92" dlg:width="100" dlg:height="12" dlg:value="Formatting attribute"/>
|
||||
<dlg:menulist dlg:id="FormattingAttribute" dlg:tab-index="5" dlg:left="120" dlg:top="90" dlg:width="130" dlg:height="12" dlg:spin="true" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigFormattingAttribute">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="Bold"/>
|
||||
<dlg:menuitem dlg:value="Italics"/>
|
||||
<dlg:menuitem dlg:value="Small caps"/>
|
||||
<dlg:menuitem dlg:value="Superscript"/>
|
||||
<dlg:menuitem dlg:value="Subscript"/>
|
||||
</dlg:menupopup>
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:FormattingAttributeChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:checkbox dlg:id="CustomAttribute" dlg:tab-index="6" dlg:left="15" dlg:top="106" dlg:width="235" dlg:height="12" dlg:value="Apply custom LaTeX code" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigCustomAttribute">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:CustomAttributeChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:text dlg:id="BeforeLabel" dlg:tab-index="7" dlg:left="15" dlg:top="120" dlg:width="95" dlg:height="12" dlg:value="LaTeX code before"/>
|
||||
<dlg:textfield dlg:id="Before" dlg:tab-index="8" dlg:left="120" dlg:top="118" dlg:width="130" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigAttributeBefore"/>
|
||||
<dlg:text dlg:id="AfterLabel" dlg:tab-index="9" dlg:left="15" dlg:top="134" dlg:width="95" dlg:height="12" dlg:value="LaTeX code after"/>
|
||||
<dlg:textfield dlg:id="After" dlg:tab-index="10" dlg:left="120" dlg:top="132" dlg:width="130" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigAttributeAfter"/>
|
||||
<dlg:text dlg:id="CharacterPackageLabel" dlg:tab-index="11" dlg:left="5" dlg:top="8" dlg:width="245" dlg:height="12" dlg:value="Character formatting packages"/>
|
||||
<dlg:text dlg:id="AttributeHeadingLabel" dlg:tab-index="12" dlg:left="5" dlg:top="78" dlg:width="245" dlg:height="12" dlg:value="Formatting attributes"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
|
@ -1,15 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
|
||||
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="Configuration1" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:moveable="true" dlg:title="ConfigurationRoot" dlg:withtitlebar="false">
|
||||
<dlg:styles>
|
||||
<dlg:style dlg:style-id="0" dlg:border="none"/>
|
||||
<dlg:style dlg:style-id="1" dlg:font-height="14"/>
|
||||
</dlg:styles>
|
||||
<dlg:bulletinboard>
|
||||
<dlg:fixedline dlg:id="FixedLine1" dlg:tab-index="0" dlg:left="6" dlg:top="32" dlg:width="248" dlg:height="2"/>
|
||||
<dlg:img dlg:style-id="0" dlg:id="ImageControl1" dlg:tab-index="1" dlg:left="8" dlg:top="6" dlg:width="21" dlg:height="21" dlg:scale-image="false" dlg:src="../images/w2licon.png"/>
|
||||
<dlg:text dlg:style-id="1" dlg:id="Label1" dlg:tab-index="2" dlg:left="34" dlg:top="10" dlg:width="193" dlg:height="16" dlg:value="Writer2LaTeX Custom Configuration"/>
|
||||
<dlg:text dlg:id="Label2" dlg:tab-index="3" dlg:left="34" dlg:top="43" dlg:width="194" dlg:height="78" dlg:value="This is where you create a custom configuration for the Writer2LaTeX export filter. You can define how to convert text, tables, figures etc. to LaTeX code. Creating a custom configuration requires some knowledge of LaTeX." dlg:multiline="true"/>
|
||||
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
|
||||
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="DeleteDialog" dlg:left="255" dlg:top="145" dlg:width="160" dlg:height="50" dlg:closeable="true" dlg:moveable="true" dlg:title="Delete">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="DeleteLabel" dlg:tab-index="0" dlg:left="5" dlg:top="8" dlg:width="150" dlg:height="12" dlg:value="Delete %s?"/>
|
||||
<dlg:button dlg:id="YesButton" dlg:tab-index="1" dlg:left="5" dlg:top="28" dlg:width="50" dlg:height="12" dlg:value="Yes" dlg:button-type="ok"/>
|
||||
<dlg:button dlg:id="NoButton" dlg:tab-index="2" dlg:left="60" dlg:top="28" dlg:width="50" dlg:height="12" dlg:value="No" dlg:button-type="cancel"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
|
@ -1,15 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
|
||||
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="Documentclass" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:moveable="true" dlg:title="Documentclass" dlg:withtitlebar="false">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:checkbox dlg:id="NoPreamble" dlg:tab-index="0" dlg:left="10" dlg:top="8" dlg:width="240" dlg:height="12" dlg:value="Do not include preamble" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigNoPreamble">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:NoPreambleChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:text dlg:id="DocumentclassLabel" dlg:tab-index="1" dlg:left="10" dlg:top="22" dlg:width="100" dlg:height="12" dlg:value="Documentclass"/>
|
||||
<dlg:textfield dlg:id="Documentclass" dlg:tab-index="2" dlg:left="120" dlg:top="20" dlg:width="130" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigDocumentclass"/>
|
||||
<dlg:text dlg:id="GlobalOptionsLabel" dlg:tab-index="3" dlg:left="10" dlg:top="36" dlg:width="100" dlg:height="12" dlg:value="Global options"/>
|
||||
<dlg:textfield dlg:id="GlobalOptions" dlg:tab-index="4" dlg:left="120" dlg:top="34" dlg:width="130" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigGlobalOptions"/>
|
||||
<dlg:text dlg:id="CustomPreambleLabel" dlg:tab-index="5" dlg:left="10" dlg:top="50" dlg:width="240" dlg:height="12" dlg:value="Custom preamble"/>
|
||||
<dlg:textfield dlg:id="CustomPreamble" dlg:tab-index="6" dlg:left="20" dlg:top="64" dlg:width="230" dlg:height="110" dlg:hscroll="true" dlg:vscroll="true" dlg:multiline="true" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigCustomPreamble"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
|
||||
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="Figures" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:moveable="true" dlg:title="Figures" dlg:withtitlebar="false">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="GeneralLabel" dlg:tab-index="0" dlg:left="5" dlg:top="8" dlg:width="245" dlg:height="12" dlg:value="General"/>
|
||||
<dlg:checkbox dlg:id="UseCaption" dlg:tab-index="1" dlg:left="10" dlg:top="22" dlg:width="240" dlg:height="12" dlg:value="Use caption.sty to format captions (also for tables)" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUseCaption"/>
|
||||
<dlg:checkbox dlg:id="AlignFrames" dlg:tab-index="2" dlg:left="10" dlg:top="36" dlg:width="240" dlg:height="12" dlg:value="Center figures" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigAlignFrames"/>
|
||||
<dlg:text dlg:id="FigureSequenceLabel" dlg:tab-index="3" dlg:left="10" dlg:top="50" dlg:width="90" dlg:height="12" dlg:value="Figure sequence name"/>
|
||||
<dlg:combobox dlg:id="FigureSequenceName" dlg:tab-index="4" dlg:left="120" dlg:top="48" dlg:width="130" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigFigureSequenceName" dlg:spin="true" dlg:linecount="10">
|
||||
<dlg:menupopup>
|
||||
</dlg:menupopup>
|
||||
</dlg:combobox>
|
||||
<dlg:text dlg:id="GraphicsLabel" dlg:tab-index="5" dlg:left="5" dlg:top="64" dlg:width="245" dlg:height="12" dlg:value="Graphics"/>
|
||||
<dlg:checkbox dlg:id="NoImages" dlg:tab-index="6" dlg:left="10" dlg:top="78" dlg:width="240" dlg:height="12" dlg:value="Do not export graphics" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigNoImages">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:NoImagesChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:checkbox dlg:id="RemoveGraphicsExtension" dlg:tab-index="7" dlg:left="10" dlg:top="92" dlg:width="240" dlg:height="12" dlg:value="Omit file extension" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigRemoveGraphicsExtension"/>
|
||||
<dlg:text dlg:id="ImageOptionsLabel" dlg:tab-index="8" dlg:left="10" dlg:top="106" dlg:width="90" dlg:height="12" dlg:value="Graphic options"/>
|
||||
<dlg:textfield dlg:id="ImageOptions" dlg:tab-index="9" dlg:left="120" dlg:top="104" dlg:width="130" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigImageOptions"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
|
@ -1,15 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
|
||||
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="Fonts" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:moveable="true" dlg:title="Fonts" dlg:withtitlebar="false">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="OtherLabel" dlg:tab-index="0" dlg:left="5" dlg:top="8" dlg:width="245" dlg:height="12" dlg:value="Font packages (not used for XeTeX)"/>
|
||||
<dlg:checkbox dlg:id="UsePifont" dlg:tab-index="1" dlg:left="10" dlg:top="22" dlg:width="240" dlg:height="12" dlg:value="Use pifont.sty (dingbats)" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUsePifont"/>
|
||||
<dlg:checkbox dlg:id="UseTipa" dlg:tab-index="2" dlg:left="10" dlg:top="36" dlg:width="240" dlg:height="12" dlg:value="Use tipa.sty and tipax.sty (phonetic symbols)" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUseTipa"/>
|
||||
<dlg:checkbox dlg:id="UseEurosym" dlg:tab-index="3" dlg:left="10" dlg:top="50" dlg:width="240" dlg:height="12" dlg:value="Use eurosym.sty (euro currency symbol)" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUseEurosym"/>
|
||||
<dlg:checkbox dlg:id="UseWasysym" dlg:tab-index="4" dlg:left="10" dlg:top="64" dlg:width="240" dlg:height="12" dlg:value="Use wasysym.sty (various symbols)" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUseWasysym"/>
|
||||
<dlg:checkbox dlg:id="UseIfsym" dlg:tab-index="5" dlg:left="10" dlg:top="78" dlg:width="240" dlg:height="12" dlg:value="Use ifsym.sty (geometric shapes)" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUseIfsym"/>
|
||||
<dlg:checkbox dlg:id="UseBbding" dlg:tab-index="6" dlg:left="10" dlg:top="92" dlg:width="240" dlg:height="12" dlg:value="Use bbding.sty (metafont dingbats)" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUseBbding"/>
|
||||
<dlg:text dlg:id="XeTeXLabel" dlg:visible="false" dlg:tab-index="7" dlg:left="5" dlg:top="106" dlg:width="245" dlg:height="12" dlg:value="XeTeX"/>
|
||||
<dlg:checkbox dlg:id="UseFontspec" dlg:visible="false" dlg:tab-index="8" dlg:left="10" dlg:top="120" dlg:width="240" dlg:height="12" dlg:value="Use original fonts (fontspec.sty)" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUseFontspec"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
|
@ -1,70 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
|
||||
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="Headings" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:moveable="true" dlg:title="Headings" dlg:withtitlebar="false">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="HeadingsLabel" dlg:tab-index="0" dlg:left="5" dlg:top="8" dlg:width="120" dlg:height="12" dlg:value="Headings"/>
|
||||
<dlg:text dlg:id="MaxLevelLabel" dlg:tab-index="1" dlg:left="10" dlg:top="22" dlg:width="120" dlg:height="12" dlg:value="Heading levels to export"/>
|
||||
<dlg:menulist dlg:id="MaxLevel" dlg:tab-index="2" dlg:left="140" dlg:top="20" dlg:width="40" dlg:height="12" dlg:spin="true" dlg:linecount="11" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigMaxLevel">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="0"/>
|
||||
<dlg:menuitem dlg:value="1"/>
|
||||
<dlg:menuitem dlg:value="2"/>
|
||||
<dlg:menuitem dlg:value="3"/>
|
||||
<dlg:menuitem dlg:value="4"/>
|
||||
<dlg:menuitem dlg:value="5"/>
|
||||
<dlg:menuitem dlg:value="6"/>
|
||||
<dlg:menuitem dlg:value="7"/>
|
||||
<dlg:menuitem dlg:value="8"/>
|
||||
<dlg:menuitem dlg:value="9"/>
|
||||
<dlg:menuitem dlg:value="10"/>
|
||||
</dlg:menupopup>
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:MaxLevelChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="WriterLevelLabel" dlg:tab-index="3" dlg:left="10" dlg:top="42" dlg:width="100" dlg:height="12" dlg:value="Writer level"/>
|
||||
<dlg:menulist dlg:id="WriterLevel" dlg:tab-index="4" dlg:left="140" dlg:top="40" dlg:width="40" dlg:height="12" dlg:spin="true" dlg:linecount="10" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigWriterLevel">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="1"/>
|
||||
<dlg:menuitem dlg:value="2"/>
|
||||
<dlg:menuitem dlg:value="3"/>
|
||||
<dlg:menuitem dlg:value="4"/>
|
||||
<dlg:menuitem dlg:value="5"/>
|
||||
<dlg:menuitem dlg:value="6"/>
|
||||
<dlg:menuitem dlg:value="7"/>
|
||||
<dlg:menuitem dlg:value="8"/>
|
||||
<dlg:menuitem dlg:value="9"/>
|
||||
<dlg:menuitem dlg:value="10"/>
|
||||
</dlg:menupopup>
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:WriterLevelChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="LaTeXLevelLabel" dlg:tab-index="5" dlg:left="15" dlg:top="56" dlg:width="95" dlg:height="12" dlg:value="LaTeX level"/>
|
||||
<dlg:combobox dlg:id="LaTeXLevel" dlg:tab-index="6" dlg:left="140" dlg:top="54" dlg:width="40" dlg:height="12" dlg:spin="true" dlg:linecount="7" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigLaTeXLevel">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="-1"/>
|
||||
<dlg:menuitem dlg:value="0"/>
|
||||
<dlg:menuitem dlg:value="1"/>
|
||||
<dlg:menuitem dlg:value="2"/>
|
||||
<dlg:menuitem dlg:value="3"/>
|
||||
<dlg:menuitem dlg:value="4"/>
|
||||
<dlg:menuitem dlg:value="5"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:combobox>
|
||||
<dlg:text dlg:id="LaTeXNameLabel" dlg:tab-index="7" dlg:left="15" dlg:top="70" dlg:width="95" dlg:height="12" dlg:value="LaTeX heading name"/>
|
||||
<dlg:combobox dlg:id="LaTeXName" dlg:tab-index="8" dlg:left="140" dlg:top="68" dlg:width="100" dlg:height="12" dlg:spin="true" dlg:linecount="7" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigLaTeXName">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="part"/>
|
||||
<dlg:menuitem dlg:value="chapter"/>
|
||||
<dlg:menuitem dlg:value="section"/>
|
||||
<dlg:menuitem dlg:value="subsection"/>
|
||||
<dlg:menuitem dlg:value="subsubsection"/>
|
||||
<dlg:menuitem dlg:value="paragraph"/>
|
||||
<dlg:menuitem dlg:value="subparagraph"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:combobox>
|
||||
<dlg:text dlg:id="IndexesAndTablesLabel" dlg:tab-index="10" dlg:left="5" dlg:top="100" dlg:width="120" dlg:height="12" dlg:value="Indexes and tables"/>
|
||||
<dlg:checkbox dlg:id="NoIndex" dlg:tab-index="11" dlg:left="10" dlg:top="114" dlg:width="240" dlg:height="12" dlg:value="Do not include indexes" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigNoIndex">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:NoIndexChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:checkbox dlg:id="UseTitlesec" dlg:tab-index="9" dlg:visible="false" dlg:left="10" dlg:top="86" dlg:width="240" dlg:height="12" dlg:value="Use titlesec.sty to format headings" dlg:checked="false"/>
|
||||
<dlg:checkbox dlg:id="UseTitletoc" dlg:tab-index="12" dlg:visible="false" dlg:left="10" dlg:top="128" dlg:width="240" dlg:height="12" dlg:value="Use titlesec.sty to format indexes" dlg:checked="false"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
|
||||
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="LoadDefaults" dlg:left="255" dlg:top="145" dlg:width="160" dlg:height="64" dlg:closeable="true" dlg:moveable="true" dlg:title="Load default mappings">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="InfoLabel" dlg:tab-index="0" dlg:left="5" dlg:top="8" dlg:width="150" dlg:height="12" dlg:value="Do you wish to load the default mappings?"/>
|
||||
<dlg:text dlg:id="OverwriteLabel" dlg:tab-index="1" dlg:left="5" dlg:top="22" dlg:width="150" dlg:height="12" dlg:value="(This will overwrite %s existing mappings)"/>
|
||||
<dlg:button dlg:id="YesButton" dlg:tab-index="2" dlg:left="5" dlg:top="42" dlg:width="50" dlg:height="12" dlg:value="Yes" dlg:button-type="ok"/>
|
||||
<dlg:button dlg:id="NoButton" dlg:tab-index="3" dlg:left="60" dlg:top="42" dlg:width="50" dlg:height="12" dlg:value="No" dlg:button-type="cancel"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
|
@ -1,23 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
|
||||
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="LogViewer" dlg:left="122" dlg:top="43" dlg:width="360" dlg:height="260" dlg:closeable="true" dlg:moveable="true" dlg:title="Writer2LaTeX Log Viewer">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:radiogroup>
|
||||
<dlg:radio dlg:id="LaTeXOption" dlg:tab-index="0" dlg:left="10" dlg:top="10" dlg:width="100" dlg:height="12" dlg:value="View LaTeX log" dlg:checked="true" dlg:help-url="org.openoffice.da.writer2latex.oxt:ViewLaTeXLog">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:ViewLaTeXLog" script:language="UNO"/>
|
||||
</dlg:radio>
|
||||
<dlg:radio dlg:id="BibTeXOption" dlg:tab-index="1" dlg:left="120" dlg:top="10" dlg:width="100" dlg:height="12" dlg:value="View BibTeX log" dlg:help-url="org.openoffice.da.writer2latex.oxt:ViewBibTeXLog">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:ViewBibTeXLog" script:language="UNO"/>
|
||||
</dlg:radio>
|
||||
<dlg:radio dlg:id="MakeindexOption" dlg:tab-index="2" dlg:left="230" dlg:top="10" dlg:width="100" dlg:height="12" dlg:value="View Makeindex log" dlg:help-url="org.openoffice.da.writer2latex.oxt:ViewMakeindexLog">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:ViewMakeindexLog" script:language="UNO"/>
|
||||
</dlg:radio>
|
||||
</dlg:radiogroup>
|
||||
<dlg:textfield dlg:id="LogContents" dlg:tab-index="3" dlg:left="10" dlg:top="26" dlg:width="340" dlg:height="200" dlg:hscroll="true" dlg:vscroll="true" dlg:multiline="true" dlg:value="asfg"/>
|
||||
<dlg:checkbox dlg:id="ErrorFilter" dlg:tab-index="4" dlg:left="10" dlg:top="236" dlg:width="200" dlg:height="12" dlg:value="Only errors" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ErrorFilter">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:ErrorFilterChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:button dlg:id="CloseButton" dlg:tab-index="5" dlg:left="200" dlg:top="236" dlg:width="70" dlg:height="12" dlg:value="Close" dlg:button-type="ok"/>
|
||||
<dlg:button dlg:id="HelpButton" dlg:tab-index="6" dlg:left="280" dlg:top="236" dlg:width="70" dlg:height="12" dlg:value="Help" dlg:button-type="help" dlg:help-url="org.openoffice.da.writer2latex.oxt:LogViewer"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
|
||||
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Module1" script:language="StarBasic">REM ***** BASIC *****
|
||||
|
||||
Sub Main
|
||||
|
||||
End Sub
|
||||
|
||||
|
||||
</script:module>
|
|
@ -1,13 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
|
||||
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="NewDialog" dlg:left="255" dlg:top="145" dlg:width="160" dlg:height="50" dlg:closeable="true" dlg:moveable="true" dlg:title="New">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="NameLabel" dlg:tab-index="0" dlg:left="5" dlg:top="8" dlg:width="50" dlg:height="12" dlg:value="Name"/>
|
||||
<dlg:combobox dlg:id="Name" dlg:tab-index="1" dlg:left="60" dlg:top="6" dlg:width="90" dlg:height="12" dlg:spin="true" dlg:linecount="15">
|
||||
<dlg:menupopup>
|
||||
</dlg:menupopup>
|
||||
</dlg:combobox>
|
||||
<dlg:button dlg:id="OKButton" dlg:tab-index="2" dlg:left="5" dlg:top="28" dlg:width="50" dlg:height="12" dlg:value="OK" dlg:button-type="ok"/>
|
||||
<dlg:button dlg:id="CancelButton" dlg:tab-index="3" dlg:left="60" dlg:top="28" dlg:width="50" dlg:height="12" dlg:value="Cancel" dlg:button-type="cancel"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
|
@ -1,20 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
|
||||
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="Pages" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:moveable="true" dlg:title="Pages" dlg:withtitlebar="false">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="GeometryLabel" dlg:tab-index="0" dlg:left="5" dlg:top="8" dlg:width="245" dlg:height="12" dlg:value="Page geometry (page size and margins)"/>
|
||||
<dlg:checkbox dlg:id="ExportGeometry" dlg:tab-index="1" dlg:left="10" dlg:top="22" dlg:width="240" dlg:height="12" dlg:value="Export page geometry" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigExportGeometry">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:ExportGeometryChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:checkbox dlg:id="UseGeometry" dlg:tab-index="2" dlg:left="20" dlg:top="36" dlg:width="230" dlg:height="12" dlg:value="Use geometry.sty" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUseGeometry"/>
|
||||
<dlg:text dlg:id="HeaderFooterLabel" dlg:tab-index="3" dlg:left="5" dlg:top="50" dlg:width="245" dlg:height="12" dlg:value="Header and footer"/>
|
||||
<dlg:checkbox dlg:id="ExportHeaderFooter" dlg:tab-index="4" dlg:left="10" dlg:top="64" dlg:width="240" dlg:height="12" dlg:value="Export header and footer" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigExportHeaderFooter">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:ExportHeaderAndFooterChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:checkbox dlg:id="UseFancyhdr" dlg:tab-index="5" dlg:left="20" dlg:top="78" dlg:width="230" dlg:height="12" dlg:value="Use fancyhdr.sty" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUseFancyhdr"/>
|
||||
<dlg:text dlg:id="PageNumberLabel" dlg:tab-index="6" dlg:left="5" dlg:top="92" dlg:width="245" dlg:height="12" dlg:value="Page numbers"/>
|
||||
<dlg:checkbox dlg:id="UseLastpage" dlg:tab-index="7" dlg:left="10" dlg:top="106" dlg:width="240" dlg:height="12" dlg:value="Use lastpage.sty" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUseLastpage"/>
|
||||
<dlg:text dlg:id="EndnoteLabel" dlg:tab-index="8" dlg:left="5" dlg:top="120" dlg:width="245" dlg:height="12" dlg:value="Endnotes"/>
|
||||
<dlg:checkbox dlg:id="UseEndnotes" dlg:tab-index="9" dlg:left="10" dlg:top="134" dlg:width="240" dlg:height="12" dlg:value="Use endnotes.sty" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUseEndnotes"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
|
@ -1,61 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
|
||||
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="Styles" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:moveable="true" dlg:title="Styles" dlg:withtitlebar="false">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="StyleFamilyLabel" dlg:tab-index="0" dlg:left="10" dlg:top="8" dlg:width="60" dlg:height="12" dlg:value="Style family"/>
|
||||
<dlg:menulist dlg:id="StyleFamily" dlg:tab-index="1" dlg:left="80" dlg:top="6" dlg:width="170" dlg:height="12" dlg:spin="true" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigStyleFamily">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="Character"/>
|
||||
<dlg:menuitem dlg:value="Paragraph"/>
|
||||
<dlg:menuitem dlg:value="Paragraph block"/>
|
||||
<dlg:menuitem dlg:value="List"/>
|
||||
<dlg:menuitem dlg:value="List item"/>
|
||||
</dlg:menupopup>
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:StyleFamilyChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:menulist dlg:id="StyleName" dlg:tab-index="2" dlg:left="80" dlg:top="26" dlg:width="80" dlg:height="12" dlg:spin="true" dlg:linecount="10" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigStyleName">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:StyleNameChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="StyleNameLabel" dlg:tab-index="3" dlg:left="10" dlg:top="28" dlg:width="60" dlg:height="12" dlg:value="Style name"/>
|
||||
<dlg:button dlg:id="NewStyleButton" dlg:tab-index="4" dlg:left="165" dlg:top="26" dlg:width="40" dlg:height="12" dlg:value="New..." dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigNewStyle">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:NewStyleClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:button dlg:id="DeleteStyleButton" dlg:tab-index="5" dlg:left="210" dlg:top="26" dlg:width="40" dlg:height="12" dlg:value="Delete..." dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigDeleteStyle">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:DeleteStyleClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:text dlg:id="BeforeLabel" dlg:tab-index="6" dlg:left="15" dlg:top="42" dlg:width="60" dlg:height="12" dlg:value="LaTeX code before"/>
|
||||
<dlg:textfield dlg:id="Before" dlg:tab-index="7" dlg:left="80" dlg:top="40" dlg:width="170" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigBefore"/>
|
||||
<dlg:text dlg:id="AfterLabel" dlg:tab-index="8" dlg:left="15" dlg:top="56" dlg:width="60" dlg:height="12" dlg:value="LaTeX code after"/>
|
||||
<dlg:textfield dlg:id="After" dlg:tab-index="9" dlg:left="80" dlg:top="54" dlg:width="170" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigAfter"/>
|
||||
<dlg:menulist dlg:id="Next" dlg:tab-index="10" dlg:left="80" dlg:top="68" dlg:width="80" dlg:height="12" dlg:spin="true" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigNext"/>
|
||||
<dlg:button dlg:id="AddNextButton" dlg:tab-index="11" dlg:left="165" dlg:top="68" dlg:width="40" dlg:height="12" dlg:value="Add..." dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigAddNext">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:AddNextClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:button dlg:id="RemoveNextButton" dlg:tab-index="12" dlg:left="210" dlg:top="68" dlg:width="40" dlg:height="12" dlg:value="Remove..." dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigRemoveNext">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:RemoveNextClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:text dlg:id="NextLabel" dlg:tab-index="13" dlg:left="15" dlg:top="70" dlg:width="60" dlg:height="12" dlg:value="Next style(s)"/>
|
||||
<dlg:checkbox dlg:id="Verbatim" dlg:tab-index="14" dlg:left="15" dlg:top="84" dlg:width="235" dlg:height="12" dlg:value="Verbatim content" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigVerbatim"/>
|
||||
<dlg:checkbox dlg:id="LineBreak" dlg:tab-index="15" dlg:left="15" dlg:top="98" dlg:width="235" dlg:height="12" dlg:value="Line break inside" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigLineBreak"/>
|
||||
<dlg:button dlg:id="LoadDefaults" dlg:tab-index="16" dlg:left="10" dlg:top="112" dlg:width="120" dlg:height="14" dlg:value="Load default mappings" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigLoadDefaults">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:LoadDefaultsClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:text dlg:id="OtherStylesLabel" dlg:tab-index="17" dlg:left="10" dlg:top="138" dlg:width="65" dlg:height="12" dlg:value="Other styles"/>
|
||||
<dlg:menulist dlg:id="OtherStyles" dlg:tab-index="18" dlg:left="80" dlg:top="136" dlg:width="170" dlg:height="12" dlg:spin="true" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigOtherStyles">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="Ignore"/>
|
||||
<dlg:menuitem dlg:value="Convert"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:menulist>
|
||||
<dlg:text dlg:id="FormattingLabel" dlg:tab-index="19" dlg:left="10" dlg:top="152" dlg:width="65" dlg:height="12" dlg:value="Other formatting"/>
|
||||
<dlg:menulist dlg:id="Formatting" dlg:tab-index="20" dlg:left="80" dlg:top="150" dlg:width="170" dlg:height="12" dlg:spin="true" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigFormatting">
|
||||
<dlg:menupopup>
|
||||
<dlg:menuitem dlg:value="Ignore all"/>
|
||||
<dlg:menuitem dlg:value="Ignore most"/>
|
||||
<dlg:menuitem dlg:value="Convert basic"/>
|
||||
<dlg:menuitem dlg:value="Convert most"/>
|
||||
<dlg:menuitem dlg:value="Convert all"/>
|
||||
</dlg:menupopup>
|
||||
</dlg:menulist>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
|
@ -1,43 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
|
||||
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="Tables" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:moveable="true" dlg:title="Tables" dlg:withtitlebar="false">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:checkbox dlg:id="NoTables" dlg:tab-index="0" dlg:left="10" dlg:top="8" dlg:width="240" dlg:height="12" dlg:value="Do not export tables" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigNoTables">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:NoTablesChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:checkbox dlg:id="UseTabulary" dlg:tab-index="2" dlg:left="10" dlg:top="36" dlg:width="240" dlg:height="12" dlg:value="Use tabulary.sty (automatic column width)" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUseTabulary"/>
|
||||
<dlg:checkbox dlg:id="UseMultirow" dlg:visible="false" dlg:tab-index="3" dlg:left="10" dlg:top="50" dlg:width="240" dlg:height="12" dlg:value="Use multirow.sty (support for rowspan)" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUseMultirow"/>
|
||||
<dlg:checkbox dlg:id="UseSupertabular" dlg:tab-index="4" dlg:left="10" dlg:top="64" dlg:width="240" dlg:height="12" dlg:value="Use supertabular.sty (multipage tables)" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUseSupertabular">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:UseSupertabularChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:checkbox dlg:id="UseLongtable" dlg:tab-index="5" dlg:left="10" dlg:top="78" dlg:width="240" dlg:height="12" dlg:value="Use longtable.sty (multipage tables)" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUseLongtable">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:UseLongtableChange" script:language="UNO"/>
|
||||
</dlg:checkbox>
|
||||
<dlg:text dlg:id="TableFirstHeadLabel" dlg:tab-index="6" dlg:left="25" dlg:top="92" dlg:width="90" dlg:height="12" dlg:value="Style for first head"/>
|
||||
<dlg:text dlg:id="TableHeadLabel" dlg:tab-index="7" dlg:left="25" dlg:top="106" dlg:width="90" dlg:height="12" dlg:value="Style for head"/>
|
||||
<dlg:text dlg:id="TableFootLabel" dlg:tab-index="8" dlg:left="25" dlg:top="120" dlg:width="90" dlg:height="12" dlg:value="Style for foot"/>
|
||||
<dlg:text dlg:id="TableLastFootLabel" dlg:tab-index="9" dlg:left="25" dlg:top="134" dlg:width="90" dlg:height="12" dlg:value="Style for last foot"/>
|
||||
<dlg:combobox dlg:id="TableFirstHeadStyle" dlg:tab-index="10" dlg:left="120" dlg:top="90" dlg:width="130" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigTableFirstHeadStyle" dlg:spin="true" dlg:linecount="15">
|
||||
<dlg:menupopup>
|
||||
</dlg:menupopup>
|
||||
</dlg:combobox>
|
||||
<dlg:combobox dlg:id="TableHeadStyle" dlg:tab-index="11" dlg:left="120" dlg:top="104" dlg:width="130" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigTableHeadStyle" dlg:spin="true" dlg:linecount="15">
|
||||
<dlg:menupopup>
|
||||
</dlg:menupopup>
|
||||
</dlg:combobox>
|
||||
<dlg:combobox dlg:id="TableFootStyle" dlg:tab-index="12" dlg:left="120" dlg:top="118" dlg:width="130" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigTableFootStyle" dlg:spin="true" dlg:linecount="15">
|
||||
<dlg:menupopup>
|
||||
</dlg:menupopup>
|
||||
</dlg:combobox>
|
||||
<dlg:combobox dlg:id="TableLastFootStyle" dlg:tab-index="13" dlg:left="120" dlg:top="132" dlg:width="130" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigTableLastFootStyle" dlg:spin="true" dlg:linecount="15">
|
||||
<dlg:menupopup>
|
||||
</dlg:menupopup>
|
||||
</dlg:combobox>
|
||||
<dlg:text dlg:id="TableSequenceLabel" dlg:tab-index="14" dlg:left="10" dlg:top="150" dlg:width="90" dlg:height="12" dlg:value="Table sequence name"/>
|
||||
<dlg:combobox dlg:id="TableSequenceName" dlg:tab-index="15" dlg:left="120" dlg:top="148" dlg:width="130" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigTableSequenceName" dlg:spin="true" dlg:linecount="10">
|
||||
<dlg:menupopup>
|
||||
</dlg:menupopup>
|
||||
</dlg:combobox>
|
||||
<dlg:checkbox dlg:id="UseColortbl" dlg:tab-index="1" dlg:left="10" dlg:top="22" dlg:width="240" dlg:height="12" dlg:value="Use colortbl.sty (background color in cells)" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUseColortbl"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
|
@ -1,37 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
|
||||
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="TextAndMath" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:moveable="true" dlg:title="TextAndMath" dlg:withtitlebar="false">
|
||||
<dlg:bulletinboard>
|
||||
<dlg:text dlg:id="MathPackageLabel" dlg:tab-index="0" dlg:left="5" dlg:top="8" dlg:width="245" dlg:height="12" dlg:value="Math packages"/>
|
||||
<dlg:checkbox dlg:id="UseOoomath" dlg:tab-index="1" dlg:left="10" dlg:top="22" dlg:width="240" dlg:height="12" dlg:value="Use ooomath.sty (custom package supporting OpenOffice.org equations)" dlg:checked="false" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigUseOoomath"/>
|
||||
<dlg:text dlg:id="MathSymbolsLabel" dlg:tab-index="2" dlg:left="5" dlg:top="36" dlg:width="245" dlg:height="12" dlg:value="Math symbols"/>
|
||||
<dlg:text dlg:id="MathSymbolNameLabel" dlg:tab-index="3" dlg:left="10" dlg:top="50" dlg:width="50" dlg:height="12" dlg:value="Name"/>
|
||||
<dlg:menulist dlg:id="MathSymbolName" dlg:tab-index="4" dlg:left="70" dlg:top="48" dlg:width="90" dlg:height="12" dlg:spin="true" dlg:linecount="10" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigMathSymbolName">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:MathSymbolNameChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:button dlg:id="NewSymbolButton" dlg:tab-index="5" dlg:left="165" dlg:top="48" dlg:width="40" dlg:height="12" dlg:value="New..." dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigNewSymbol">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:NewSymbolClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:button dlg:id="DeleteSymbolButton" dlg:tab-index="6" dlg:left="210" dlg:top="48" dlg:width="40" dlg:height="12" dlg:value="Delete..." dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigDeleteSymbol">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:DeleteSymbolClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:text dlg:id="MathLaTeXLabel" dlg:tab-index="7" dlg:left="10" dlg:top="64" dlg:width="50" dlg:height="12" dlg:value="LaTeX code"/>
|
||||
<dlg:textfield dlg:id="MathLaTeX" dlg:tab-index="8" dlg:left="70" dlg:top="62" dlg:width="180" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigMathLaTeX"/>
|
||||
<dlg:text dlg:id="TextReplaceLabel" dlg:tab-index="9" dlg:left="5" dlg:top="78" dlg:width="245" dlg:height="12" dlg:value="Text replace"/>
|
||||
<dlg:text dlg:id="InputLabel" dlg:tab-index="10" dlg:left="10" dlg:top="92" dlg:width="50" dlg:height="12" dlg:value="Input"/>
|
||||
<dlg:menulist dlg:id="TextInput" dlg:tab-index="11" dlg:left="70" dlg:top="90" dlg:width="90" dlg:height="12" dlg:spin="true" dlg:linecount="10" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigTextInput">
|
||||
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:TextInputChange" script:language="UNO"/>
|
||||
</dlg:menulist>
|
||||
<dlg:button dlg:id="NewTextButton" dlg:tab-index="12" dlg:left="165" dlg:top="90" dlg:width="40" dlg:height="12" dlg:value="New..." dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigNewText">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:NewTextClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:button dlg:id="DeleteTextButton" dlg:tab-index="13" dlg:left="210" dlg:top="90" dlg:width="40" dlg:height="12" dlg:value="Delete..." dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigDeleteText">
|
||||
<script:event script:event-name="on-mouseup" script:macro-name="vnd.sun.star.UNO:DeleteTextClick" script:language="UNO"/>
|
||||
</dlg:button>
|
||||
<dlg:text dlg:id="LaTeXLabel" dlg:tab-index="14" dlg:left="10" dlg:top="106" dlg:width="50" dlg:height="12" dlg:value="LaTeX code"/>
|
||||
<dlg:textfield dlg:id="LaTeX" dlg:tab-index="15" dlg:left="70" dlg:top="104" dlg:width="180" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigTextLaTeX"/>
|
||||
<dlg:text dlg:id="TabStopLabel" dlg:tab-index="16" dlg:left="5" dlg:top="120" dlg:width="245" dlg:height="12" dlg:value="Tab stops"/>
|
||||
<dlg:text dlg:id="TabStopLaTeXLabel" dlg:tab-index="17" dlg:left="10" dlg:top="134" dlg:width="50" dlg:height="12" dlg:value="LaTeX code"/>
|
||||
<dlg:textfield dlg:id="TabStopLaTeX" dlg:tab-index="18" dlg:left="70" dlg:top="132" dlg:width="180" dlg:height="12" dlg:help-url="org.openoffice.da.writer2latex.oxt:ConfigTabStopLaTeX"/>
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
|
@ -1,15 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
|
||||
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="Configuration1" dlg:left="139" dlg:top="84" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:moveable="true" dlg:title="ConfigurationRoot" dlg:withtitlebar="false">
|
||||
<dlg:styles>
|
||||
<dlg:style dlg:style-id="0" dlg:border="none"/>
|
||||
<dlg:style dlg:style-id="1" dlg:font-height="14"/>
|
||||
</dlg:styles>
|
||||
<dlg:bulletinboard>
|
||||
<dlg:fixedline dlg:id="FixedLine1" dlg:tab-index="0" dlg:left="6" dlg:top="32" dlg:width="248" dlg:height="2"/>
|
||||
<dlg:img dlg:style-id="0" dlg:id="ImageControl1" dlg:tab-index="1" dlg:left="8" dlg:top="6" dlg:width="21" dlg:height="21" dlg:scale-image="false" dlg:src="../images/w2licon.png"/>
|
||||
<dlg:text dlg:style-id="1" dlg:id="Label1" dlg:tab-index="2" dlg:left="34" dlg:top="10" dlg:width="193" dlg:height="16" dlg:value="Writer2LaTeX Toolbar Configuration"/>
|
||||
<dlg:text dlg:id="Label2" dlg:tab-index="3" dlg:left="34" dlg:top="43" dlg:width="194" dlg:height="78" dlg:value="This is where you configure the Writer2LaTeX toolbar. You can configure the interaction with LaTeX and friends, and you can configure interaction with external BibTeX files created by Zotero or other applications." dlg:multiline="true"/>
|
||||
|
||||
</dlg:bulletinboard>
|
||||
</dlg:window>
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
|
||||
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="W2LDialogs2" library:readonly="false" library:passwordprotected="false">
|
||||
<library:element library:name="ConfigurationRoot"/>
|
||||
<library:element library:name="Documentclass"/>
|
||||
<library:element library:name="Headings"/>
|
||||
<library:element library:name="Styles"/>
|
||||
<library:element library:name="DeleteDialog"/>
|
||||
<library:element library:name="Fonts"/>
|
||||
<library:element library:name="Pages"/>
|
||||
<library:element library:name="Tables"/>
|
||||
<library:element library:name="Figures"/>
|
||||
<library:element library:name="TextAndMath"/>
|
||||
<library:element library:name="NewDialog"/>
|
||||
<library:element library:name="Characters"/>
|
||||
<library:element library:name="LoadDefaults"/>
|
||||
<library:element library:name="ToolbarConfigurationRoot"/>
|
||||
<library:element library:name="Applications"/>
|
||||
<library:element library:name="Bibliography"/>
|
||||
<library:element library:name="LogViewer"/>
|
||||
<library:element library:name="AutoConfigInfo"/>
|
||||
<library:element library:name="BibTeXEntry"/>
|
||||
|
||||
</library:library>
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
|
||||
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="W2LDialogs2" library:readonly="false" library:passwordprotected="false">
|
||||
<library:element library:name="Module1"/>
|
||||
</library:library>
|
|
@ -1,64 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description xmlns="http://openoffice.org/extensions/description/2006"
|
||||
xmlns:d="http://openoffice.org/extensions/description/2006"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<identifier value="org.openoffice.da.writer2latex.oxt"/>
|
||||
|
||||
<version value="1.9.1" />
|
||||
|
||||
<dependencies>
|
||||
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>
|
||||
</dependencies>
|
||||
|
||||
<publisher>
|
||||
<name xlink:href="http://writer2latex.sourceforge.net"
|
||||
lang="en">Writer2LaTeX</name>
|
||||
</publisher>
|
||||
|
||||
<display-name>
|
||||
<name lang="da">Writer2LaTeX eksportfiltre</name>
|
||||
<name lang="en">Writer2LaTeX export filters</name>
|
||||
<name lang="ca">Filtres d'exportació per al writer2LaTeX</name>
|
||||
<name lang="de">Writer2Latex Exportfilter</name>
|
||||
<name lang="nl">Writer2LaTeX exportfilters</name>
|
||||
<name lang="nn">Writer2Latex eksportfilter</name>
|
||||
<name lang="es">Writer2LaTeX filtros para exportar</name>
|
||||
<name lang="fi">Writer2Latex vienti suodattimet</name>
|
||||
<name lang="fr">Filtres d'exportation Writer2LaTeX</name>
|
||||
<name lang="it">Filtri di esportazione Writer2LaTeX</name>
|
||||
<name lang="pt_BR">Filtros de exportação do Writer2LaTeX</name>
|
||||
<name lang="cs">Exportní filtry Writer2LaTeX</name>
|
||||
<name lang="pl">Filtry ekportu Writer2LaTeX</name>
|
||||
<name lang="ru">Фильтры экспорта Writer2LaTeX</name>
|
||||
<name lang="uk">Фільтри експорту Writer2LaTeX</name>
|
||||
<name lang="tr">Writer2LaTeX ihraç etme filitreleri</name>
|
||||
<name lang="fa">قربالگر صادر کردن Writer2LaTeX</name>
|
||||
</display-name>
|
||||
|
||||
<icon>
|
||||
<default xlink:href="images/w2licon.png" />
|
||||
<high-contrast xlink:href="images/w2lhcicon.png" />
|
||||
</icon>
|
||||
|
||||
|
||||
<extension-description>
|
||||
<src xlink:href="descriptions/desc_da.txt" lang="da" />
|
||||
<src xlink:href="descriptions/desc_en.txt" lang="en" />
|
||||
<src xlink:href="descriptions/desc_ca.txt" lang="ca" />
|
||||
<src xlink:href="descriptions/desc_de.txt" lang="de" />
|
||||
<src xlink:href="descriptions/desc_nl.txt" lang="nl" />
|
||||
<src xlink:href="descriptions/desc_nn.txt" lang="nn" />
|
||||
<src xlink:href="descriptions/desc_es.txt" lang="es" />
|
||||
<src xlink:href="descriptions/desc_fi.txt" lang="fi" />
|
||||
<src xlink:href="descriptions/desc_fr.txt" lang="fr" />
|
||||
<src xlink:href="descriptions/desc_it.txt" lang="it" />
|
||||
<src xlink:href="descriptions/desc_pt_BR.txt" lang="pt_BR" />
|
||||
<src xlink:href="descriptions/desc_cs.txt" lang="cs" />
|
||||
<src xlink:href="descriptions/desc_pl.txt" lang="pl" />
|
||||
<src xlink:href="descriptions/desc_ru.txt" lang="ru" />
|
||||
<src xlink:href="descriptions/desc_uk.txt" lang="uk" />
|
||||
<src xlink:href="descriptions/desc_tr.txt" lang="tr" />
|
||||
</extension-description>
|
||||
|
||||
</description>
|
|
@ -1 +0,0 @@
|
|||
Writer2LaTeX forneix a Writer filtres d'exportació per LaTeX i BibTeX
|
|
@ -1 +0,0 @@
|
|||
Writer2LaTeX nabízí exportní filtry pro Writer s výstupem v LaTeXu a BibTeXu
|
|
@ -1 +0,0 @@
|
|||
Writer2LaTeX installerer eksportfiltre til LaTeX og BibTeX i Writer
|
|
@ -1 +0,0 @@
|
|||
Writer2Latex bietet Writer Exportfilter für LaTeX und BibTeX
|
|
@ -1 +0,0 @@
|
|||
Writer2LaTeX provides Writer export filters for LaTeX and BibTeX
|
|
@ -1 +0,0 @@
|
|||
Writer2LaTeX contiene filtros de Writer para exportar a LaTeX y BibTeX
|
|
@ -1 +0,0 @@
|
|||
Writer2LaTeX ابزارهای مورد نیاز باری صادر کردن مستندها بر اساس قالب لیتک را فراهم کرده است
|
|
@ -1 +0,0 @@
|
|||
Writer2Latex:illa on mahdollista viedä dockumentti LaTeX:iin tai BibTeX:iin
|
|
@ -1 +0,0 @@
|
|||
Writer2LaTeX exporte les documents Writer vers LaTeX et BibTeX
|
|
@ -1 +0,0 @@
|
|||
Writer2LaTeX aggiunge a Writer filtri di esportazione in LaTeX e BibTeX
|
|
@ -1 +0,0 @@
|
|||
Writer2LaTeX voorziet in exportfilters voor LaTeX en BibTeX
|
|
@ -1 +0,0 @@
|
|||
Writer2Latex gir Writer eksportfilter for LaTeX og BibTeX
|
|
@ -1 +0,0 @@
|
|||
Writer2LaTeX dostarcza filtrów eksportu programu Writer do LaTeXa i BibTeXa
|
|
@ -1 +0,0 @@
|
|||
Writer2LaTeX oferece filtros de exportação do Writer para LaTeX e BibTeX
|
|
@ -1 +0,0 @@
|
|||
Writer2LaTeX обеспечивает Writer фильтрами экспорта в LaTeX и BibTeX
|
|
@ -1 +0,0 @@
|
|||
Writer2LaTeX LaTeX ve BibTeX için Writer ihraç etme filitreleri sağlar
|
|
@ -1 +0,0 @@
|
|||
Writer2LaTeX забезпечує Writer фільтрами експорту до LaTeX та BibTeX
|
|
@ -1,27 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tree_view version="02-nov-2014">
|
||||
<help_section application="writer2latex" id="w2l01_writer" title="Writer2LaTeX">
|
||||
<topic id="writer2latex/org.openoffice.da.writer2latex.oxt/introduction.xhp">Introduction</topic>
|
||||
<topic id="writer2latex/org.openoffice.da.writer2latex.oxt/menu.xhp">Menu and toolbar</topic>
|
||||
<topic id="writer2latex/org.openoffice.da.writer2latex.oxt/bibtex.xhp">BibTeX references</topic>
|
||||
<topic id="writer2latex/org.openoffice.da.writer2latex.oxt/export.xhp">LaTeX export</topic>
|
||||
<topic id="writer2latex/org.openoffice.da.writer2latex.oxt/logviewer.xhp">View log files</topic>
|
||||
<!--<topic id="writer2latex/org.openoffice.da.writer2latex.oxt/import.xhp">LaTeX import</topic>-->
|
||||
<node id="w2l01_writer_toolbar_configuration" title="Toolbar configuration">
|
||||
<topic id="writer2latex/org.openoffice.da.writer2latex.oxt/applications.xhp">Applications</topic>
|
||||
<topic id="writer2latex/org.openoffice.da.writer2latex.oxt/bibliography.xhp">Bibliography</topic>
|
||||
</node>
|
||||
<node id="w2l01_writer_configuration" title="Custom format">
|
||||
<topic id="writer2latex/org.openoffice.da.writer2latex.oxt/Configuration/Introduction.xhp">Introduction</topic>
|
||||
<topic id="writer2latex/org.openoffice.da.writer2latex.oxt/Configuration/Documentclass.xhp">Documentclass</topic>
|
||||
<topic id="writer2latex/org.openoffice.da.writer2latex.oxt/Configuration/Headings.xhp">Headings</topic>
|
||||
<topic id="writer2latex/org.openoffice.da.writer2latex.oxt/Configuration/Styles.xhp">Styles</topic>
|
||||
<topic id="writer2latex/org.openoffice.da.writer2latex.oxt/Configuration/Characters.xhp">Characters</topic>
|
||||
<topic id="writer2latex/org.openoffice.da.writer2latex.oxt/Configuration/Fonts.xhp">Fonts</topic>
|
||||
<topic id="writer2latex/org.openoffice.da.writer2latex.oxt/Configuration/Pages.xhp">Pages</topic>
|
||||
<topic id="writer2latex/org.openoffice.da.writer2latex.oxt/Configuration/Tables.xhp">Tables</topic>
|
||||
<topic id="writer2latex/org.openoffice.da.writer2latex.oxt/Configuration/Figures.xhp">Figures</topic>
|
||||
<topic id="writer2latex/org.openoffice.da.writer2latex.oxt/Configuration/Textandmath.xhp">Text and math</topic>
|
||||
</node>
|
||||
</help_section>
|
||||
</tree_view>
|
|
@ -1,74 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2latex-configuration-characters" indexer="include">
|
||||
<title xml-lang="en-US">Characters</title>
|
||||
<filename>org.openoffice.da.writer2latex.oxt/Configuration/Characters.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Characters</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Define how to convert character formatting</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2LaTeX - Characters</emph>
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Character formatting packages</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigUseHyperref" id="bm_configusehyperref"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use hyperref.sty (support for hyperlinks)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to export hyperlinks using the LaTeX package
|
||||
hyperref.sty. As a side effect this package will create links for cross references etc.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigUseColor" id="bm_configusecolor"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use color.sty (color support)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want color support (text color only) using the
|
||||
LaTeX package color.sty.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigUseUlem" id="bm_configuseulem"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use ulem.sty (underline and strike out text)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to support underlined and striked out text using the LaTeX
|
||||
package ulem.sty. Note that this does not work well for longer passages of text. Writer2LaTeX will never export
|
||||
underline and strike out for entire paragraphs.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigFormattingAttribute" id="bm_configformattingattribute"/>
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Formatting attributes</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">For some formatting attributes you can directly control the generated LaTeX
|
||||
code.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Formatting attribute</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select the formatting attribute:</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Bold</emph>: Boldface text</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Italics</emph>: Italics text</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Small caps</emph>: Text formatted as small caps.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Superscript</emph>: Text formatted as superscript.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Subscript</emph>: Text formatted as subscript.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigCustomAttribute" id="bm_configcustomattribute"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Apply custom LaTeX code</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to define custom LaTeX code for the currently selected
|
||||
attribute. Otherwise Writer2LaTeX will use default code, e.g. \textbf for boldface text.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigAttributeBefore" id="bm_configattributebefore"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">LaTeX code before</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the LaTeX code to add before the text, e.g. <emph>\emph{</emph></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigAttributeAfter" id="bm_configattributeafter"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">LaTeX code after</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the LaTeX code to add after the text, e.g. <emph>}</emph></paragraph>
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -1,39 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2latex-documentclass" indexer="include">
|
||||
<title xml-lang="en-US">Documentclass</title>
|
||||
<filename>org.openoffice.da.writer2latex.oxt/Configuration/Documentclass.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Documentclass</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Define the documentclass for the LaTeX document</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2LaTeX - Documentclass</emph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigNoPreamble" id="bm_confignopreamble"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Do not include preamble</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you check this option, Writer2LaTeX will not create the a LaTeX preamble,
|
||||
nor include \begin{document} and \end{document}. This is useful if the document is to be included in another LaTeX document.
|
||||
Note that in this case you will have to make sure that all packages/definitions needed are available in the master
|
||||
LaTeX document.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigDocumentclass" id="bm_configdocumentclass"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Documentclass</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Type the name of the LaTeX documentclass to use (e.g.
|
||||
<emph>article</emph>, <emph>book</emph>).</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigGlobalOptions" id="bm_configglobaloptions"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Global options</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Type a list of global options to add to the documentclass, e.g. <emph>landscape</emph>
|
||||
to get \documentclass[landscape]{article}.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigCustomPreamble" id="bm_configcustompreamble"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Custom preamble</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The text you type here will be copied verbatim into the LaTeX preamble.
|
||||
For example <emph>\usepackage{palatino}</emph> to typeset your document using the postscript font Palatino.</paragraph>
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -1,57 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2latex-configuration-figures" indexer="include">
|
||||
<title xml-lang="en-US">Styles</title>
|
||||
<filename>org.openoffice.da.writer2latex.oxt/Configuration/Figures.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Figures</paragraph>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US">Define how to convert figures</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2LaTeX - Figures</emph>
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">General</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigUseCaption" id="bm_configusecaption"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use caption.sty to format captions (also for tables)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to take advantage of the LaTeX package caption.sty.
|
||||
Currently Writer2LaTeX only uses the support for non-floating captions from this package.
|
||||
This applies to all captions (figure and table captions).</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigAlignFrames" id="bm_configalignframes"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Center figures</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you check this, all graphics and text boxes will be centered.
|
||||
Otherwise standard formatting is applied (this normally means that they will appear flush left).</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigFigureSequenceName" id="bm_configfiguresequencename"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Figure sequence names</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This option can be set to a sequence name in the source document.
|
||||
OpenDocument has a very weak sense of figure captions: A figure caption is a paragraph containing a sequence number.
|
||||
If you use %PRODUCTNAME's defaults, Writer2LaTeX can guess which sequence name to use.
|
||||
If it fails, you can type the name here, or select the name from the list. (Note that %PRODUCTNAME Writer has four
|
||||
basic sequence names which always will be displayed in English here. These are Drawing, Illustration, Table, Text.)
|
||||
Normally this field should be left empty.</paragraph>
|
||||
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Graphics</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigNoImages" id="bm_confignoimages"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Do not export graphics</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to ignore all graphics in the export.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigRemoveGraphicsExtension" id="bm_configremovegraphicsextension"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Omit file extension</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to export file names for images without file extension.
|
||||
You will thus get eg. \includegraphics{myimage} rather than \includegraphics{myimage.png}.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigImageOptions" id="bm_configimageoptions"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Graphic options</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Type any options that should be applied to all images
|
||||
(ie. all \includegraphics commands). For example <emph>width=\linewidth</emph>.</paragraph>
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -1,51 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2latex-configuration-fonts" indexer="include">
|
||||
<title xml-lang="en-US">Fonts</title>
|
||||
<filename>org.openoffice.da.writer2latex.oxt/Configuration/Fonts.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Fonts</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Define the font packages to use in the exported LaTeX document</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2LaTeX - Fonts</emph>
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Font packages (not used for XeTeX)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">These options have no effect if the backend is XeTeX, which handles
|
||||
fonts quite differently from "classic" LaTeX.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigUsePifont" id="bm_configusepifont"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use pifont.sty (dingbats)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to use of symbol font Zapf Dingbats using the LaTeX package
|
||||
pifont.sty.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigUseTipa" id="bm_configusetipa"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use tipa.sty and tipax.sty (phonetic symbols)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to use phonetic symbols using the LaTeX packages
|
||||
tipa.sty and tipx.sty.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigUseEurosym" id="bm_configuseeurosym"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use eurosym.sty (euro currency symbol)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to use the eurosym font using the LaTeX package
|
||||
eurosym.sty. This package provides a slightly better euro symbol than standard LaTeX.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigUseWasysym" id="bm_configusewasysym"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use wasysym.sty (various symbols)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to use the wasy symbol font using the LaTeX package
|
||||
wasysym.sty.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigUseIfsym" id="bm_configuseifsym"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use ifsym.sty (geometric shapes)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to use the ifsym symbol font using the LaTeX package
|
||||
ifsym.sty.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigUseBbding" id="bm_configusebbding"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use bbding.sty (metafont dingbats)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to use the bbding symbol font (a clone of Zapf Dingbats)
|
||||
using the LaTeX package bbding.sty.</paragraph>
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -1,70 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2latex-export" indexer="include">
|
||||
<title xml-lang="en-US">Headings</title>
|
||||
<filename>org.openoffice.da.writer2latex.oxt/Configuration/Headings.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Headings</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Define the conversion of headings in the document</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2LaTeX - Headings</emph>
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Headings</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigMaxLevel" id="bm_configmaxlevel"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Heading levels to export</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Choose the number of heading levels you want to export as LaTeX sectioning commands.
|
||||
Other headings are exported as ordinary paragraphs.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigWriterLevel" id="bm_configwriterlevel"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Writer level</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Choose a heading level to configure.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigLaTeXLevel" id="bm_configlatexlevel"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">LaTeX level</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Choose the heading level in LaTeX to use for the selected Writer level.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The standard document classes uses this level numbering</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>\part</emph>: Level -1</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>\chapter</emph>: Level 0</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>\section</emph>: Level 1</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>\subsection</emph>: Level 2</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>\subsubsection</emph>: Level 3</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>\paragraph</emph>: Level 4</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>\supparagraph</emph>: Level 5</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigLaTeXName" id="bm_configLaTeXName"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">LaTeX heading name</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the name of the section command in LaTeX, e.g. <emph>section</emph> to
|
||||
produce a \section, or select a standard section command from the list.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Indexes and tables</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigNoIndex" id="bm_confignoindex"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Do not include indexes</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you check this option, Writer2LaTeX will not export indexes
|
||||
(e.g. table of contents, bibliopgrahy). This option is intended for the case that the document is to be part
|
||||
of a larger LaTeX document, which may contain global indexes.</paragraph>
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2latex-configuration-introduction" indexer="include">
|
||||
<title xml-lang="en-US">Custom format</title>
|
||||
<filename>org.openoffice.da.writer2latex.oxt/Configuration/Introduction.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Custom format</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Define a custom format for the LaTeX export</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2LaTeX</emph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigIntroduction" id="bm_configintroduction"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Writer2LaTeX comes with a number of predefined LaTeX formats.
|
||||
A format defines the kind of LaTeX document to generate (the document class to use and the packages to load).
|
||||
It also defines a set of rules defining how content and formatting should be exported to LaTeX. Advanced users can define
|
||||
their own format on these pages. This requires some knowledge of LaTeX.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">To use the custom format, choose <emph>Custom</emph> in the export dialog.</paragraph>
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -1,52 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2latex-configuration-pages" indexer="include">
|
||||
<title xml-lang="en-US">Pages</title>
|
||||
<filename>org.openoffice.da.writer2latex.oxt/Configuration/Pages.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Pages</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Define how to convert page formatting</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2LaTeX - Pages</emph>
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Page geometry (page size and margins)</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigExportGeometry" id="bm_configexportgeometry"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Export page geometry</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to export the page geometry. Otherwise the default
|
||||
page geometry of the documentclass will be used.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigUseGeometry" id="bm_configusegeometry"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use geometry.sty</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to use package geometry.sty to export the geometry of the page.
|
||||
Otherwise the geometry will be exported using low level LaTeX commands.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigExportHeaderFooter" id="bm_configexportheaderfooter"/>
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Export header and footer</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to export the contents of the header and the footer.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigUseFancyhdr" id="bm_configusefancyhdr"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use fancyhdr.sty</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to use the package fancyhdr.sty to export the header and footer of the page.
|
||||
Otherwise the header and footer will be exported using low level LaTeX page style commands.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Page numbers</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigUseLastpage" id="bm_configuselastpage"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use lastpage.sty</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this option to use the package lastpage.sty to represent the page count.
|
||||
Otherwise the page count is not exported (e.g. content like "page 3 of 7" cannot be exported).</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Endnotes</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigUseEndnotes" id="bm_configuseendnotes"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use endnotes.sty</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to use the package endnotes.sty to format the endnotes in the
|
||||
LaTeX document. Otherwise endnotes will be converted to footnotes.</paragraph>
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -1,137 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2latex-configuration-styles" indexer="include">
|
||||
<title xml-lang="en-US">Styles</title>
|
||||
<filename>org.openoffice.da.writer2latex.oxt/Configuration/Styles.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Styles</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">On this page you can define mappings from styles in %PRODUCTNAME Writer
|
||||
to your own LaTeX styles.</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2LaTeX - Styles</emph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigStyleFamily" id="bm_configstylefamily"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Style family</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select a style family:</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Character</emph>: Define LaTeX code for character styles</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Paragraph</emph>: Define LaTeX code for paragraph styles</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Paragraph block</emph>: Define LaTeX code for a block of paragraphs
|
||||
starting with a specific paragraph style.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>List</emph>: Define LaTeX code for list styles
|
||||
(e.g. enumerate or itemize).</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>List item</emph>: Define LaTeX code for individual list items.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigStyleName" id="bm_configstylename"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Style name</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select an %PRODUCTNAME Writer style name from the list.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigNewStyle" id="bm_confignewstyle"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">New...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this button to add a new style to the list. Select a style in the list
|
||||
or type a style name.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigDeleteStyle" id="bm_configdeletestyle"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Delete...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this button to delete the current style name from the list.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigBefore" id="bm_configbefore"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">LaTeX code before</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the LaTeX code to add before this particular style, e.g.
|
||||
<emph>\begin{center}</emph> or <emph>\textbf{</emph>.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigAfter" id="bm_configafter"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">LaTeX code after</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the LaTeX code to add after this particular style, e.g.
|
||||
<emph>\end{center}</emph> or <emph>}</emph>.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigNext" id="bm_confignext"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Next style(s)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This is only used for paragraph blocks: Paragraphs formatted with a style from
|
||||
this list are included in the block.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigAddNext" id="bm_configaddnext"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Add...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this button to add another style to the list of next styles.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigRemoveNext" id="bm_configremovenext"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Remove...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this button to remove the current style from the list of next styles.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigVerbatim" id="bm_configverbatim"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Verbatim content</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to export the content as verbatim LaTeX. This implies that
|
||||
characters not available in the inputencoding are converted to question marks and that other content is discarded,
|
||||
eg. footnotes.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigLineBreak" id="bm_configlinebreak"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Line break inside</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to add line breaks inside the LaTeX construction surrounding
|
||||
this element. You will probably want this for a construction like <emph>\begin{center}...\end{center}</emph> but not for
|
||||
a construction like <emph>\textbf{...}</emph>.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigLoadDefaults" id="bm_configloaddefaults"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Load default mappings</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Writer2LaTeX comes with a set of default style mappings corresponding to
|
||||
some of the predefined styles in %PRODUCTNAME Writer. Click this button to add these mappings to the current set. You will get
|
||||
a warning if this will overwrite one or more existing mappings.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigOtherStyles" id="bm_configotherstyles"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Other styles</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select how you want to export paragraphs and text with a style for which no style
|
||||
mapping has been defined. This enables you to ensure that only content with accepted styles is exported.</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Ignore</emph>: The content is ignored silently.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Convert</emph>: The content is converted as normal.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigFormatting" id="bm_configformatting"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Other formatting</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select how you want to export formatting for styles that does not have
|
||||
a style mapping.</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Ignore all</emph>: Ignore all character, paragraph,
|
||||
heading, list and footnote formatting contained in the document.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Ignore most</emph>: Convert basic character
|
||||
formatting.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Convert basic</emph>: Convert basic character formatting,
|
||||
paragraph justification and all numberings (lists, headings, footnotes).</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Convert most</emph>: Convert all supported formatting, except
|
||||
that paragraph formatting and font size is only converted if it is set by a style. To be able to preserve
|
||||
formatting, an environment is created for all paragraph styles, custom lists are used for listings, headings are
|
||||
reformatted using the \@startsection command etc.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Convert all</emph>: Convert all supported formatting.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -1,74 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2latex-configuration-tables" indexer="include">
|
||||
<title xml-lang="en-US">Tables</title>
|
||||
<filename>org.openoffice.da.writer2latex.oxt/Configuration/Tables.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Tables</paragraph>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US">Define how to convert tables</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2LaTeX - Tables</emph>
|
||||
</section>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigNoTables" id="bm_confignotables"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Do not export tables</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this option to ignore all tables in the export.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigUseColortbl" id="bm_configusecolortbl"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use colortbl.sty (background color in cells)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to apply background color to tables using the
|
||||
package colortbl.sty. This option has no effect unless you also check <emph>Use color.sty</emph> on the page
|
||||
<emph>Characters</emph>.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigUseTabulary" id="bm_configusetabulary"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use tabulary.sty (automatic column width)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if tabulary.sty should be used to export tables.
|
||||
This package determines column widths automatically which can be useful for tables with a lot of text in each cell.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigUseSupertabular" id="bm_configusesupertabular"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use supertabular.sty (multipage tables)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to use the package supertabular.sty to export tables which may break
|
||||
across pages.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigUseLongtable" id="bm_configuselongtable"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use longtable.sty (multipage tables)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to use the package longtable.sty to export tables which may break
|
||||
across pages.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigTableFirstHeadStyle" id="bm_configtablefirstheadstyle"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Style for first head</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This option is used to produce advanced tables, that are not supported in
|
||||
%PRODUCTNAME Writer. Enter the name of a paragraph style, or select a style in the list.
|
||||
If the first paragraph of the first cell in a row is formatted
|
||||
with this paragraph style, the row in question will be used for the first head in a multipage table.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigTableHeadStyle" id="bm_configtableheadstyle"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Style for head</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Likewise this option specifies a paragraph style that identifies a
|
||||
repeating head in a multipage table (like a normal table head in %PRODUCTNAME Writer).</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigTableFootStyle" id="bm_configtablefootstyle"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Style for foot</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This option specifies a paragraph style that identifies a repeating foot in a
|
||||
multipage table.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigTableLastFootStyle" id="bm_configtablelastfootstyle"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Style for last foot</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This option specifies a paragraph style that identifies the last foot in a
|
||||
multipage table.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigTableSequenceName" id="bm_configtablesequencename"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Table sequence name</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This option can be set to a sequence name in the source document.
|
||||
OpenDocument has a very weak sense of table captions: A table caption is a paragraph containing a sequence number.
|
||||
If you use %PRODUCTNAME's defaults, Writer2LaTeX can guess which sequence name to use.
|
||||
If it fails, you can type the name here, or select the name from the list. (Note that %PRODUCTNAME Writer has four
|
||||
basic sequence names which always will be displayed in English here. These are Drawing, Illustration, Table, Text.)
|
||||
Normally this field should be left empty.</paragraph>
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -1,82 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2latex-configuration-textandmath" indexer="include">
|
||||
<title xml-lang="en-US">Text and math</title>
|
||||
<filename>org.openoffice.da.writer2latex.oxt/Configuration/Textandmath.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Text and math</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Define how to convert text strings and math content.</paragraph>
|
||||
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>Tools - Options - Writer2LaTeX - Text and math</emph>
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Math packages</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigUseOoomath" id="bm_configuseooomath"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use ooomath.sty (custom package supporting %PRODUCTNAME equations)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to use the LaTeX package ooomath.sty. This package defines a number of
|
||||
LaTeX macros used to convert formulas from %PRODUCTNAME to LaTeX. If this package is not used, the necessary definitions will
|
||||
be included in the LaTeX preamble, which may become quite long. Hence using ooomath.sty is recommended for documents with
|
||||
formulas. The package is part of the complete
|
||||
<link href="http://writer2latex.sourceforge.net" name="Writer2LaTeX home page">Writer2LaTeX distribution</link>.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Math symbols</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">In %PRODUCTNAME Math you can add user-defined symbols. Writer2LaTeX already
|
||||
understands the predefined symbols such as %alpha. If you define your own symbols, you can define corresponding LaTeX
|
||||
code here.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigMathSymbolName" id="bm_configmathsymbolname"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Name</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select the name of the user-defined symbol.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigNewSymbol" id="bm_configdeletesymbol"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">New...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this button to add a new symbol to the list. Select a symbol from the list
|
||||
or type the name.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigDeleteSymbol" id="bm_configdeletesymbol"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Delete...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this button to delete the current symbol from the list.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigMathLaTeX" id="bm_configmathlatex"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">LaTeX code</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the LaTeX code corresponding to this symbol, e.g.
|
||||
<emph>\Downarrow</emph>.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Text replace</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Often LaTeX requires special care to typeset certain constructions. For example
|
||||
according to German typographical rules, an abbreviation like z.B. should be typeset with a small space before the B, which in
|
||||
LaTeX code will be <emph>z.\,B</emph>. Another example is French quotations marks (« Je parle français ») which should be
|
||||
converted to the LaTeX macros <emph>\fg</emph> and <emph>\og</emph>. A final example is translation of the text LaTeX to
|
||||
<emph>\LaTeX</emph> to properly typeset the LaTeX logo.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigTextInput" id="bm_configtextinput"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Input</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select a text string from the list</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigNewText" id="bm_confignewtext"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">New...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this button to add a new text string to the list. Enter the original text as it appears
|
||||
in the %PRODUCTNAME Writer document, or paste text from the clipboard.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigDeleteText" id="bm_configdeletetext"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Delete...</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this button to the delete the current text string. Writer2LaTeX has
|
||||
a few predefined strings that cannot be deleted.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigTextLaTeX" id="bm_configtextlatex"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">LaTeX code</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the LaTeX code to export for this text string.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Tab stops</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigTabStopLaTeX" id="bm_configtabstoplatex"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">LaTeX code</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Normally tab stops are converted to spaces, but in this field you can enter any
|
||||
LaTeX code, that should be used instead. For example <emph>\quad{}</emph> or <emph>\hspace{2em}</emph>.</paragraph>
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -1,144 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2latex-applications" indexer="include">
|
||||
<title xml-lang="en-US">Applications</title>
|
||||
<filename>org.openoffice.da.writer2latex.oxt/applications.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigurationDialog" id="bm_configurationdialog"/>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Configuration of applications</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">On this page you can configure the interaction between Writer2LaTeX
|
||||
and your LaTeX distribution as well as viewers for the different output formats.</paragraph>
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Select <emph>Tools - Options - Writer2LaTeX toolbar - Applications</emph>
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Prerequisites</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This requires that you have installed certain software on your system.</paragraph>
|
||||
<switch select="sys">
|
||||
<case select="WIN">
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Writer2LaTeX needs a working LaTeX distribution<!-- including TeX4ht-->.
|
||||
MikTeX is recommended and can be downloaded from
|
||||
<link href="http://www.miktex.org" name="MikTeX download">http://www.miktex.org</link>.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">In addition, you should install viewers for PDF and PostScript files.
|
||||
Gsview is recommended and can be downloaded from
|
||||
<link href="http://pages.cs.wisc.edu/~ghost/gsview/" name="gsview download">http://pages.cs.wisc.edu/~ghost/gsview/</link>.
|
||||
Note that you have to install ghostscript as well (follow the links on the web site).</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
</case>
|
||||
<case select="UNIX">
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Writer2LaTeX needs a working LaTeX distribution<!-- which includes TeX4ht-->.
|
||||
<link href="http://www.tug.org/texlive/" name="TeX live">TeX live</link>
|
||||
is recommended and is available for most UNIX-like systems. The installation depends on your system.
|
||||
If you are using Debian or Ubuntu you can for example install the basic required packages by typing these commands from a terminal window:</paragraph>
|
||||
<paragraph role="code" xml-lang="en-US">sudo apt-get install texlive
|
||||
<br/>sudo apt-get install texlive-latex-extra
|
||||
<br/>sudo apt-get install texlive-xetex
|
||||
<!--<br/>sudo apt-get install tex4ht--></paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Also you should install viewers for DVI, PDF and PostScript files.
|
||||
The viewers evince and okular can handle all formats and are recommended.
|
||||
You can also use a combination of the viewers xdvi, xpdf and ghostview.
|
||||
</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
</case>
|
||||
<case select="MAC">
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Writer2LaTeX needs a working LaTeX distribution<!-- which includes TeX4ht-->.
|
||||
</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Also you should install viewers for DVI, PDF and PostScript files.
|
||||
</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
<paragraph xml-lang="en-US"><emph>Note</emph>: The Writer2LaTeX toolbar is not tested on Mac OS X.</paragraph>
|
||||
</case>
|
||||
</switch>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:AfterExport" id="bm_afterexport"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:AfterExport" visibility="hidden">Choose the desired behavior after export</ahelp></paragraph>
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">After Export</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">After Export, Writer2LaTeX can build the result with LaTeX and display the final document in a viewer. Choose the desired behavior in the list.</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Do nothing</emph> will only export the document to LaTeX</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Build with LaTeX</emph> will build the converted document with LaTeX to produce the final result in DVI, PDF or PostScript format</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Build with LaTeX and view result</emph> will display the final result in a DVI, PDF or PostScript viewer</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigurationAutoButton" id="bm_configurationautobutton"/>
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Automatic Configuration</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you click this button, Writer2LaTeX will try to locate the external programs
|
||||
and configure them. You will be presented with a short report of the results. Any applications that Writer2LaTeX cannot find for
|
||||
you should be configured manually.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:ConfigurationAutoButton" visibility="hidden">Click here to let Writer2LaTeX configure your external applications automatically</ahelp></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigurationApplication" id="bm_configurationapplication"/>
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Application</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select the external application you wish to configure in the list.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The available applications are:</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">PdfLaTeX: The pdflatex executable (used if you select PDF as your backend format)</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">LaTeX: The latex executable (used for other backend formats)</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Dvips: The DVI to PostScript converter dvips (used if you select PostScript as your backend format)</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">BibTeX: The bibtex executable (used if your document contains a bibliography)</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">MakeIndex: The makeindex executable (used if your document contains an alphabetical index)</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">DVI Viewer: Application to view DVI files</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">PDF Viewer: Application to view PDF files</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">PostScript Viewer: Application to view PostScript files</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:ConfigurationApplication" visibility="hidden">Select the external application you wish to configure here</ahelp></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:UseDefault" id="bm_configurationusedefault"/>
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Use the system's default application</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select this if you wish to use the default application to view files
|
||||
of the selected type.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:UseDefault" visibility="hidden">Select this to use the default application to view files of the selected type</ahelp></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigurationExecutable" id="bm_configurationexecutable"/>
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Executable</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Type the full path to the executable or click <emph>Browse</emph> to find
|
||||
the executable in your file system</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:ConfigurationExecutable" visibility="hidden">Type the full path to the executable here or find it using the Browse button</ahelp></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ConfigurationOptions" id="bm_configurationoptions"/>
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Options</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Fill out any additional options here. Often you will only need the file name,
|
||||
which is denoted <emph>%s</emph>.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:ConfigurationOptions" visibility="hidden">Fill out any additional options here, using %s to represent the file name</ahelp></paragraph>
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -1,143 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2latex-bibliography" indexer="include">
|
||||
<title xml-lang="en-US">Bibliography</title>
|
||||
<filename>org.openoffice.da.writer2latex.oxt/bibliography.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:BibliographyDialog" id="bm_bibliographydialog"/>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Configuration of bibliography</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">On this page you can configure the use of BibTeX as bibliography
|
||||
database in %PRODUCTNAME Writer.</paragraph>
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Select <emph>Tools - Options - Writer2LaTeX toolbar - Bibliography</emph>
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Using BibTeX as bibliography database</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">%PRODUCTNAME Writer comes with a standard bibliography database.
|
||||
Citations can be created from the content of the database.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">On the other hand, LaTeX traditionally stores bibliographic
|
||||
information in the BibTeX database format.
|
||||
The Writer2LaTeX toolbar enables you to use BibTeX databases directly in %PRODUCTNAME Writer.
|
||||
With this feature you can create citations from a BibTeX file rather than from the standard bibliography database.
|
||||
</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The following sections describe four different
|
||||
ways to handle bibliograhic citations.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Using the standard bibliography database</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you want to use the standard tools in %PRODUCTNAME Writer
|
||||
to manage and create citations, you should not make any settings to this page.
|
||||
Upon export, Writer2LaTeX can convert to and format your citations with BibTeX.
|
||||
You can enable this in the export dialog.
|
||||
</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:BibliographyUseExternalBibTeXFiles" id="bm_useexternalbibtexfiles"/>
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Use BibTeX as bibliography database</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:BibliographyUseExternalBibTeXFiles" visibility="hidden">Check this to enable the insertion of citations from BibTeX file(s)</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this to enable the use of BibTeX as bibliograhy database.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">You can then use the
|
||||
<link href="org.openoffice.da.writer2latex.oxt/bibtex.xhp"
|
||||
name="Writer2LaTeX toolbar">Writer2LaTeX toolbar</link> to insert citations from BibTeX files.
|
||||
Upon export, Writer2LaTeX can format your citations with BibTeX using the original BibTeX files.
|
||||
You can enable this in the export dialog.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:BibliographyBibTeXLocation" id="bm_bibtexlocation"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">BibTeX location</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Writer2LaTeX will look for BibTeX files in the location you define.</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>In central folder</emph>: Select this option if you keep all your
|
||||
BibTeX files in a central location.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>In subfolder of document folder</emph>: Select this option if you
|
||||
want to use project-specific BibTeX files. For example using a folder named "bibliography" relative to the document
|
||||
folder.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>In document folder</emph>: Select this option if you want to
|
||||
keep your BibTeX files in the same folder as the document. <emph>Warning</emph>: In this case you should not use the
|
||||
same name for the LaTeX file and the BibTeX file (your BibTeX file might be overwritten if you do).</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:BibliographyBibTeXLocation" visibility="hidden">Select the type of location for your BibTeX files</ahelp></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:BibliographyBibTeXDir" id="bm_bibtexdir"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">BibTeX folder</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter the path to the folder containing your BibTeX files, or select the folder
|
||||
using the <emph>Browse</emph>-button.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:BibliographyBibTeXDir" visibility="hidden">Enter the path to the folder containing the BibTeX files</ahelp></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:BibliographyBibTeXDirButton" id="bm_bibtexdirbutton"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:BibliographyBibTeXDirButton" visibility="hidden">Click to select the path to the folder containing the BibTeX files</ahelp></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:BibliographyBibTeXEncoding" id="bm_bibtexencoding"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">File encoding</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select the encoding of the BibTeX files (this will depend on your
|
||||
BibTeX editor). If you use XeTeX as a backend, you should always use UTF-8.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:BibliographyConvertZoteroCitations" id="bm_convertzoterocitations"/>
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Convert Zotero citations</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><link href="http://www.zotero.org" name="Link to the Zotero Website">Zotero</link>
|
||||
is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
|
||||
Zotero provides a plugin for %PRODUCTNAME which permits you to insert citations from Zotero in your
|
||||
%PRODUCTNAME Writer document using a selection of citation schemes.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to convert Zotero citations to LaTeX.
|
||||
This enables you to format the citations using a BibTeX style of your choice.
|
||||
Also, the bibliography created by Zotero will be replaced with a BibTeX-generated bibliography.
|
||||
If you do not check this option, the original
|
||||
citation text inserted by Zotero will be used.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Exporting your Zotero database to BibTeX</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">To use this feature you must export your Zotero database to the specified
|
||||
folder.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The Writer2LaTeX distribution contains a folder named <emph>Zotero</emph>,
|
||||
which contains a file called <emph>BibTeX-Writer2LaTeX.js</emph>. This file must be added to Zotero to provide a suitable
|
||||
BibTeX export: In Zotero, choose <emp>Edit</emph> - <emph>Preferences</emph> - <emph>Advanced</emph> and click <emph>Show Data Directory</emph>.
|
||||
Open the subfolder <emph>Translators</emph>, and copy <emph>BibTeX-Writer2LaTeX.js</emph> to this location.
|
||||
Finally restart Zotero.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">You can now export your Zotero database: In Zotero, select
|
||||
<emph>File</emph> - <emph>Export Library</emph>, and choose <emph>BibTeX (Writer2LaTeX)</emph> (not <emph>BibTeX</emph>).
|
||||
Save the file in the folder, you have defined.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:BibliographyConvertZoteroCitations" visibility="hidden">Check this to convert Zotero citations to LaTeX</ahelp></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:BibliographyConvertJabRefCitations" id="bm_convertjabrefcitations"/>
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Convert JabRef citations</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><link href="http://jabref.sourceforge.net/" name="Link to the JabRef Website">JabRef</link>
|
||||
is an open source bibliography reference manager using BibTeX as native file format.
|
||||
|
||||
You can use JabRef to edit your BibTeX files.
|
||||
In addition JabRef permits you to insert citations directly from JabRef in your %PRODUCTNAME Writer document
|
||||
using a selection of citation schemes.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to convert JabRef citations to LaTeX.
|
||||
This enables you to format the citations using a BibTeX style of your choice.
|
||||
Also, the bibliography created by JabRef will be replaced with a BibTeX-generated bibliography.
|
||||
If you do not check this option, the original
|
||||
citation text inserted by JabRef will be used.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:BibliographyConvertJabRefCitations" visibility="hidden">Check this to convert JabRef citations to LaTeX</ahelp></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:BibliographyIncludeOriginalCitations" id="bm_includeoriginalcitations"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Include original citations as comments</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to include the original citations produced by Zotero or
|
||||
JabRef as comments in the LaTeX source. This has no effect on the final result but might be helpful if you edit the LaTeX source.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:BibliographyIncludeOriginalCitations" visibility="hidden">Check this to include the citations inserted by Zotero or JabRef as comments in the LaTeX source.</ahelp></paragraph>
|
||||
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Natbib</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:BibliographyUseNatbib" id="bm_usenatbib"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use natbib.sty</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">To fully support the citations inserted by Zotero or JabRef you will need
|
||||
the package natbib.sty. Check this if you want to take advantage of this package (the BibTeX style you use must be compatible
|
||||
with natbib.sty).</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:BibliographyUseNatbib" visibility="hidden">Check this to use the package natbib.sty for your citations</ahelp></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:BibliographyNatbibOptions" id="bm_natbiboptions"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Options</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Enter any options to the package natbib.sty here.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:BibliographyNatbibOptions" visibility="hidden">Enter any options to the package natbib.sty here</ahelp></paragraph>
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -1,78 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2latex-bibtex" indexer="include">
|
||||
<title xml-lang="en-US">Insert BibTeX references</title>
|
||||
<filename>org.openoffice.da.writer2latex.oxt/bibtex.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:BibTeXDialog" id="bm_bibtexdialog"/>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Manage BibTeX reference</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">BibTeX is the standard database format for bibliographic references
|
||||
in LaTeX.
|
||||
This dialog is used to insert bibliographic references in %PRODUCTNAME Writer from BibTeX files.
|
||||
This enables you to maintain your references in BibTeX, rather that using the bibliography database
|
||||
in %PRODUCTNAME Writer.
|
||||
</paragraph>
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Click the <emph>Bib</emph>-button on the toolbar
|
||||
</section>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US">The dialog presents a list of BibTeX files from a specific folder.
|
||||
The folder to search is configured in the <link href="org.openoffice.da.writer2latex.oxt/bibliography.xhp"
|
||||
name="Bibliography settings">bibliography settings</link>.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Using the dialog</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:BibTeXFile" id="bm_bibtexfile"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">BibTeX file</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select the BibTeX file to use in this list.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:BibTeXFile" visibility="hidden">Select the BibTeX file to use</ahelp></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:BibTeXEntry" id="bm_bibtexentry"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">BibTeX entry</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select the entry to use in this list. The list contains the keys of
|
||||
all entries in the selected BibTeX file.
|
||||
Basic information about the entry is displayed in the field below the list.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:BibTeXEntry" visibility="hidden">Select the entry to use</ahelp></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:BibTeXInsert" id="bm_bibtexinsert"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Insert reference</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this button to insert a bibliographic reference to
|
||||
the currently selected entry.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:BibTeXInsert" visibility="hidden">Click to insert a reference to the current entry</ahelp></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:BibTeXUpdate" id="bm_bibtexupdate"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Update references</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this to update all bibliographic references in the document.
|
||||
You should do this if you have edited a BibTeX file. This will ensure that
|
||||
the content of all references is in sync with the current content of the BibTeX files.
|
||||
Writer2LaTeX will display a message to confirm the result.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:BibTeXUpdate" visibility="hidden">Click to update the content of all references</ahelp></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:BibTeXClose" id="bm_bibtexclose"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Close</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this button to close the dialog.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:BibTeXClose" visibility="hidden">Click to close the dialog</ahelp></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:BibTeXNew" id="bm_bibtexnew"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">New</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this button create a new BibTeX file in the configured
|
||||
directory. Enter a name for the file in the dialog.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:BibTeXNew" visibility="hidden">Click to create a new BibTeX file</ahelp></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:BibTeXEdit" id="bm_bibtexedit"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Edit</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this button to edit the currently selected BibTeX file.
|
||||
The file will open in your default BibTeX editor. If no default BibTeX editor was found on your system,
|
||||
an error message is displayed.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:BibTeXEdit" visibility="hidden">Click to edit the current file in your BibTeX editor</ahelp></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:BibTeXReload" id="bm_bibtexreload"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Reload</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Click this button to reload the BibTeX files in the dialog.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:BibTeXReload" visibility="hidden">Click to reload the BibTeX files</ahelp></paragraph>
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -1,430 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2latex-export" indexer="include">
|
||||
<title xml-lang="en-US">LaTeX Export</title>
|
||||
<filename>org.openoffice.da.writer2latex.oxt/export.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:Options" id="bm_options"/>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">LaTeX Export</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Exports the current document in LaTeX 2e format. A LaTeX document can be
|
||||
typeset with the TeX typesetting system.</paragraph>
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Choose <emph>File - Export - LaTeX 2e</emph> or click the <emph>TeX</emph>-button in the toolbar
|
||||
</section>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">General</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsConfig" id="bm_options_config"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">LaTeX format</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsConfig" visibility="hidden">Select the general format for the LaTeX document</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Conceptually, %PRODUCTNAME Writer and LaTeX are quite different.
|
||||
A LaTeX document is usually based on a certain "document class", that determines the general layout and formatting of the document.
|
||||
In addition the use of several LaTeX packages may change various aspects of the LaTeX document.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The result of a conversion into LaTeX will thus depend very much on which
|
||||
LaTeX packages are used and how much formatting it is desired to preserve.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Writer2LaTeX offers a number of default formats, all based on the standard LaTeX document class "article".
|
||||
Each of the formats defines the LaTeX packages to use and the handling of formatting.</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Ultra-clean article</emph> will create a very basic LaTeX article,
|
||||
with almost no formatting preserved.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Clean article</emph> will also create a default LaTeX article,
|
||||
but does preserve some basic formatting from the %PRODUCTNAME Writer document, such as boldface, color and hyperlinks.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Default</emph> creates a LaTeX article preserving as much formatting
|
||||
as it is possible without any significant deviations from LaTeX standards.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Print optimized</emph> on the other hand creates a LaTeX article
|
||||
preserving as much formatting as possible. The result will resemble the %PRODUCTNAME Writer document,
|
||||
but will look slightly different from a standard LaTeX article (and the LaTeX code will be less readable).</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Screen optimized (pdf)</emph> also creates a LaTeX article preserving
|
||||
most of the formatting, but optimized for screen viewing (using the package pdfscreen) rather than printing.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Custom</emph> is a user defined format. To configure the custom format,
|
||||
choose <emph><link href="org.openoffice.da.writer2latex.oxt/Configuration/Introduction.xhp"
|
||||
name="Custom configuration">Tools - Options - Writer2LaTeX</link></emph>.
|
||||
</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Expert users can extend the list with further formats using
|
||||
<emph>configuration packages</emph>. See the documentation on the
|
||||
<link href="http://writer2latex.sourceforge.net" name="Link to the Writer2LaTeX Website">web site for Writer2LaTeX</link>.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsBackend" id="bm_options_backend"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Backend</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsBackend" visibility="hidden">Select the final format of the exported document</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">When processing a LaTeX document, the final result is a document in a certain
|
||||
backend format. The handling of certain aspects of the document, in particular graphics, depends on the backend.
|
||||
With this option you can select the backend format.</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Generic</emph> will create a LaTeX document that can be processed
|
||||
with any flavour of LaTeX, usually with a file in DVI format as the result. Graphics is not supported with this backend.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Pdf (pdfTeX)</emph> will create a LaTeX document that is suitable
|
||||
for processing with pdfLaTeX. Graphics are converted to a format that can be included in pdf files.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Postscript (dvips)</emph> will create a LaTeX document that is
|
||||
suitable for generating documents in Postscript format, usually by post processing with dvips.
|
||||
Graphics will be converted to Encapsulated postscript format.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Unspecified</emph> will create a LaTeX document with no
|
||||
particular backend in mind. All graphics will be exported in the original format,
|
||||
and it is up to the user to handle them.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you have selected the format Screen optiomized (pdf), you cannot select
|
||||
the backend, which will always be pdf.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsInputencoding" id="bm_options_inputencoding"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Encoding</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsInputencoding" visibility="hidden">Select the character encoding of the LaTeX file</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">A LaTeX document is a text file, which always uses a certain character encoding.
|
||||
The character encoding is important if the LaTeX file is going to be edited in a text editor:
|
||||
You should select an encoding that is supported by your text editor. This setting is also important to get optimal support
|
||||
for international characters: If you for example use pdfTeX, searching in the final pdf document will only work for
|
||||
characters supported by the selected character encoding.
|
||||
Currently, Writer2LaTeX supports 8 different encodings which together are suitable for a large number of languages written
|
||||
with either latin, greek or cyrillic letters.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The supported character encodings are <emph>US ASCII</emph>,
|
||||
<emph>West European (ISO 8859-1)</emph>, <emph>East European (ISO 8859-2)</emph>, <emph>Latin/Greek (ISO 8859-7)</emph>,
|
||||
<emph>Microsoft East European (Cp1250)</emph>, <emph>Microsoft Cyrillic (Cp1251)</emph>, <emph>Russian (koi8-r)</emph>
|
||||
and <emph>Unicode (UTF8)</emph>.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you have selected XeTeX as your backed, the character encoding is always UTF-8.
|
||||
XeTeX is needed for asian (CJK) and bidirectional (CTL) scripts.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsMultilingual" id="bm_options_multilingual"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Enable multilingual support</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsMultilingual" visibility="hidden">Check this if your document contains text in more than one language</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you check this option, all the language settings in the %PRODUCTNAME Writer
|
||||
document will be exported to LaTeX. Sometimes the language settings in a %PRODUCTNAME Writer document are not correct,
|
||||
so if you have a document that is written in one language only you may want to uncheck this option.
|
||||
This will produce a cleaner LaTeX file because you may avoid a large number of language selections.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsFont" id="bm_options_font"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Font</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:Font" visibility="hidden">Select a font scheme to use in the LaTeX document</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Use this option to select a font scheme to use in the LaTeX document.
|
||||
</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Default (Computer Modern)</emph> Computer Modern is
|
||||
the original default font for TeX.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>CM Bright</emph> </paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Concrete</emph> </paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Concrete + Euler Math</emph> </paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Iwona</emph> </paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Kurier</emph> </paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Antykwa Toruńska</emph> </paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Kerkis</emph> </paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>New Century Schoolbook + Fourier Math</emph> </paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Palatino + PXfonts Math</emph> </paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Palatino + Pazo Math</emph> </paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Palatino + Euler Math</emph> </paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Times + TXfonts Math</emph> </paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Times + Symbol</emph> </paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Arev Sans + Arev Math</emph> </paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Bitstream Charter + Math Design</emph> </paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Utopia + Math Design</emph> </paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Utopia + Fourier Math</emph> </paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsGreekMath" id="bm_options_greekmath"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use greek letters as symbols</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsGreekMath" visibility="hidden">Check this treat greek characters as symbols rather than as text</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Greek letters used in latin text are often used as symbols, such as the
|
||||
number π or the word γ-radiation. By checking this option (not available if XeTeX is the backend),
|
||||
all greek letters used within latin or cyrillic text
|
||||
will be treated as mathematical symbols, which will produce a slightly better result – and also not require that
|
||||
greek text fonts are available in the LaTeX installation. This option has no effect on greek text (provided the language
|
||||
is set correctly in the %PRODUCTNAME Writer document).</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsAdditionalSymbols" id="bm_options_additonalsymbols"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Support additional symbols</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsAdditionalSymbols" visibility="hidden">Check this to add support for additonal symbols (e.g. phonetic symbols, smileys)</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you select this option (not available if XeTeX is the backend),
|
||||
LaTeX will load some additional packages containing support for various symbols:
|
||||
A better looking euro-symbol, phonetic characters, dingbats and various other
|
||||
symbols and geometric shapes.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Bibliography</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsUseBibtex" id="bm_options_usebibtex"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use BibTeX for bibliography</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsUseBibtex" visibility="hidden">Check this to export the bibliography to BibTeX format</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Usually the bibliography in a LaTeX document is generated by the companion
|
||||
program BibTeX. If you check this option, all the bibliographic references will be exported to BibTeX format for
|
||||
later processing with the BibTeX program.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsBibtexStyle" id="bm_options_bibtexstyle"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">BibTeX style</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsBibtexStyle" visibility="hidden">Enter the name of a BibTeX style to format the bibliography</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you use BibTeX, you should also select a BibTeX style to be used when
|
||||
generating the bibliography. Select one of the predefined styles <emph>plain</emph>, <emph>unsrt</emph>, <emph>alpha</emph> or
|
||||
<emph>abbrv</emph> or type the name of any BibTeX style which is available
|
||||
in your LaTeX installation.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Files</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsWrapLines" id="bm_options_wraplines"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Wrap long lines</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsWrapLines" visibility="hidden">Check this if you want to wrap long lines in the LaTeX file</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Checking this option wraps long lines in the generated LaTeX file.
|
||||
This enhances the readability if the file is later edited in a text editor. If you use a text editor that wraps
|
||||
lines automatically, you should uncheck this option.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsWrapLinesAfter" id="bm_options_wraplinesafter"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">After characters</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsWrapLinesAfter" visibility="hidden">Enter the number of characters after which the lines should be wrapped</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you choose to wrap long lines, they will be wrapped as soon as possible
|
||||
after this number of characters.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsSplitLinkedSections" id="bm_options_splitlinkedsections"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Split document at linked sections</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsSplitLinkedSections" visibility="hidden">Check this to create a separate LaTeX file for each linked section</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Checking this option will create separate LaTeX files for sections in
|
||||
the %PRODUCTNAME Writer document with linked content. This can be an advantage if the LaTeX document is later edited
|
||||
in a text editor.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsSplitToplevelSections" id="bm_options_splittoplevelsections"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Split document at top level sections</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsSplitToplevelSections" visibility="hidden">Check this to create a separate LaTeX file for all sections that are not nested inside another section</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Checking this option will create separate LaTeX files for all top level
|
||||
sections in the %PRODUCTNAME Writer document (but not for nested sections).</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsSaveImagesInSubdir" id="bm_options_saveimagesinsubdir"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Save images in subdirectory</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsSaveImagesInSubdir" visibility="hidden">Check this to save the images in a separate subdirectory</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Writer2LaTeX normally saves images associated with the document in the same
|
||||
directory as the LaTeX document. If the document contains a large number of images it may be more convenient to save
|
||||
the images in a separate subdirectory. This option will create a subdirectory with the same name as the LaTeX document
|
||||
to store the images.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Special content</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsNotes" id="bm_options_notes"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Export notes</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsNotes" visibility="hidden">Select how to export notes in the document</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">This option determines how to export notes (also known as annotations)
|
||||
in the %PRODUCTNAME Writer document.</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Do not export</emph> will ignore the notes.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>As comments</emph> will export the notes as comments in the LaTeX file.
|
||||
They will not be visible in the final document after processing with LaTeX.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>As marginal notes</emph> will put the notes in the margin of the document.
|
||||
In this case they will be visible in the final document, but beware that the notes will be lost if the margin
|
||||
is too narrow.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>As pdf annotations</emph> will export the notes as pdf text
|
||||
annotations. If the pdf viewer supports it, you will be able to read the notes. Adobe Reader displays text annotations
|
||||
with a yellow icon, which allows you to open and read the note. If the document is not processed with pdfTeX,
|
||||
the notes will be converted to marginal notes.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsMetadata" id="bm_options_metadata"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Export document properties (metadata)</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsMetadata" visibility="hidden">Check this if you want to export meta data associated with the document</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you check this option, Writer2LaTeX will export the title, author and date
|
||||
of the document as found under File – Properties. Furthermore, if you have chosen pdf as the backend, the title, author,
|
||||
subject and keywords will be exported to the pdf document and will be viewable if the pdf viewer supports it.
|
||||
If the option is not checked, only the title will be exported.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:DisplayHiddenText" id="bm_display_hidden_text"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Display hidden text</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:DisplayHiddenText" visibility="hidden">Check this if you want to export text that is currently hidden in the document</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you check this option, Writer2LaTeX will export all text in the
|
||||
document, even if it is currently hidden.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Figures and tables</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsOriginalImageSize" id="bm_options_originalimagesize"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Use original image size</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsOriginalImageSize" visibility="hidden">Select this option to use the original image size (the size specified in the document will be ignored)</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Often images in a %PRODUCTNAME Writer document are scaled up or down
|
||||
from their original size. Normally the same scaling will be used in the LaTeX document, but if you select this option,
|
||||
the original (unscaled) image size will be used.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsOptimizeSimpleTables" id="bm_options_optimizesimpletables"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Optimize simple tables</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsOptimizeSimpleTables" visibility="hidden">Check this to optimize the width of tables</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Normally Writer2LaTeX will generate tables with the same column widths
|
||||
as in the original document. For tables with simple content it may be more desirable to create tables which are as
|
||||
narrow as possible, with only one line of text per cell. Compare the table</paragraph>
|
||||
<table class="wide">
|
||||
<tablerow>
|
||||
<tablecell>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Simple content</paragraph>
|
||||
</tablecell>
|
||||
<tablecell>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Simple content</paragraph>
|
||||
</tablecell>
|
||||
</tablerow>
|
||||
<tablerow>
|
||||
<tablecell>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Simple content</paragraph>
|
||||
</tablecell>
|
||||
<tablecell>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Simple content</paragraph>
|
||||
</tablecell>
|
||||
</tablerow>
|
||||
</table>
|
||||
<paragraph role="paragraph" xml-lang="en-US">to the optimized table</paragraph>
|
||||
<table>
|
||||
<tablerow>
|
||||
<tablecell>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Simple content</paragraph>
|
||||
</tablecell>
|
||||
<tablecell>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Simple content</paragraph>
|
||||
</tablecell>
|
||||
</tablerow>
|
||||
<tablerow>
|
||||
<tablecell>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Simple content</paragraph>
|
||||
</tablecell>
|
||||
<tablecell>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Simple content</paragraph>
|
||||
</tablecell>
|
||||
</tablerow>
|
||||
</table>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you check this option, Writer2LaTeX will try to optimize tables.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsSimpleTableLimit" id="bm_options_simpletablelimit"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Maximum width in characters</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsSimpleTableLimit" visibility="hidden">Enter the maximum width in characters of tables that should have optimized their width</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you have chosen to optimize simple tables, you have to specify the maximum
|
||||
width of the table, measured in the number of characters. If you for example set the number to 50, only tables with a total
|
||||
width of 50 or fewer characters will be optimized.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsFloatTables" id="bm_options_floattables"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Float tables</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsFloatTables" visibility="hidden">Check this to allow tables to flow in the document</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">In %PRODUCTNAME Writer you can either choose that the rows of a table must
|
||||
be kept together on one page or that the table may split across page breaks. Keeping a table on one page may be desirable
|
||||
to increase the readability of the table, but it may also leave large white gaps at the bottom of the page.
|
||||
In LaTeX this problem is solved with floating tables: A table can automatically move to another position which fixes
|
||||
the whitespace problem. If you check this option, all tables that are not allowed to break across pages are exported as
|
||||
floating tables.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsFloatFigures" id="bm_options_floatfigures"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Float figures</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsFloatFigures" visibility="hidden">Check this to allow figures to flow in the document</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">A similar option is available for figures (graphics, text boxes).
|
||||
If you check this option, figures are converted to floating figures which can move in the document to reduce whitespace.
|
||||
This will not affect figures anchored as character.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsFloatOptions" id="bm_options_floatoptions"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Float placement</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsFloatOptions" visibility="hidden">Select placement of floating tables and figures</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">If you choose to let either tables or figures float, use this option to
|
||||
specify the placement of the floats:</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Top or bottom of page</emph> will place the floats either at
|
||||
the top or the bottom of a page.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Top of page</emph> will place floats at the top of a page.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Bottom of page</emph> will place floats at the top of a page.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Here or top of page</emph> will place floats at their original position,
|
||||
if there is room left on the page, and otherwise at the top of a page.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Here or bottom of page</emph> will place floats at their
|
||||
original position, if there is room left on the page, and otherwise at the bottom of a page.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
<paragraph role="paragraph" xml-lang="en-US">In all cases it might happen that LaTeX creates some special pages which only
|
||||
contains floats. This will usually be the case if there are many floats compared to the amount of text.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">AutoCorrect</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsIgnoreHardPageBreaks" id="bm_options_ignorehardpagebreaks"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Ignore hard page breaks</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsIgnoreHardPageBreaks" visibility="hidden">Check this if you don't want to export manual page breaks</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Hard (or manual) page breaks are often used to optimize page breaks in the
|
||||
final editing of a document. In this case you will probably not want to export these page breaks, as LaTeX creates page
|
||||
breaks that are quite different from the page breaks in %PRODUCTNAME Writer. If you select this option, hard page breaks
|
||||
will be ignored when exporting the document.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsIgnoreHardLineBreaks" id="bm_options_ignorehardlinebreaks"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Ignore hard line breaks</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsIgnoreHardLineBreaks" visibility="hidden">Check this if you don't want to export manual line breaks</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">For similar reasons, you can select this option to ignore hard (manual) line
|
||||
breaks during export.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsIgnoreEmptyParagraphs" id="bm_options_ignoreemptyparagraphs"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Ignore empty paragraphs</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsIgnoreEmptyParagraphs" visibility="hidden">Check this if you don't want to export empty paragraphs</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Empty paragraphs are sometimes used a simple means to create vertical spacing
|
||||
in %PRODUCTNAME Writer. In a well-structured document, an empty paragraph is probably a mistake. Hence you can select this
|
||||
option to ignore empty paragraphs in the document in the export. If you do not select the option, an empty paragraph is
|
||||
exported as vertical space.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:OptionsIgnoreDoubleSpaces" id="bm_options_ignoredoublespaces"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Ignore double spaces</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsIgnoreDoubleSpaces" visibility="hidden">Check this if you don't want to export two consecutive space characters</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">For similar reasons you can choose to ignore two or more spaces in a row using
|
||||
this option.</paragraph>
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -1,13 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer4latex-import" indexer="include">
|
||||
<title xml-lang="en-US">TeX import</title>
|
||||
<filename>org.openoffice.da.writer4latex.oxt/import.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<!--<paragraph role="heading" level="1" xml-lang="en-US">Importing TeX files</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Coming soon to an extension near you!</paragraph>-->
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -1,97 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2latex-introduction" indexer="include">
|
||||
<title xml-lang="en-US">Introduction</title>
|
||||
<filename>org.openoffice.da.writer2latex.oxt/introduction.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Introduction to Writer2LaTeX</paragraph>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US">The Writer2LaTeX extension provides you with a set of tools to
|
||||
create LaTeX documents with %PRODUCTNAME Writer.
|
||||
By installing Writer2LaTeX you will be able to author well-structured LaTeX documents using (almost)
|
||||
the full power of %PRODUCTNAME Writer.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Writer2LaTeX has two modes of operation</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">You can use Writer2LaTeX as an export filter.
|
||||
It adds LaTeX and BibTeX export to the <emph>File - Export</emph>
|
||||
<link href="org.openoffice.da.writer2latex.oxt/menu.xhp" name="Applications">menu</link>.
|
||||
</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">You can use Writer as a frontend for LaTeX.
|
||||
It adds a
|
||||
<link href="org.openoffice.da.writer2latex.oxt/menu.xhp" name="Applications">toolbar</link>
|
||||
to interact with your LaTeX installation.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The functionality of %PRODUCTNAME Writer with
|
||||
the Writer2LaTeX toolbar can be compared to the application
|
||||
<link href="http://www.lyx.org" name="Link to the Lyx Website">LyX</link>.
|
||||
</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Before you can use the Writer2LaTeX toolbar, you need to
|
||||
<link href="org.openoffice.da.writer2latex.oxt/applications.xhp" name="Applications">configure</link> it.
|
||||
</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<!--<paragraph role="heading" level="2" xml-lang="en-US">LaTeX import</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">You can
|
||||
<link href="org.openoffice.da.writer2latex.oxt/import.xhp" name="Import TeX files">import</link>
|
||||
existing LaTeX documents into Writer.
|
||||
This feature uses Eitan M. Gurari's excellent
|
||||
<link href="http://www.cse.ohio-state.edu/~gurari/TeX4ht/" name="Link to the TeX4ht Website">TeX4ht</link>
|
||||
system. Note however, that this feature doesn't make roundtrip
|
||||
editing %PRODUCTNAME Writer ↔ LaTeX is possible. The intended use of the import feature to make documents
|
||||
that were originally authored in LaTeX.
|
||||
</paragraph>-->
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Authoring LaTeX files with Writer2LaTeX</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">With Writer2LaTeX you can prepare your documents with Writer
|
||||
as you usually do.
|
||||
You can then invoke Writer2LaTeX to convert your document into LaTeX, process the LaTeX document and display
|
||||
the final result.
|
||||
You are free to create either a LaTeX document that preserves as much of your formatting as possible – or
|
||||
create a clean LaTeX document that will resemble a LaTeX document created by hand.
|
||||
</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">Guidelines</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Not every feature in %PRODUCTNAME Writer is supported by LaTeX.
|
||||
To avoid unexpected results follow these guidelines.</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Page styles</emph>: %PRODUCTNAME Writer offers a sofisticated
|
||||
page style scheme, where every page style can define another style to be used for the next page.
|
||||
You can thus have something like Style A → Style B → Style C.
|
||||
In LaTeX this is only possible in the first step of a page sequence:
|
||||
The example above will produce Style A → Style B → Style B in LaTeX.
|
||||
You should beware of this when you design your page styles. Note that explicit change of page style with
|
||||
<emph>Insert - Manual break</emph> is not affected by this limitation.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">In LaTeX the same page geometry is used for all pages. The dimensions are
|
||||
taken from the first page of your document.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Do not create headers and footers with more than one line of text,
|
||||
these will not be exported correctly to LaTeX.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Background color</emph>: Background color is currently not supported
|
||||
except in table cells. You should avoid using background color elsewhere.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Graphics</emph>: Anchor graphics to paragraph or to character if you
|
||||
want a floating graphic. If you want the graphic to be a part of the text flow, anchor it to character. Do not anchor
|
||||
graphics to page as this will make the graphics turn up the wrong place in your document.
|
||||
You are advised not to wrap text around graphics as this is not exported to LaTeX anyway.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Also, do not use drawing objects inserted directly in the text (using the
|
||||
Drawing toolbar). These will not be converted to LaTeX.
|
||||
If you need to insert a drawing, insert an embedded Draw object (<emph>Insert - Object</emph>).</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>Tables</emph>: Avoid using cells spanning several rows, as this
|
||||
is currently not supported. Cells spanning several columns are fully supported.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
<paragraph role="paragraph" xml-lang="en-US">In general you should be aware that not all formatting is exported. The export of formatting
|
||||
depends on the selected LaTeX format.</paragraph>
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2latex-logviewer" indexer="include">
|
||||
<title xml-lang="en-US">View log files</title>
|
||||
<filename>org.openoffice.da.writer2latex.oxt/logviewer.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:LogViewer" id="bm_logviewer"/>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">View log files</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">View the log files of the most recent LaTeX run of the
|
||||
current document.</paragraph>
|
||||
<section id="howtoget" xml-lang="en-US">
|
||||
Click the <emph>Log</emph>-button on the toolbar
|
||||
</section>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US">When the document is processed with LaTeX, a number of
|
||||
log files are generated. They contain error messages and other technical information about the conversion.
|
||||
Advanced users may use this for troubleshooting.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Log files</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ViewLaTeXLog" id="bm_viewlatexlog"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">View LaTeX log</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:ViewLaTeXLog" visibility="hidden">Select this to view the log of the latest LaTeX run</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select this to view the log of the latest LaTeX run.
|
||||
The log file can become quite long and difficult to read. If you only want to view error messages in the
|
||||
log, you can check <emph>Only errors</emph> at the bottom of the dialog.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ErrorFilter" id="bm_errorfilter"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:ErrorFilter" visibility="hidden">Check this if you only want to see error messages in the log file</ahelp></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ViewBibTeXLog" id="bm_viewbibtexlog"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">View BibTeX log</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:ViewBibTeXLog" visibility="hidden">Select this to view the log of the latest BibTeX run</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select this to view the log of the latest BibTeX run.</paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex.oxt:ViewMakeindexLog" id="bm_viewmakeindexlog"/>
|
||||
<paragraph role="heading" level="3" xml-lang="en-US">View Makeindex log</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:ViewMakeindexLog" visibility="hidden">Select this to view the log of the latest Makeindex run</ahelp></paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Select this to view the log of the latest Makeindex run.</paragraph>
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -1,71 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<helpdocument version="1.0">
|
||||
<meta>
|
||||
<topic id="writer2latex-menu" indexer="include">
|
||||
<title xml-lang="en-US">Menu and toolbar</title>
|
||||
<filename>org.openoffice.da.writer2latex.oxt/menu.xhp</filename>
|
||||
</topic>
|
||||
</meta>
|
||||
<body>
|
||||
<paragraph role="heading" level="1" xml-lang="en-US">Menu and toolbar</paragraph>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Using Writer2LaTeX as an export filter</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US"><link href="org.openoffice.da.writer2latex.oxt/export.xhp"
|
||||
name="Export LaTeX files">File - Export</link></paragraph>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US">Writer2LaTeX adds two entries to the <emph>File - Export</emph>
|
||||
menu in Writer</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>LaTeX 2e [Writer2LaTeX]</emph> to export the
|
||||
current document to LaTeX.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>BibTeX [Writer2LaTeX]</emph> to export the
|
||||
bibliographic references in the current document to BibTeX.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
<paragraph role="heading" level="2" xml-lang="en-US">Using the Writer2LaTeX toolbar</paragraph>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US">Writer2LaTeX adds a toolbar in Writer,
|
||||
providing the following commands.</paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US"><link href="org.openoffice.da.writer2latex.oxt/bibtex.xhp"
|
||||
name="Insert BibTeX reference">Insert BibTeX reference</link></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex:InsertBibTeX" id="bm_insertbibtex"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Insert a bibliographic reference to an item in a BibTeX file.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex:InsertBibTeX" visibility="hidden">Insert reference to an item in a BibTeX file</ahelp></paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US"><link href="org.openoffice.da.writer2latex.oxt/export.xhp"
|
||||
name="Export LaTeX files">Publish to LaTeX</link></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex:ProcessDocument" id="bm_processdocument"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Convert the document to LaTeX, process the result with LaTeX
|
||||
and display the result in an external viewer.</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Before you can use this feature, you need to
|
||||
<link href="org.openoffice.da.writer2latex.oxt/applications.xhp" name="Applications">configure</link>
|
||||
the external applications to use.
|
||||
</paragraph>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex:ProcessDocument" visibility="hidden">Run LaTeX and display the result</ahelp></paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US"><link href="org.openoffice.da.writer2latex.oxt/logviewer.xhp"
|
||||
name="View log files">View Log files</link></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex:ViewLog" id="bm_viewlog"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US">In case of any problems in the conversion process, you can view the log files created by
|
||||
LaTeX, MakeIndex and BibTeX here</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex:ViewLog" visibility="hidden">View log files created by LaTeX, MakeIndex and BibTeX</ahelp></paragraph>
|
||||
|
||||
<paragraph role="heading" level="3" xml-lang="en-US"><link href="org.openoffice.da.writer2latex.oxt/Configuration/Introduction.xhp"
|
||||
name="Confguration">Edit custom format</link></paragraph>
|
||||
|
||||
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2latex:EditCustomFormat" id="bm_editcustomformat"/>
|
||||
<paragraph role="paragraph" xml-lang="en-US">Edit the custom export format. This format is used if you select
|
||||
<emph>Custom</emph> as LaTeX format in the export dialog.</paragraph>
|
||||
|
||||
</body>
|
||||
</helpdocument>
|
Before Width: | Height: | Size: 890 B |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 890 B |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 890 B |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 890 B |