summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/latex2e-html/ltx-178.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/english/latex2e-html/ltx-178.html')
-rw-r--r--Master/texmf-doc/doc/english/latex2e-html/ltx-178.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/latex2e-html/ltx-178.html b/Master/texmf-doc/doc/english/latex2e-html/ltx-178.html
new file mode 100644
index 00000000000..e29edcf5d4a
--- /dev/null
+++ b/Master/texmf-doc/doc/english/latex2e-html/ltx-178.html
@@ -0,0 +1,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>