SmtC: Show me the Code
Ole Peter Smith
Instituto de Matemática e Estatística
Universidade Federal de Goiás
http://www.olesmith.com.br

Examples
Deus não se preocupe das nossas dificuldades matemáticas.
Ele integra empiricamente.
Einstein.

Drawing 3D

TiKZ Listing: 3d.tikz.tex. PDF   PNG   SVG   ZIP*  
\coordinate (O) at (0,0,0);
\tikzmath{\R=3;};
\tikzmath{\t=1.1;};

\coordinate (i) at (\R,0,0);
\coordinate (j) at (0,\R,0);
\coordinate (k) at (0,0,\R);



\draw[-latex] (O) -- (i);
\draw[-latex] (O) -- (j);
\draw[-latex] (O) -- (k);
\draw ($(O)!\t!(i)$) node {$x$};
\draw ($(O)!\t!(j)$) node {$y$};
\draw ($(O)!\t!(k)$) node {$z$};


\coordinate (P) at (0,2*\R,3*\R);

\draw[-latex] (O) -- (P);
\draw ($(O)!\t!(P)$) node {$P$};
Messages:
0 secs.