mpla-letters.tex 552 Bytes
Newer Older
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
\documentclass[12pt,dvips]{article}
\paperheight 134pt
\paperwidth 134pt
\leftmargin -25.4mm
\topmargin -25.4mm
\textwidth\paperwidth
\textheight\paperheight
\thispagestyle{empty}
\usepackage{rotating}
\def\t#1{\textbf{#1}}
\begin{document}
\noindent
\begin{picture}(132,132)
  \put(0,124){%
    \turnbox{0}{\t{  }}
  }
  \put(7,0){%
    \turnbox{90}{\t{   }}
  }
  \put(128,120){%
    \turnbox{-90}{\t{-1997}}
  }
  \put(136,8){%
    \turnbox{180}{\t{ }}
  }
\end{picture}
\end{document}