blob: 000209fee81fd8a8b4eb12d25210a50291fc02d3 (
plain)
1
2
3
4
5
6
|
\newcommand{\drawheader}[1]{%
%Requires color dochfcolor to be defined
\ctext[lB]{0.05}{0.065}{0.95}{\LARGE\dochfcolor{\textbf{#1}}}
\putfig[tr]{0.99}{0.013}{0.2}{figure.pdf}
\ctext{0.8}{0.02}{0.18}{\small\emph{\white Fancy\\[1.2ex]\hspace*{\fill} Logo}}
}
|