mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-27 15:33:55 +01:00
header.tex.tmpl: Cleanup commit from de_contract
This commit is contained in:
parent
68d98c5eb1
commit
23c023c3a1
1 changed files with 69 additions and 4 deletions
|
|
@ -31,12 +31,18 @@
|
||||||
|
|
||||||
\documentclass[a4paper,12pt,oneside,makeidx]{__DOCUMENT_CLASS__} %
|
\documentclass[a4paper,12pt,oneside,makeidx]{__DOCUMENT_CLASS__} %
|
||||||
|
|
||||||
|
\voffset=-12mm
|
||||||
|
\parindent=0mm
|
||||||
|
\parskip1ex plus 1pt minus 0.2pt
|
||||||
|
\parskip1ex plus 1pt minus 0.2pt
|
||||||
|
|
||||||
\setcounter{secnumdepth}{3}
|
\setcounter{secnumdepth}{3}
|
||||||
\setcounter{tocdepth}{3}
|
\setcounter{tocdepth}{3}
|
||||||
|
|
||||||
\usepackage{array}
|
\usepackage{array}
|
||||||
%\usepackage{amsmath}
|
%\usepackage{amsmath}
|
||||||
\usepackage{amsfonts}
|
\usepackage{amsfonts}
|
||||||
|
\usepackage{tabularx}
|
||||||
\usepackage{longtable}
|
\usepackage{longtable}
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
\usepackage{verbatim}
|
\usepackage{verbatim}
|
||||||
|
|
@ -44,10 +50,18 @@
|
||||||
\usepackage{listings}
|
\usepackage{listings}
|
||||||
\lstloadlanguages{C++}
|
\lstloadlanguages{C++}
|
||||||
\usepackage[german]{babel}
|
\usepackage[german]{babel}
|
||||||
\usepackage[footnotesize]{caption}
|
%\usepackage[font=footnotesize,labelfont=bf,singlelinecheck=false,format=plain,,justification=justified]{caption}
|
||||||
|
%\usepackage[font=footnotesize,labelfont=bf,singlelinecheck=false,format=plain,,]{caption}
|
||||||
\usepackage{portland}
|
\usepackage{portland}
|
||||||
\usepackage{amsmath}
|
\usepackage{amsmath}
|
||||||
\usepackage{float}
|
\usepackage{float}
|
||||||
|
\usepackage{paralist}
|
||||||
|
\usepackage{lastpage}
|
||||||
|
\usepackage{zref-totpages}
|
||||||
|
%\usepackage[applemac]{inputenc}
|
||||||
|
%\usepackage[latin1]{inputenc}
|
||||||
|
%\usepackage[utf8]{inputenc}
|
||||||
|
|
||||||
%---------------------- File "./base/proc.sty":
|
%---------------------- File "./base/proc.sty":
|
||||||
%---------------------- File "./misc/blkarray.sty":
|
%---------------------- File "./misc/blkarray.sty":
|
||||||
%---------------------- File "./misc/doublespace.sty":
|
%---------------------- File "./misc/doublespace.sty":
|
||||||
|
|
@ -78,14 +92,27 @@
|
||||||
%\usepackage[umlaute]
|
%\usepackage[umlaute]
|
||||||
|
|
||||||
\usepackage[pdftex,colorlinks,backref,pagebackref,linkcolor=blue,citecolor=blue, urlcolor=blue]{hyperref}
|
\usepackage[pdftex,colorlinks,backref,pagebackref,linkcolor=blue,citecolor=blue, urlcolor=blue]{hyperref}
|
||||||
|
\usepackage[section]{placeins}
|
||||||
|
|
||||||
\textwidth 15cm
|
%\usepackage{natbib}
|
||||||
\textheight 23.5cm
|
%\bibliographystyle{plainnat}
|
||||||
|
|
||||||
|
\bibliographystyle{gerplain}
|
||||||
|
\bibliography{literatur}
|
||||||
|
|
||||||
|
%\textwidth 22.7cm
|
||||||
\topmargin -0.4cm
|
\topmargin -0.4cm
|
||||||
\oddsidemargin 0.5cm
|
\oddsidemargin 0.5cm
|
||||||
\evensidemargin 0.5cm
|
\evensidemargin 0.5cm
|
||||||
|
\textwidth=16cm \textheight=24.7cm \oddsidemargin-0mm
|
||||||
% \renewcommand{\baselinestretch}{1.5}
|
% \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{\C}{\mathbb{C}}
|
||||||
\newcommand{\R}{\mathbb{R}}
|
\newcommand{\R}{\mathbb{R}}
|
||||||
\newcommand{\N}{\mathbb{N}}
|
\newcommand{\N}{\mathbb{N}}
|
||||||
|
|
@ -136,6 +163,44 @@
|
||||||
|
|
||||||
\newenvironment{prog}{\begin{quote}}{\end{quote} }
|
\newenvironment{prog}{\begin{quote}}{\end{quote} }
|
||||||
|
|
||||||
|
\newenvironment{tabularcompactitem}{%
|
||||||
|
\setdefaultleftmargin{1em}{1em}{1em}{1em}{1em}{1em}%
|
||||||
|
\vspace{-\topsep}%
|
||||||
|
\compactitem
|
||||||
|
}{
|
||||||
|
\vspace*{-\ht\strutbox}%
|
||||||
|
\endcompactitem
|
||||||
|
}
|
||||||
|
|
||||||
\makeindex
|
\makeindex
|
||||||
|
|
||||||
|
% Kopf- und Fußzeile
|
||||||
|
\usepackage{fancyhdr}
|
||||||
|
\pagestyle{fancy}
|
||||||
|
\fancyhf{}
|
||||||
|
|
||||||
|
%Kopfzeile mittig mit Kaptilname
|
||||||
|
%\fancyhead[C]{__TITLE__ __SUBTITLE__ \nouppercase{\leftmark}}
|
||||||
|
\fancyhead[C]{__TITLE__ __SUBTITLE__}
|
||||||
|
%Linie oben
|
||||||
|
%\renewcommand{\headrulewidth}{0.5pt}
|
||||||
|
|
||||||
|
%Fußzeile links bzw. innen
|
||||||
|
\fancyfoot[L]{Dok.-Vers.: __VERSION__ vom __DATE__}
|
||||||
|
%\fancyfoot[L]{__TITLE__ __SUBTITLE__ __VERSION__}
|
||||||
|
%Fußzeile mittig (Seitennummer)
|
||||||
|
% \renewcommand{\headrulewidth}{0.0pt} %obere Linie ausblenden
|
||||||
|
\fancyfoot[R]{Seite \thepage \hspace{2pt} von \ztotpages}
|
||||||
|
%Linie unten
|
||||||
|
\renewcommand{\footrulewidth}{0.5pt}
|
||||||
|
|
||||||
|
% Fußzeile auf jeder Seite - auch Kapitel und Inhaltsverzeichnis
|
||||||
|
\fancypagestyle{plain}{%
|
||||||
|
\fancyhf{}%
|
||||||
|
%\fancyhead[C]{} %Kapitelname ausblenden
|
||||||
|
\fancyfoot[L]{__TITLE__ __SUBTITLE__, V. __VERSION__, __DATE__}
|
||||||
|
\renewcommand{\headrulewidth}{0.0pt} %obere Linie ausblenden
|
||||||
|
\fancyfoot[R]{\thepage}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue