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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
\documentstyle[12pt,fleqn,../LaTeX/alltt,../LaTeX/layout]{book}
% ---------------------------------------------------------------------
% Input defined macros and commands
% ---------------------------------------------------------------------
\input{../LaTeX/commands}
\begin{document}
\setlength{\unitlength}{1mm}
\begin{picture}(18,51.5)
\put(0,0){\framebox(18,51.5){}}
\put(12,37.5){\bf P}
\put(2.6,28.5){\bf M} \put(12,32.5){\bf A}
\put(3,24.5){\bf L} \put(12,27.5){\bf R}
\put(12,22.5){\bf T}
\put(12.5,15){\bf I}
\end{picture}
\begin{picture}(18,51.5)
\put(0,0){\framebox(18,51.5){}}
\put(3,35.5){\bf L} \put(12,37.5){\bf P}
\put(3,30.5){\bf O} \put(12,32.5){\bf A}
\put(3,25.5){\bf G} \put(12,27.5){\bf R}
\put(3.4,20.5){\bf I} \put(12,22.5){\bf T}
\put(3,15){\bf C}
\put(12,15){\bf II}
\end{picture}
\begin{picture}(18,51.5)
\put(0,0){\framebox(18,51.5){}}
\put(3.3,39.5){\bf S} \put(12,37.5){\bf P}
\put(3,34.5){\bf Y} \put(12,32.5){\bf A}
\put(3.2,29.5){\bf S} \put(12,27.5){\bf R}
\put(3,24.5){\bf T} \put(12,22.5){\bf T}
\put(3,19){\bf E}
\put(2.7,13.5){\bf M}
\put(11,15){\bf III}
\end{picture}
\begin{picture}(18,51.5)
\put(0,0){\framebox(18,51.5){}}
\put(3,48){\small\bf T}
\put(3,44.5){\small\bf H}
\put(3,41){\small\bf E}
\put(3,37.5){\small\bf O} \put(12,37.5){\bf P}
\put(3,34){\small\bf R} \put(12,32.5){\bf A}
\put(3,30.5){\small\bf E} \put(12,27.5){\bf R}
\put(2.7,27){\small\bf M} \put(12,22.5){\bf T}
\put(3,22){\small\bf P}
\put(3,18.5){\small\bf R}
\put(3,15){\small\bf O} \put(11.5,15){\bf IV}
\put(3,11.5){\small\bf V}
\put(3.6,8){\small\bf I}
\put(3,4.5){\small\bf N}
\put(3,1){\small\bf G}
\end{picture}
\end{document}
|