diff --git a/tmpl/tex/en_technical/frontpage.tex.tmpl b/tmpl/tex/en_technical/frontpage.tex.tmpl index c5955bf5..cc3c4bb3 100644 --- a/tmpl/tex/en_technical/frontpage.tex.tmpl +++ b/tmpl/tex/en_technical/frontpage.tex.tmpl @@ -57,6 +57,10 @@ \vspace{3cm} +\centerline{\Huge \bf __CONFIDENTIAL_REMARK__} + +\vspace{3cm} + \centerline{\Large __DATE__} \vspace{0.3cm} @@ -77,4 +81,9 @@ \end{flushright} \end{figure} +\pagestyle{fancy} +\fancypagestyle{plain} +\fancyfoot{} +\fancyfoot[C]{{\bf \Large __CONFIDENTIAL_REMARK__}\\ \thepage} +%\fancyfoot[LE]{bla} diff --git a/tmpl/tex/en_technical/header.tex.tmpl b/tmpl/tex/en_technical/header.tex.tmpl index dc0b7cb1..c1c3dc5f 100644 --- a/tmpl/tex/en_technical/header.tex.tmpl +++ b/tmpl/tex/en_technical/header.tex.tmpl @@ -39,6 +39,7 @@ \usepackage{graphics} \usepackage{graphicx} \usepackage{verbatim} +\usepackage{fancyhdr} %\usepackage{lgrind} %\usepackage[german]{babel} \usepackage[footnotesize]{caption} @@ -124,4 +125,4 @@ \renewcommand\textfraction{.1} \newenvironment{prog}{\begin{quote}}{\end{quote} } - +