blob: e29edcf5d4a9a2caf4b0a642028af6dae5e570d7 (
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
|
<html>
<head><title>Help On LaTeX Sizes</title></head>
<body bgcolor="#ffffff" text="#000000" link="#000099" vlink="#cc0000" alink="#cc0000">
<h1><font size="-2">Hypertext Help with LaTeX</font><br><font color="#cc0000">Sizes</font></h1>
The following type size commands, in order of increasing font size,
are supported by LaTeX.
<ul>
<li><a href="ltx-328.html"><tt>\tiny</tt></a>
<li><a href="ltx-309.html"><tt>\scriptsize</tt></a>
<li><a href="ltx-233.html"><tt>\footnotesize</tt></a>
<li><a href="ltx-317.html"><tt>\small</tt></a>
<li><a href="ltx-282.html"><tt>\normalsize</tt></a> (default)
<li><a href="ltx-253.html"><tt>\large</tt></a>
<li><a href="ltx-254.html"><tt>\Large</tt></a> (capital "l")
<li><a href="ltx-255.html"><tt>\LARGE</tt></a> (all caps)
<li><a href="ltx-242.html"><tt>\huge</tt></a>
<li><a href="ltx-243.html"><tt>\Huge</tt></a> (capital "h")
</ul>
The default for <tt>\normalsize</tt> is 10-point, but it may differ
for some <a href="ltx-22.html">Document Styles</a> or their options.
The actual size produced by these commands also depends on the Document
Style and, in some styles, more than one of these size commands may produce
the same actual size.
<p>
The new size takes effect immediately after the size command;
if an entire paragraph or unit is set in a certain size, the size command
should include the blank line or the <tt>\end{}</tt> which delimites
the unit. (See <a href="declarations.html">Declarations</a>.)
<p>
These commands cannot be used in <a href="ltx-130.html">math mode</a>.
However, part of a formula may be set in a different size by using
an <a href="ltx-265.html"><tt>\mbox</tt></a> command containing the
size command.
<hr>
See also Typeface <a href="ltx-177.html">Styles</a>,
<a href="fonts2e.html">LaTeX2e Font Selection</a><br>
See also <a href="mathfonts.html">Math fonts and styles</a><br>
Return to the <a href="ltx-2.html">LaTeX Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 14 May 1995.
</address>
</body>
</html>
|