W2L help content, hiding postponed features, some bugfixes
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@64 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
83f0c7d224
commit
86e0b8d693
40 changed files with 885 additions and 142 deletions
|
@ -0,0 +1,74 @@
|
|||
<?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>
|
|
@ -0,0 +1,39 @@
|
|||
<?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>
|
|
@ -0,0 +1,54 @@
|
|||
<?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. Normally it 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>
|
|
@ -0,0 +1,51 @@
|
|||
<?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>
|
|
@ -0,0 +1,70 @@
|
|||
<?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>
|
|
@ -0,0 +1,24 @@
|
|||
<?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>
|
|
@ -0,0 +1,52 @@
|
|||
<?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>
|
|
@ -0,0 +1,137 @@
|
|||
<?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>
|
|
@ -0,0 +1,71 @@
|
|||
<?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. 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. Normally it should be left empty.</paragraph>
|
||||
</body>
|
||||
</helpdocument>
|
|
@ -0,0 +1,82 @@
|
|||
<?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>
|
Loading…
Add table
Add a link
Reference in a new issue