header.tex.tmpl: Add line breaks in \texttt

This commit is contained in:
Jan Lindemann 2010-07-10 17:31:28 +00:00 committed by Jan Lindemann
commit ac28fe082d

View file

@ -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}}