summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/texlive/texlive-en/archive/picture.tex
blob: 098cfe18f109efd581242e2a91a3a6bfd0095d28 (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{artikel3}
\pagestyle{empty}
\usepackage{pstcol,pst-text,lucidbrb}
\font\manual=manfnt             %logo10 doesn't have what we need
\hyphenchar\manual=-1
\def\MF{{\manual META}\-{\manual FONT}}
\begin{document}
\sffamily
\psset{unit=1mm}
\def\Size#1#2{\fontsize{#1}{#2}\selectfont}
\begin{pspicture}(-58,-58)(58,58)
\pscircle[linewidth=.3pt,linecolor=lightgray]{58}
%\pscircle{23}
\psset{linestyle=none}
% top of circle
\pstextpath[c]{\psarcn(0,0){48}{180}{0}}
{\Size{1.2cm}{1cm}\bfseries \TeX\ Live 4}
\rput(0,34){\begin{minipage}{8cm}\centering \textbf{March 1999}\\[3mm]
\Size{9}{10.5}Ready-to-run \TeX\ system for Linux, Unix (DEC,\\ HP, IBM, 
SGI, Sun), and Win32 systems, \\
based on Web2c 7.3\\
\end{minipage}}
% bottom of circle
\rput(30,10){\begin{minipage}{2.7cm}\raggedleft\footnotesize
ISO 9660 with Joliet \\and Rock Ridge \\
extensions\end{minipage}}
\rput(0,-30){\begin{minipage}{7cm}\centering 
Macros,  fonts, documentation to the\\
\emph{{\TeX} Directory Structure} standard.\\[2mm]
Editor: Sebastian Rahtz
\end{minipage}}
\pstextpath[c]{\psarc(0,0){45}{180}{0}}
{ 
{\Size{14}{14}\ttfamily http://www.tug.org/texlive/} }
\pstextpath[c]{\psarc(0,0){53}{180}{0}}
{\Size{13.2}{14}\bfseries
CSTUG $\bullet$
Dante e.V. $\bullet$
GUST $\bullet$
GUTenberg $\bullet$ 
NTG $\bullet$
TUG $\bullet$
TUG India $\bullet$
UK TUG}
\end{pspicture}
\end{document}