blob: 0abec1091289debbfedb986c702dfc98b1ee11d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<html>
<head><title>Help On LaTeX \oval</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">\oval</font></h1>
<tt>\oval(width,height)[portion]</tt>
<p>
The <tt>\oval</tt> command produces a rectangle with rounded corners. The
optional argument, <tt>portion</tt>, allows you to select part of the oval.
<ul>
<li><TT>t</TT> Selects the top portion
<li><TT>b</TT> Selects the bottom portion
<li><TT>r</TT> Selects the right portion
<li><TT>l</TT> Selects the left portion
</ul>
<hr>
See also <A href="ltx-43.html">Picture Environment</A><br>
Return to the <a href="ltx-2.html">LaTeX Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 29 Jun 1995.
</address>
</body>
</html>
|