blob: 205003282c658dfc70adf0b6644eddab6f98b20e (
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
|
\documentstyle[12pt,cmcyr]{article}
\begin{document}
{ One two "three"
\dots\ \"< \dots \">\ \No\ e\"}
{\it One two "three"
\dots\ \"< \dots \">\ \No\ e\"}
{\sl One two "three"
\dots\ \"< \dots \">\ \No\ e\"}
{\sc One two "three"
\dots\ \"< \dots \">\ \No\ e\"}
{\bf One two "three"
\dots\ \"< \dots \">\ \No\ e\"}
{\bf\it One two "three"
\dots\ \"< \dots \">\ \No\ e\"}
{\bf\sl One two "three"
\dots\ \"< \dots \">\ \No\ e\"}
\bigskip
{\sf One two "three"
\dots\ \"< \dots \">\ \No\ e\"}
{\sf\sl One two "three"
\dots\ \"< \dots \">\ \No\ e\"}
{\sf\bf One two "three"
\dots\ \"< \dots \">\ \No\ e\"}
\bigskip
{\tt One two "three"
\dots\ \"< \dots \">\ \No\ e\"}
{\tt\sl One two "three"
\dots\ \"< \dots \">\ \No\ e\"}
{\tt\it One two "three"
\dots\ \"< \dots \">\ \No\ e\"}
{\tt\sc One two "three"
\dots\ \"< \dots \">\ \No\ e\"}
\end{document}
|