tex/en_technical: Support confidential remark

tex/en_technical: Add optional confidential remark to frontpage and footers
This commit is contained in:
Jan Lindemann 2002-04-09 12:47:30 +00:00 committed by Jan Lindemann
commit a0b8867c14
2 changed files with 11 additions and 1 deletions

View file

@ -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}

View file

@ -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} }