From ac28fe082d020aa17d98b6b57bb5b2ad0d88e113 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sat, 10 Jul 2010 17:31:28 +0000 Subject: [PATCH] header.tex.tmpl: Add line breaks in \texttt --- tmpl/tex/de_contract/header.tex.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tmpl/tex/de_contract/header.tex.tmpl b/tmpl/tex/de_contract/header.tex.tmpl index d39315c0..a60ccfdb 100644 --- a/tmpl/tex/de_contract/header.tex.tmpl +++ b/tmpl/tex/de_contract/header.tex.tmpl @@ -94,6 +94,9 @@ \usepackage[pdftex,colorlinks,backref,pagebackref,linkcolor=blue,citecolor=blue, urlcolor=blue]{hyperref} \usepackage[section]{placeins} +%\usepackage{natbib} +%\bibliographystyle{plainnat} + \bibliographystyle{gerplain} \bibliography{literatur} @@ -104,6 +107,12 @@ \textwidth=16cm \textheight=24.7cm \oddsidemargin-0mm % \renewcommand{\baselinestretch}{1.5} +% macht Zeilenumbrüche in \texttt möglich > +\newcommand{\origttfamily}{}% sollte noch nicht definiert sein! +\let\origttfamily=\ttfamily % alte Definition von \ttfamily sichern +\renewcommand{\ttfamily}{\origttfamily \hyphenchar\font=`\-} +% macht Zeilenumbrüche in \texttt möglich < + \newcommand{\C}{\mathbb{C}} \newcommand{\R}{\mathbb{R}} \newcommand{\N}{\mathbb{N}}