summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/acroflex/examples/aflogo.tex
blob: 3adf52c45755fc6b1460323495c6bf6de0e0f1e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
\documentclass{article}
\usepackage[usetemplates]{web}
\usepackage{anyfontsize}

%
% This is a simple attempt at creating a poster for
% movies.
%
% After creating a PDF document of this source file, bring
% it up into Acrobat, and do a Save As an EPS file.
%
% I don't remember why I chose these dimensions. The
% aspect ration of this file should approximately match
% that of the movie, so the text will not get distorted
% too badly.
%

\margins{0bp}{0bp}{0bp}{0bp}    % left,right,top, bottom
\screensize{150bp}{186bp}       % height, width

\parindent0pt\parskip0pt

\def\fifteenpt{\fontsize{15}{15}\selectfont}
\def\twentypt{\fontsize{20}{20}\selectfont}

\pagestyle{empty}

\textBgColor{webyellow}
\def\AcroFLeX{AcroF\kern-.1667em\lower.5ex\hbox{L}\kern-.3eme\kern-.125emX\@}

\begin{document}

\null\vspace{-\baselineskip}\vfill
\centering{\bfseries\color{red}\twentypt\AcroFLeX\par\medskip}
\par\medskip
{\bfseries\color{blue}\twentypt Graphing}
\par\vfill
{\bfseries\fifteenpt\color{black}D. P. Story}

\bigskip

\end{document}