<?xml version="1.0" encoding="UTF-8"?> <!-- clean.xml This is a sample configuration file for Writer2LaTeX. The options are set to produce a clean LaTeX file from an arbitrary Writer document - at the expense of loss of formatting. An even cleaner LaTeX file is produced with ultraclean.xml. --> <config> <option name="documentclass" value="article" /> <option name="backend" value="generic" /> <option name="inputencoding" value="ascii" /> <option name="multilingual" value="false" /> <option name="use_ooomath" value="false" /> <option name="use_color" value="true" /> <option name="use_colortbl" value="false" /> <option name="use_geometry" value="true" /> <option name="use_fancyhdr" value="false" /> <option name="use_hyperref" value="true" /> <option name="use_caption" value="true" /> <option name="use_endnotes" value="false" /> <option name="use_bibtex" value="true" /> <option name="bibtex_style" value="plain" /> <option name="formatting" value="ignore_most" /> <option name="page_formatting" value="convert_geometry" /> <option name="ignore_empty_paragraphs" value="true" /> <option name="ignore_hard_page_breaks" value="false" /> <option name="ignore_hard_line_breaks" value="false" /> <option name="ignore_double_spaces" value="true" /> <option name="debug" value="false" /> <heading-map max-level="5"> <heading-level-map writer-level="1" name="section" level="1" /> <heading-level-map writer-level="2" name="subsection" level="2" /> <heading-level-map writer-level="3" name="subsubsection" level="3" /> <heading-level-map writer-level="4" name="paragraph" level="4" /> <heading-level-map writer-level="5" name="subparagraph" level="5" /> </heading-map> <custom-preamble /> <!-- Style maps: These rules defines how styles in OOo are mapped to LaTeX code. A number of predefined Writer styles are converted --> <!-- "Title" is mapped to \maketitle. If the user chooses to export meta data, the author and date will be inserted automatically --> <style-map name="Title" class="paragraph" before="\title{" after="} \maketitle" line-break="false" /> <!-- "Quotations" is mapped to a quotation environment --> <style-map name="Quotations" family="paragraph-block" next="Quotations" before="\begin{quotation}" after="\end{quotation}" /> <style-map name="Quotations" family="paragraph" before="" after="" /> <!-- Preformatted Text is mapped to a verbatim environment Note the attribute verbatim, which instructs OOo to output the content verbatim (characters not available in the inputencoding will be replaced by question marks; other content will be lost). --> <style-map name="Preformatted Text" family="paragraph-block" next="Preformatted Text" before="\begin{verbatim}" after="\end{verbatim}" /> <style-map name="Preformatted Text" family="paragraph" before="" after="" verbatim="true" /> <!-- "Horizontal line" is mapped to a \hrule --> <style-map name="Horizontal Line" family="paragraph" before="" after=" \begin{center}\hrule\end{center}" /> <!-- "Emphasis" text style is mapped to \emph --> <style-map name="Emphasis" family="text" before="\emph{" after="}" /> <!-- "Strong Emphasis" text style is mapped to \textbf --> <style-map name="Strong Emphasis" family="text" before="\textbf{" after="}" /> <!-- "Teletype" text style is mapped to \texttt --> <style-map name="Teletype" family="text" before="\texttt{" after="}" /> <!-- "List Heading" and "List Contents" are mapped to a description environment --> <style-map name="List Heading" family="paragraph-block" next="List Heading;List Contents" before="\begin{description}" after="\end{description}"/> <style-map name="List Heading" family="paragraph" before="\item[" after="]" line-break="false" /> <style-map name="List Contents" family="paragraph" before="" after="" /> </config>