summaryrefslogtreecommitdiff
path: root/texmf-dist/source/latex/rmannot/examples/rma/aebmovie_poster.tex
blob: e3bb8bdc6ed067a23f083a2831b70c1dd3eae638 (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
43
44
45
46
\documentclass{article}
\usepackage[usetemplates]{web}

%
% This is a simple attempt at creating a poster for
% movies.  Change the font if you don't have gdb
% modify as desired, or toss the whole thing in the
% bit bucket and roll your own.
%
% 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{480bp/2}{640bp/2}

\parindent0pt
\parskip0pt


\font\gdb=gdb at 30bp
\font\gdbs=gdb at 25pt
\font\gdbss=gdb at 20pt

\pagestyle{empty}

\textBgColor{webyellow}


\begin{document}

\null\vspace{-\baselineskip}\vfill
\centering{\color{red}\gdb Acro\negthinspace\TeX\par\medskip}
\par\medskip
{\color{blue}\gdb Movies}
\par\vfill
\gdbss\color{black}D. P. Story

\bigskip

\end{document}