blob: 0fb2e3083b6d110b4e4e4371e9842bc19489a0ab (
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
|
\documentclass{etiketka}
\begin{document}
\begin{etiketka}[8]
\begin{center}
\large
\textbf{Alexey B. Shipunov}, Ph.\,D.
\normalsize
\medskip
\scshape
Moscow State University
Moscow South-West High School
Small School
\normalfont
\end{center}
\begin{footnotesize}
\raggedright
Tel.: (095) xxx-xxxx
Fax: (095) xxx-xxxx
e-mail: \texttt{plantago@herba.msu.ru}
WWW: \texttt{http://herba.msu.ru/shipunov}
\end{footnotesize}
\end{etiketka}
\end{document}
|