summaryrefslogtreecommitdiff
path: root/Master/dviout/GRAPHIC/PS/pssample.tex
blob: 9484279683e735dd26d1e6e57f60008ffaee52f9 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
% Translate this file into a dvi file by LaTeX and execute dviout/prt by 
% putting the following files in the directory where the dvi file exists.
%
% GhostScript should be in the search path.
%
% sample0.ps, sample1.ps, sample2.ps, sample3.ps, starbrst.ps
% myhyper.sty         (myhyper.sty is contained in the package of dviout)
% tiger.ps, golfer.ps (tiger.ps, golfer.ps are contained in the package of
% GostScript)
%

\documentstyle[a4, myhyper]{article}
\begin{document}

\centerline{\Huge A samples : dviout/dviprt--PostScript figure}
\vskip .5cm


\hskip-.3cm\special{epsfile=sample0.ps vsize=4.2cm}
\vskip3cm


\vskip 1.5cm
\hskip 2cm
\special{epsfile=sample1.ps vsize=10cm}


\vskip 10cm

\hskip.3cm\special{epsfile=sample2.ps vsize=5cm}
\vskip 5cm

{\Large Click \href{file:..\..\sample\sample.dvi#graphic"}{here} to
jump to another file}
\vskip 5cm

\pagebreak

\centerline{\Huge ``%
\special{color push rgb 0 0 1}%
Golfer%
\special{color pop}%
" in Ghostscript
}

\hskip 3.5cm
\special{epsfile=golfer.ps vsize=10cm}
\vskip 11cm

\centerline{\Huge ``%
\special{color push rgb 0.8 0.4 0.2}%
Tiger%
\special{color pop}%
" lives in Ghostscript
}
\vskip 1.5cm

\hskip3.6cm
\special{epsfile=tiger.ps hscale=0.4 vscale=0.36}
\pagebreak


\vskip 1cm
\hskip 1.5cm
\special{epsfile=sample3.ps vsize=17cm}

\vskip 19cm
\centerline{\Large Modified by SHIMA from samples by Asayama, Mar.\ 1993}
\end{document}