From a0b8867c14ef3f54a25aa6ccf9866d5a78765b33 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 9 Apr 2002 12:47:30 +0000 Subject: [PATCH] tex/en_technical: Support confidential remark tex/en_technical: Add optional confidential remark to frontpage and footers --- tmpl/tex/en_technical/frontpage.tex.tmpl | 9 +++++++++ tmpl/tex/en_technical/header.tex.tmpl | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) 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} } - +