diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-23 23:45:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-23 23:45:04 +0000 |
commit | 6945ff103627bf3b736e3b2031cf071c77743dfb (patch) | |
tree | 145b8f451f4d3d04b604a385720206a293b2ecfb /Master/texmf-dist/tex/latex/coverpage/CoverPage.cfg | |
parent | 89114e81d794b77c9f395402ab1c2901b4d15089 (diff) |
new (latex) package coverpage (26feb06)
git-svn-id: svn://tug.org/texlive/trunk@1906 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/coverpage/CoverPage.cfg')
-rw-r--r-- | Master/texmf-dist/tex/latex/coverpage/CoverPage.cfg | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/coverpage/CoverPage.cfg b/Master/texmf-dist/tex/latex/coverpage/CoverPage.cfg new file mode 100644 index 00000000000..a3c29b9a1f3 --- /dev/null +++ b/Master/texmf-dist/tex/latex/coverpage/CoverPage.cfg @@ -0,0 +1,29 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% Config file for ExtraTitlePage +%% +%% This file "CoverPage.cfg" is read by "CoverPage.sty" +%% (if it exists). Use it to define default settings, e.g. for your +%% institute or your group logo. +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%% set institute +%% (the only information which cannot be extracted from BibTeX entry) +\CoverPageSetup{institute = {Institute of Applied Nonsense}} + +%% redefine header, body, or footer with \renewcommand +\renewcommand{\CoverPageHeader}{% + \LARGE\bfseries% + \dotfill{} This is my header \dotfill} +\renewcommand{\CoverPageFooterLogo}{% + \Huge\sffamily% + L-O-G-O} + +%% These are "our" settings: +%%\CoverPageSetup{institute = {Institute of Imaging and Computer Vision\\ +%% RWTH Aachen University, 52056 Aachen, Germany\\ +%% tel: +49 241 80 27860, fax: +49 241 80 22200\\ +%% web: www.lfb.rwth-aachen.de}} +%%\renewcommand{\CoverPageHeader}{\includegraphics[width=\textwidth]{lfbheader}} +%%\renewcommand{\CoverPageFooterLogo}{\includegraphics[width=.35\textwidth]{rwthlogo}} |