diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/latex2e-html/ltx-225.html')
-rw-r--r-- | Master/texmf-doc/doc/english/latex2e-html/ltx-225.html | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/Master/texmf-doc/doc/english/latex2e-html/ltx-225.html b/Master/texmf-doc/doc/english/latex2e-html/ltx-225.html deleted file mode 100644 index e7b032ab3ba..00000000000 --- a/Master/texmf-doc/doc/english/latex2e-html/ltx-225.html +++ /dev/null @@ -1,45 +0,0 @@ -<html> -<head><title>Help On LaTeX figure</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">figure</font></h1> -<p> -<p><pre> - <tt>\begin{figure}[placement] - - body of the figure - - <a href="caption.html">\caption</a>{figure title} - \end{figure}</tt> -</pre> - - Figures are objects that are not part of the normal text, and are - usually "floated" to a convenient place, like the top of a page. - Figures will not be split between two pages. -<p> - The optional argument [placement] determines where LaTeX will try to - place your figure. There are four places where LaTeX can possibly put - a float: -<ul> -<li><TT>h</TT> Here - at the position in the text where the figure - environment appears. -<li><TT>t</TT> Top - at the top of a text page. -<li><TT>b</TT> Bottom - at the bottom of a text page. -<li><TT>p</TT> Page of floats - on a separate float page, which is a page - containing no text, only floats. -</ul> - The standard report and article styles use the default placement tbp. -<p> - The body of the figure is made up of whatever text, LaTeX commands, - etc., you wish. The - <a href="caption.html"><tt>\caption</tt></a> - command allows you to title your figure. -<hr> -See also <A href="ltx-27.html">Environments</A>, - <a href="ltx-43.html">Picture</a><br> -Back to the <a href="ltx-2.html">Table of Contents</a> -<hr> -<address> -Revised: Sheldon Green, 12 May 1995. -</address> -</body> -</html> |