| 1 |
\documentclass{article} |
|---|
| 2 |
\usepackage{pst-solides3d,pst-node,pst-plot,multido,url} |
|---|
| 3 |
\usepackage[latin1]{inputenc} |
|---|
| 4 |
\usepackage[T1]{fontenc} |
|---|
| 5 |
\usepackage{colortbl} |
|---|
| 6 |
\usepackage{array} |
|---|
| 7 |
\usepackage[a4paper,bottom=2.5cm,top=2cm]{geometry} |
|---|
| 8 |
|
|---|
| 9 |
\makeatletter |
|---|
| 10 |
|
|---|
| 11 |
\title{\texttt{pst-solides3d} :\\ |
|---|
| 12 |
Test} |
|---|
| 13 |
\date{\today } |
|---|
| 14 |
\begin{document} |
|---|
| 15 |
\maketitle |
|---|
| 16 |
|
|---|
| 17 |
\section {Test axesIID} |
|---|
| 18 |
\begin{pspicture}(-2.5,-2)(2.5,3) |
|---|
| 19 |
\axesIIID(0.5,0.5,0.5)(1,1,1) |
|---|
| 20 |
\end{pspicture} |
|---|
| 21 |
\quad |
|---|
| 22 |
\begin{pspicture}(-2.5,-2)(2.5,3) |
|---|
| 23 |
\axesIIID[mathLabel=false](0.5,0.5,0.5)(1,1,1) |
|---|
| 24 |
\end{pspicture} |
|---|
| 25 |
\quad |
|---|
| 26 |
\begin{pspicture}(-2.5,-2)(2.5,3) |
|---|
| 27 |
\axesIIID[axisemph=\bfseries,mathLabel=false](0.5,0.5,0.5)(1,1,1) |
|---|
| 28 |
\end{pspicture} |
|---|
| 29 |
|
|---|
| 30 |
\begin{pspicture}(-2.5,-2)(2.5,3) |
|---|
| 31 |
\axesIIID[showOrigin=false,axisemph=\scriptstyle](0.5,0.5,0.5)(1,1,1) |
|---|
| 32 |
\psdot(O) |
|---|
| 33 |
\end{pspicture} |
|---|
| 34 |
\quad |
|---|
| 35 |
\begin{pspicture}(-2.5,-2)(2.5,3) |
|---|
| 36 |
\axesIIID[axisnames={a,b,c}, |
|---|
| 37 |
axisemph={\mbox{\boldmath}\color{red}}](0,0,0)(1,1,1) |
|---|
| 38 |
\end{pspicture} |
|---|
| 39 |
\quad |
|---|
| 40 |
\begin{pspicture}(-2.5,-2)(2.5,3) |
|---|
| 41 |
\axesIIID[mathLabel=false,axisnames={il,\textsf{etait},\textbf{une\ fois}}, |
|---|
| 42 |
axisemph={\Large}](0,0,0)(1,1,1) |
|---|
| 43 |
\end{pspicture} |
|---|
| 44 |
|
|---|
| 45 |
\begin{pspicture}(-2.5,-2)(2.5,3) |
|---|
| 46 |
\axesIIID[axisnames={\mathcal{U},\mathcal{V},\mathcal{W}}](0,0,0)(1,1,1) |
|---|
| 47 |
\end{pspicture} |
|---|
| 48 |
|
|---|
| 49 |
\qquad |
|---|
| 50 |
\begin{pspicture}(-2.5,-2)(2.5,3) |
|---|
| 51 |
\axesIIID[axisnames={1,2,3},labelsep=2pt,arrows=-, |
|---|
| 52 |
linecolor=blue](0,0,0)(1,1,1) |
|---|
| 53 |
\end{pspicture} |
|---|
| 54 |
\qquad |
|---|
| 55 |
\begin{pspicture}(-2.5,-2)(2.5,3) |
|---|
| 56 |
\axesIIID[axisnames={1,2,3},labelsep=2pt,arrows=-|, |
|---|
| 57 |
showOrigin=false,linecolor=blue](0.3,0.3,0.3)(1,1,1) |
|---|
| 58 |
\psdot(O) |
|---|
| 59 |
\end{pspicture} |
|---|
| 60 |
|
|---|
| 61 |
|
|---|
| 62 |
\end{document} |
|---|