summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/ketcindy/source/ketmanual/KeTCindyReferenceE.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/ketcindy/source/ketmanual/KeTCindyReferenceE.tex')
-rw-r--r--Master/texmf-dist/doc/support/ketcindy/source/ketmanual/KeTCindyReferenceE.tex42
1 files changed, 35 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/support/ketcindy/source/ketmanual/KeTCindyReferenceE.tex b/Master/texmf-dist/doc/support/ketcindy/source/ketmanual/KeTCindyReferenceE.tex
index ecec1632a56..e3b86464ef9 100644
--- a/Master/texmf-dist/doc/support/ketcindy/source/ketmanual/KeTCindyReferenceE.tex
+++ b/Master/texmf-dist/doc/support/ketcindy/source/ketmanual/KeTCindyReferenceE.tex
@@ -156,12 +156,16 @@ Hide coordinate axes.
\itemket{Description}Generic function to set the style of axis.
\itemket{Details}Parameters are:\\
1. Style of axis ("l" ; line(default), "a" : arrow)\\
-2. Name of horizontal ax ( default is x)\\
-3. Posion of horizontal name (default is "e")\\
-4. Name of horizontal ax ( default is y)\\
-5. Posion of horizontal name (default is "n")\\
-6. Name of origin (default is O)\\
-7. Position of origin (default is "sw")
+\hspace*{10mm}Rem)Write like \verb|"a0.5"| when setting the size.\\
+2. Name of horizontal ax ( default is \verb|"x"|)\\
+3. Posion of horizontal name (default is \verb|"e"|)\\
+4. Name of horizontal ax ( default is \verb|"y"|)\\
+5. Posion of horizontal name (default is \verb|"n"|)\\
+6. Name of origin (default is \verb|"O"|)\\
+7. Position of origin (default is \verb|"sw"|)\\
+8. Line style\\
+9. Color of axes\\
+10. Color of labels\\
\itemket{Examples}\mbox{}
\verb|Setax(["a","","","","","","nw"]);|\\
@@ -676,6 +680,15 @@ This Point P on the asteroid can be move along the curve on the Euclidean view.
\end{center}
\end{cmd}
+%-------------Setarrow------------------------------
+\begin{cmd}{Setarrow}{setarrow}
+\itemket{Usage}Setarrow([arrowsize,angle,position,cut,linestyle]);
+\itemket{Description}Generic function to set styles of arrows.
+\itemket{Details}Defaults are arrowsize(1),angle(18),position(1),cut(1),linestyle("dr").
+\verb|-1| means to unchange the default.
+\itemket{Examples}Setsarrow([-1,30,-1,0.2]);
+\end{cmd}
+
%------------Arrowdata--------------------------------
\begin{cmd}{Arrowdata}{arrowdata}
\itemket{Usage}Arrowdata(name,[starting point, ending point] , options)
@@ -3032,7 +3045,6 @@ Perform multiple replacements by list.
\verb|Assign("a*x^2+b*x",["a",1,"b",2]);| \hspace{10mm}// \verb|a| $\to$ \verb|1 and b| $\to$ \verb|2|
\end{cmd}
-
%-----------BBdata---------------------------------
\begin{cmd}{BBdata}{bbdata}
\itemket{Usage}BBdata(file name, options);
@@ -3050,6 +3062,19 @@ The image files are PDF, PNG, JPG, and so on.\\
\includegraphics[bb=0.00 0.00 562.03 124.01,width=12cm]{Fig/bbdata.pdf}
\end{cmd}
+%-----------Asin---------------------------------
+\begin{cmd}{Asin}{asin}
+\itemket{Usage}Asin(real) , Acos(real)
+\itemket{Description} Return arcsine and arccosine.
+
+\end{cmd}
+
+%-----------Sqr---------------------------------
+\begin{cmd}{Sqr}{sqr}
+\itemket{Usage}Sqr(real)
+\itemket{Description} Return square root.
+
+\end{cmd}
%---------Colorcode-----------------------------------
\begin{cmd}{Colorcode}{colorcode}
@@ -5251,6 +5276,7 @@ Options are the followings.\\
{\bf Drawing} \> \\
\hyperlink{addgraph}{AddGraph} \> manipulate more than one PD all together.\\
\hyperlink{anglemark}{Anglemark} \> draw an angle mark.\\
+\hyperlink{setarrow}{Setarrowdata} \> set styles of arrows.\\
\hyperlink{arrowdata}{Arrowdata} \> draw an arrow line between two points.\\
\hyperlink{arrowhead}{Arrowhead} \>draw an arrowhead with specified direction at a designated point.\\
\hyperlink{bezier}{Bezier} \> draw a Bezier curve.\\
@@ -5318,6 +5344,7 @@ Options are the followings.\\
\hyperlink{vtickmark}{Vtickmark} \> tick on the vertical ax.\\
{\bf Calculus and I/O} \> \\
+\hyperlink{asin}{Asin} \> return arcsine and arccosine.\\
\hyperlink{crossprod}{Crossprod} \> return the cross product of 2 vectors.\\
\hyperlink{derivative}{Derivative} \> find the derivative of a function or a plotting data.\\
\hyperlink{dotprod}{Dotprod} \> return the dot product of 2 vectors.\\
@@ -5336,6 +5363,7 @@ Options are the followings.\\
\hyperlink{ptstart, ptend}{Ptstart, Ptend} \> returns start point and end point of PD.\\
\hyperlink{ptcrv}{Ptcrv} \> Returns n-th point from PD.\\
\hyperlink{readoutdata}{ReadOutData} \> read external data.\\
+\hyperlink{sqr}{Sqr} \> return square root.\\
\hyperlink{writeoutdata}{WriteOutData} \> write out data in \ketcindy\ format.\\
{\bf Making Table} \> \\