<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.davidhaberthuer.ch/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.davidhaberthuer.ch/feed.php">
        <title>wiki.davidhaberthuer.ch - code:latex</title>
        <description></description>
        <link>http://wiki.davidhaberthuer.ch/</link>
        <image rdf:resource="http://wiki.davidhaberthuer.ch/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-28T12:00:13+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.davidhaberthuer.ch/code/latex/minimal_document?rev=1591818237&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.davidhaberthuer.ch/code/latex/preamble?rev=1591818237&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.davidhaberthuer.ch/_media/wiki/dokuwiki.svg">
        <title>wiki.davidhaberthuer.ch</title>
        <link>http://wiki.davidhaberthuer.ch/</link>
        <url>http://wiki.davidhaberthuer.ch/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="http://wiki.davidhaberthuer.ch/code/latex/minimal_document?rev=1591818237&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-10T19:43:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>minimal_document</title>
        <link>http://wiki.davidhaberthuer.ch/code/latex/minimal_document?rev=1591818237&amp;do=diff</link>
        <description>\documentclass[paper=a4,DIV=calc]{scrartcl}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage{graphicx}
\usepackage{caption,subfig} % z.B. [font=scriptsize]
\usepackage{siunitx}
\usepackage[numbers,sort&amp;compress]{natbib}
\usepackage{microtype}
%\DisableLigatures{encoding = *, family = * }
\usepackage{hyperref}

\newcommand{\imsize}{.5\linewidth}

\begin{document}

disable ligatures with \verb+\usepackage{microtype}+ and \verb+\DisableLigatures{encoding…</description>
    </item>
    <item rdf:about="http://wiki.davidhaberthuer.ch/code/latex/preamble?rev=1591818237&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-10T19:43:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>preamble</title>
        <link>http://wiki.davidhaberthuer.ch/code/latex/preamble?rev=1591818237&amp;do=diff</link>
        <description>This is the LaTeX preamble I normally use (copying might be easier if you look at the page-source)

Info

The preamble uses a little trick with \ifhtml to help with the generation of SVG-files from the Tikz-images in the file, to convert the .tex into .html and ultimatively into .doc (to send to collaborators for easy correction tracking if they refuse to use SVN).</description>
    </item>
</rdf:RDF>
