mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
tmpl/tex/de_contract: Adapt from de_technical
- Copy over from de_technical - Add footline and headline
This commit is contained in:
parent
341ca6c96d
commit
ccc5f4d2d5
2 changed files with 80 additions and 25 deletions
|
|
@ -30,14 +30,14 @@
|
|||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\thispagestyle{empty}
|
||||
|
||||
\begin{figure}[t]
|
||||
\begin{flushright}
|
||||
%\begin{minipage}[t]{8cm}
|
||||
%\includegraphics[width=6cm,height=3cm]{__FRONTLOGO_EPS__}
|
||||
\includegraphics{__FRONTLOGO_EPS__}
|
||||
%%\end{minipage}
|
||||
\end{flushright}
|
||||
\end{figure}
|
||||
%\begin{figure}[t]
|
||||
%\begin{flushright}
|
||||
%%\begin{minipage}[t]{8cm}
|
||||
%%\includegraphics[width=6cm,height=3cm]{__FRONTLOGO_EPS__}
|
||||
%\includegraphics{__FRONTLOGO_EPS__}
|
||||
%%%\end{minipage}
|
||||
%\end{flushright}
|
||||
%\end{figure}
|
||||
|
||||
\begin{center}
|
||||
\fbox{
|
||||
|
|
@ -67,14 +67,14 @@
|
|||
|
||||
\end{center}
|
||||
|
||||
\begin{figure}[b]
|
||||
\begin{flushright}
|
||||
\begin{minipage}[b]{12cm}
|
||||
\begin{flushright}
|
||||
{\Large __AUTHORS__}
|
||||
\end{flushright}
|
||||
\end{minipage}
|
||||
\end{flushright}
|
||||
\end{figure}
|
||||
%\begin{figure}[b]
|
||||
%\begin{flushright}
|
||||
%\begin{minipage}[b]{12cm}
|
||||
%\begin{flushright}
|
||||
%{\Large __AUTHORS__}
|
||||
%\end{flushright}
|
||||
%\end{minipage}
|
||||
%\end{flushright}
|
||||
%\end{figure}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -29,30 +29,65 @@
|
|||
% %
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
|
||||
\documentclass[a4paper,12pt]{article}[] \usepackage[german]{babel}
|
||||
\documentclass[a4paper,12pt,oneside,makeidx]{__DOCUMENT_CLASS__} %
|
||||
|
||||
\voffset=-12mm
|
||||
\parindent=0mm
|
||||
\parskip1ex plus 1pt minus 0.2pt
|
||||
\parskip1ex plus 1pt minus 0.2pt
|
||||
\textwidth=16cm \textheight=22.7cm \oddsidemargin-0mm
|
||||
|
||||
|
||||
\setcounter{secnumdepth}{3}
|
||||
\setcounter{tocdepth}{3}
|
||||
|
||||
\usepackage{array}
|
||||
%\usepackage{amsmath}
|
||||
\usepackage{amsfonts}
|
||||
\usepackage{tabularx}
|
||||
\usepackage{longtable}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{verbatim}
|
||||
%\usepackage{lgrind}
|
||||
\usepackage{listings}
|
||||
\lstloadlanguages{C++}
|
||||
\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{amsmath}
|
||||
\usepackage{float}
|
||||
\usepackage{paralist}
|
||||
\usepackage{lastpage}
|
||||
\usepackage{zref-totpages}
|
||||
|
||||
% Kopf- und Fußzeile
|
||||
\usepackage{fancyhdr}
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
|
||||
%Kopfzeile mittig mit Kaptilname
|
||||
%\fancyhead[C]{__TITLE__ \nouppercase{\leftmark}}
|
||||
\fancyhead[C]{__TITLE__}
|
||||
%Linie oben
|
||||
%\renewcommand{\headrulewidth}{0.5pt}
|
||||
|
||||
%Fußzeile links bzw. innen
|
||||
\fancyfoot[L]{Dok.-Vers.: __VERSION__ vom __DATE__}
|
||||
%\fancyfoot[L]{__TITLE__ __VERSION__}
|
||||
%Fußzeile mittig (Seitennummer)
|
||||
% \renewcommand{\headrulewidth}{0.0pt} %obere Linie ausblenden
|
||||
\fancyfoot[R]{Seite \thepage \hspace{2pt} von \pageref{LastPage}}
|
||||
%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__, V. __VERSION__, __DATE__}
|
||||
\renewcommand{\headrulewidth}{0.0pt} %obere Linie ausblenden
|
||||
\fancyfoot[R]{\thepage}
|
||||
}
|
||||
|
||||
%---------------------- File "./base/proc.sty":
|
||||
%---------------------- File "./misc/blkarray.sty":
|
||||
|
|
@ -79,12 +114,18 @@
|
|||
%\usepackage{gb4e}
|
||||
%\usepackage{seg}
|
||||
|
||||
%\usepackage{lscape}
|
||||
\usepackage{lscape}
|
||||
%\usepackage{epsfig}
|
||||
%\usepackage[umlaute]
|
||||
|
||||
\usepackage[pdftex,colorlinks,backref,pagebackref,linkcolor=blue,citecolor=blue, urlcolor=blue]{hyperref}
|
||||
\usepackage[section]{placeins}
|
||||
|
||||
\bibliographystyle{gerplain}
|
||||
\bibliography{literatur}
|
||||
|
||||
\textwidth 15cm
|
||||
\textheight 23.5cm
|
||||
\textheight 24.5cm
|
||||
\topmargin -0.4cm
|
||||
\oddsidemargin 0.5cm
|
||||
\evensidemargin 0.5cm
|
||||
|
|
@ -109,7 +150,7 @@
|
|||
\newcommand{\bv}{\begin{quote}\begin{ttfamily}}
|
||||
\newcommand{\ev}{\end{ttfamily}\end{quote}}
|
||||
|
||||
\sloppy
|
||||
%\sloppy
|
||||
|
||||
% Groessen, die in der Diplomarbeit automatisch gesetzt werden
|
||||
% statistische Auswertung der Klassifikation
|
||||
|
|
@ -123,10 +164,12 @@
|
|||
\newcommand {\sigy}{}
|
||||
\newcommand {\sigx}{}
|
||||
\newcommand {\xnull}{}
|
||||
\newcommand {\dspider}{{\bf Dspider}\textsuperscript{\textregistered}\,}
|
||||
|
||||
% \DeclareMathSymbol{\C}{\mathalpha}{\AMSb}{``43}
|
||||
% \DeclareMathSymbol{\R}{\mathalpha}{\AMSb}{``52}
|
||||
|
||||
|
||||
\newcolumntype{v}[1]{%
|
||||
>{\raggedright\hspace{0pt}\arraybackslash}p{#1}%
|
||||
}
|
||||
|
|
@ -137,4 +180,16 @@
|
|||
\renewcommand\textfraction{.1}
|
||||
|
||||
\newenvironment{prog}{\begin{quote}}{\end{quote} }
|
||||
|
||||
|
||||
\newenvironment{tabularcompactitem}{%
|
||||
\setdefaultleftmargin{1em}{1em}{1em}{1em}{1em}{1em}%
|
||||
\vspace{-\topsep}%
|
||||
\compactitem
|
||||
}{
|
||||
\vspace*{-\ht\strutbox}%
|
||||
\endcompactitem
|
||||
}
|
||||
|
||||
\makeindex
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue