The four commands below will produce a circle with your chosen
radius r (measured in the units determined by the value of the
length \unitlength)
The letter k stands for the following value: 0.5522847498 r
(This won't get you a perfect circle, but it's close
enough. Thanks
to G. Adam Stanislav for the calculations.)
The center of the circle will be at the coordinate (x,y)
Set the length of \unitlength to the desired size, for example to
.25in by including the following command in your document:
\setlength{\unitlength}{.25in}
Each \cbezier command creates one quadrant of the circle
The \cbezier commands must occur only in either math mode or the picture environment
To create a circle made from a dotted line rather than a solid
line, insert [num] directly after each
occurrence of \cbezier, where num represents
the number of dots that quadrant of the circle is to contain.
The command \cbezier requires the package bez123.
You can find this pacakge (with its documentation) at any CTAN
cite. Or just put the following files in a directory accessible to
latex (a directory where other .sty files are stored): bez123.stymultiply.sty
Once you've done that, enable the bezier commands by putting the
following in your preamble: \usepackage{bez123}
This page created and maintained by Delia Graff
URL:
http://instruct1.cit.cornell.edu/research/graff/files/bezhowto.html
Last modified: "Sunday, 01 Jan 06, 13:53"