« Return to Thread: plotting a normal distribution curve

Re: tikz and pst-vue3d

by Alain Matthes-2 :: Rate this Message:

Reply to Author | View in Thread

hello:)
with pdflatex and latex , i've a problem if i use pst-vue3d and tikz
together (error : keyval: tikz undefined)

Alain Matthes

\documentclass[a4paper,11pt,oneside]{article}
\usepackage[utf8]{inputenc}

\usepackage{tikz}
\RequirePackage{%
                pstricks-add,%
                pst-text,%
                pst-tree,%
                pst-3dplot,%
                pst-node,%
 %               pst-vue3d%
                }

\usepackage[frenchb]{babel}

\begin{document}

Essayons de faire ce patron de cône... !

\begin{tikzpicture}[scale=.5]
\draw (0,0) node[above] {O}--(190:6cm) node[above]{$A$} arc(190:310:6cm)
node[above]{B}-- cycle;
\draw (220:6cm) +(220:3cm) circle (3cm);
\draw (220:6cm) ++(220:3cm) -- +(320:3cm) node[above,
midway,sloped]{$4~cm$};
\draw (0,0) -- +(190:6cm) node[above,midway,sloped]{$6~cm$};
\end{tikzpicture}

\end{document}  




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Latex-beamer-users mailing list
Latex-beamer-users@...
https://lists.sourceforge.net/lists/listinfo/latex-beamer-users

 « Return to Thread: plotting a normal distribution curve