forked from rekka/tectonic-docker
-
Notifications
You must be signed in to change notification settings - Fork 5
/
beamer_10pt.tex
113 lines (113 loc) · 3.16 KB
/
beamer_10pt.tex
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
\documentclass[10pt]{beamer}
\begin{document}
\tiny\textnormal{Sample text}
\tiny\emph{Sample text}
\tiny\textrm{Sample text}
\tiny\textsf{Sample text}
\tiny\texttt{Sample text}
\tiny\textup{Sample text}
\tiny\textit{Sample text}
\tiny\textsl{Sample text}
\tiny\textsc{Sample text}
\tiny\uppercase{Sample text}
\tiny\textbf{Sample text}
\scriptsize\textnormal{Sample text}
\scriptsize\emph{Sample text}
\scriptsize\textrm{Sample text}
\scriptsize\textsf{Sample text}
\scriptsize\texttt{Sample text}
\scriptsize\textup{Sample text}
\scriptsize\textit{Sample text}
\scriptsize\textsl{Sample text}
\scriptsize\textsc{Sample text}
\scriptsize\uppercase{Sample text}
\scriptsize\textbf{Sample text}
\footnotesize\textnormal{Sample text}
\footnotesize\emph{Sample text}
\footnotesize\textrm{Sample text}
\footnotesize\textsf{Sample text}
\footnotesize\texttt{Sample text}
\footnotesize\textup{Sample text}
\footnotesize\textit{Sample text}
\footnotesize\textsl{Sample text}
\footnotesize\textsc{Sample text}
\footnotesize\uppercase{Sample text}
\footnotesize\textbf{Sample text}
\small\textnormal{Sample text}
\small\emph{Sample text}
\small\textrm{Sample text}
\small\textsf{Sample text}
\small\texttt{Sample text}
\small\textup{Sample text}
\small\textit{Sample text}
\small\textsl{Sample text}
\small\textsc{Sample text}
\small\uppercase{Sample text}
\small\textbf{Sample text}
\normalsize\textnormal{Sample text}
\normalsize\emph{Sample text}
\normalsize\textrm{Sample text}
\normalsize\textsf{Sample text}
\normalsize\texttt{Sample text}
\normalsize\textup{Sample text}
\normalsize\textit{Sample text}
\normalsize\textsl{Sample text}
\normalsize\textsc{Sample text}
\normalsize\uppercase{Sample text}
\normalsize\textbf{Sample text}
\large\textnormal{Sample text}
\large\emph{Sample text}
\large\textrm{Sample text}
\large\textsf{Sample text}
\large\texttt{Sample text}
\large\textup{Sample text}
\large\textit{Sample text}
\large\textsl{Sample text}
\large\textsc{Sample text}
\large\uppercase{Sample text}
\large\textbf{Sample text}
\Large\textnormal{Sample text}
\Large\emph{Sample text}
\Large\textrm{Sample text}
\Large\textsf{Sample text}
\Large\texttt{Sample text}
\Large\textup{Sample text}
\Large\textit{Sample text}
\Large\textsl{Sample text}
\Large\textsc{Sample text}
\Large\uppercase{Sample text}
\Large\textbf{Sample text}
\LARGE\textnormal{Sample text}
\LARGE\emph{Sample text}
\LARGE\textrm{Sample text}
\LARGE\textsf{Sample text}
\LARGE\texttt{Sample text}
\LARGE\textup{Sample text}
\LARGE\textit{Sample text}
\LARGE\textsl{Sample text}
\LARGE\textsc{Sample text}
\LARGE\uppercase{Sample text}
\LARGE\textbf{Sample text}
\huge\textnormal{Sample text}
\huge\emph{Sample text}
\huge\textrm{Sample text}
\huge\textsf{Sample text}
\huge\texttt{Sample text}
\huge\textup{Sample text}
\huge\textit{Sample text}
\huge\textsl{Sample text}
\huge\textsc{Sample text}
\huge\uppercase{Sample text}
\huge\textbf{Sample text}
\Huge\textnormal{Sample text}
\Huge\emph{Sample text}
\Huge\textrm{Sample text}
\Huge\textsf{Sample text}
\Huge\texttt{Sample text}
\Huge\textup{Sample text}
\Huge\textit{Sample text}
\Huge\textsl{Sample text}
\Huge\textsc{Sample text}
\Huge\uppercase{Sample text}
\Huge\textbf{Sample text}
\end{document}