summaryrefslogtreecommitdiff
path: root/info/asy-overview/src/chapter1/chapter1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'info/asy-overview/src/chapter1/chapter1.tex')
-rw-r--r--info/asy-overview/src/chapter1/chapter1.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/info/asy-overview/src/chapter1/chapter1.tex b/info/asy-overview/src/chapter1/chapter1.tex
index 40c4ecb1be..bc7946a58d 100644
--- a/info/asy-overview/src/chapter1/chapter1.tex
+++ b/info/asy-overview/src/chapter1/chapter1.tex
@@ -3,7 +3,7 @@
Making an \Asy{} input file is like making a \LaTeX{} input file,
so you already have a feel for the basics.
To start,
-in your favorite editor open an \Asy{} input file \path{asy/unit_circle.asy}.
+use your favorite editor to open a file \path{asy/unit_circle.asy}.
\begin{minted}{Bash}
jim@millstone:~/Documents/asy_tut/src$ cd asy
jim@millstone:~/Documents/asy_tut/src/asy$ emacs unit_circle.asy
@@ -88,7 +88,7 @@ for a list of the options.)
Second, the dot showing the generic point on the unit circle is too big.
In the revised source below we've adjusted the size by inserting
-\mintinline{Asymptote}{dotfactor = 4} in line~23
+\mintinline{Asymptote}{dotfactor = 4} in line~22
(the default factor is $6$).
Finally, the $(\cos\theta,\sin\theta)$ label is in a different font than