aboutsummaryrefslogtreecommitdiff
path: root/doc/refman.tex
diff options
context:
space:
mode:
authormertz2004-05-07 13:55:01 +0000
committermertz2004-05-07 13:55:01 +0000
commit752ff8735f731e8d37fb1bea60b0323af1a1ec06 (patch)
tree61541c4301692399ce8fcc2f4331d34b9d4a9cb9 /doc/refman.tex
parenta0b87de2c2cf35f762ef9944ac46518ce9006d82 (diff)
downloadtkzinc-752ff8735f731e8d37fb1bea60b0323af1a1ec06.zip
tkzinc-752ff8735f731e8d37fb1bea60b0323af1a1ec06.tar.gz
tkzinc-752ff8735f731e8d37fb1bea60b0323af1a1ec06.tar.bz2
tkzinc-752ff8735f731e8d37fb1bea60b0323af1a1ec06.tar.xz
openatc.org => tkzinc.org
typos...
Diffstat (limited to 'doc/refman.tex')
-rw-r--r--doc/refman.tex15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/refman.tex b/doc/refman.tex
index b8cda01..a6be781 100644
--- a/doc/refman.tex
+++ b/doc/refman.tex
@@ -330,7 +330,7 @@ segments, and bezier segments. In the future they may also support other kinds o
(such as arcs...).
\item the coords method accepts a list of arrays as well as flat list of coordinates.
When coords returns more than one point it is always a list of arrays.
-(and no more a flat list of x y x y ...). {\bf Beware this is an small incompatible change in the API}.
+(and no more a flat list of x y x y ...). {\bf Beware this is a small incompatible change in the API}.
\item operators of the contour command have been replaced by a flag which indicates
if the contour must be taken as counterclockwise, clockwise or unchanged.
Contours ids are now predictable. The GPC ``not-so-free'' library is no more used.
@@ -391,7 +391,7 @@ format documentation has been enhanced.
packages at
\begin{itemize}
\item
- \anurl{http://www.openatc.org/zinc/} or
+ \anurl{http://www.tkzinc.org/} or
\item
\anurl{http://freshmeat.net/projects/zincisnotcanvas/}
\end{itemize}
@@ -501,14 +501,14 @@ If you are stuck with a feature you don't understand. If you don't know how to
do something with TkZinc. If you think you have found a bug or a mismatch between
the documentation and the behavior of the widget. Please feel free to contact us.
Mail either {\tt lecoanet@cena.fr} or the TkZinc mailing list. To subscribe to the mailing
-list, please consult the site \anurl{http://www.openatc.org/zinc/}.
+list, please consult the site \anurl{http://www.tkzinc.org/}.
\section{How may I contribute to TkZinc development}
If you think TkZinc is an interesting tool, they are many ways to help with TkZinc
development. First of all, subscribe to the TkZinc mailing list and get in touch with us. To
-subscribe, please consult the site \anurl{http://www.openatc.org/zinc/}.
+subscribe, please consult the site \anurl{http://www.tkzinc.org/}.
\begin{itemize}
\item The very first way to contribute is to use TkZinc and to report
@@ -1506,7 +1506,7 @@ In this chapter, we first list all commands by categories, then we details each
\item{Accessing field attributes of track, waypoint and tabular} : \cmdref{currentpart}
\cmdref{hasfields} \cmdref{fieldbbox} \cmdref{itemcget} \cmdref{itemconfigure} \cmdref{numparts}
-\item{Transformations} : \cmdref{rotate} \cmdref{scale} \cmdref{skew} \cmdref{tapply}
+\item{Transformations} : \cmdref{coords} \cmdref{rotate} \cmdref{scale} \cmdref{skew} \cmdref{tapply}
\cmdref{tcompose} \cmdref{tdelete} \cmdref{tget} \cmdref{transform} \cmdref{translate} \cmdref{treset}
\cmdref{tsave} \cmdref{tset}
@@ -2510,7 +2510,7 @@ false.
\zinccmd{scale}{tagOrIdOrTName xFactor yFactor ?centerX centerY?}
-{\tt\large \$zinc->{\bf scale}(tagOrIdOrTName, xFactor, yFactor);}
+{\tt\large \$zinc->{\bf scale}(tagOrIdOrTName, xFactor, yFactor);}\\
{\tt\large \$zinc->{\bf scale}(tagOrIdOrTName, xFactor, yFactor, centerX, centerY);}
\begin{blockindent}
@@ -4755,7 +4755,8 @@ The following figure shows the effect of fillrule value on curves with multiple
\concept{videomapcmd}
This section describes the videomap command, used to create a mapinfo from a proprietary
- file format for simple maps, in use in french Air Traffic Control Centres.
+ file format for simple maps, in use in french Air Traffic Control Centres. The format is the
+ binary cautra4 (with x and y in 1/8nm units)
\command{videomap}{ids}{fileName}
\begin{blockindent}