mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
header.tex.tmpl: Add line breaks in \texttt
This commit is contained in:
parent
bf158ade42
commit
ac28fe082d
1 changed files with 9 additions and 0 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue