]> wagnertech.de Git - mDoc.git/blob - python/mDoc/tpl/latex.tpl
266d650647a844732c9c7606d3e30cfa3da5ee3c
[mDoc.git] / python / mDoc / tpl / latex.tpl
1 <?xml version="1.0" encoding="UTF-8"?>
2 <mdoc format="latex" extension="tex">
3 <global/>
4 <hierarchical>
5 <article>
6 <test>testdata</test>
7 <articleinfo position="first">
8 <![CDATA[\documentclass[12pt, a4paper, parskip=half]{scrartcl}
9 \usepackage[utf8]{inputenc}% muss zum Editor passen -> http://texwelt.de/wissen/fragen/2656/
10 \usepackage[T1]{fontenc}
11 \usepackage[ngerman]{babel}
12 \usepackage{wallpaper}
13 \usepackage{wrapfig} % Für Textumlauf
14 \usepackage{geometry}
15 \geometry{a4paper,left=25mm,right=20mm, top=33mm, bottom=30mm}
16
17 \renewcommand{\familydefault}{\sfdefault}
18
19 \author{Michael J.M. Wagner}
20 \date{\vspace{-6ex}}
21
22 \CenterWallPaper{1}{wagner_tech_briefbogen_blau_fs1.pdf}
23
24 \setcounter{secnumdepth}{0} % keine Kapitelnummerierung
25 ]]>
26 </articleinfo>
27 <articleinfo>
28         <title position="first"><![CDATA[\title{]]></title>
29         <title/>
30         <title position="last"><![CDATA[}]]></title>
31 </articleinfo>
32 <articleinfo position="last">
33 <![CDATA[
34 \begin{document}
35 \pagenumbering{gobble} % no page numbers
36
37 \maketitle
38 ]]>
39 </articleinfo>
40 </article>
41 </hierarchical>
42 </mdoc>
43