summaryrefslogtreecommitdiff
path: root/info/visualpstricks/Source/styl.tex
diff options
context:
space:
mode:
Diffstat (limited to 'info/visualpstricks/Source/styl.tex')
-rw-r--r--info/visualpstricks/Source/styl.tex40
1 files changed, 40 insertions, 0 deletions
diff --git a/info/visualpstricks/Source/styl.tex b/info/visualpstricks/Source/styl.tex
new file mode 100644
index 0000000000..35ffca4f8d
--- /dev/null
+++ b/info/visualpstricks/Source/styl.tex
@@ -0,0 +1,40 @@
+
+\TFRGB{syntaxe : \BSS{newpsstyle}\AC{nom}\AC{paramètres}}{syntax : \BSS{newpsstyle}\AC{name}\AC{parameters}}
+\bigskip
+
+
+\TFRGB{Exemple}{Example} :
+
+ \emph{\TFRGB{Définition du nouveau style}{Definition of the new style}} :
+
+\textbf{\BS{}newpsstyle}\AC{{\red mafleche}}\AC{arrowsize=4pt 6,arrowlength=2,doubleline=true,linewidth=1pt}
+
+\newpsstyle{mafleche}{arrowsize=4pt 6,arrowlength=2,doubleline=true,linewidth=1pt}
+%
+\bigskip
+
+ \emph{\TFRGB{Utilisation du nouveau style}{Using the new style} }:
+%
+\BS{}psline[{\red style=mafleche}]\AC{->}(0,0)(3,0) \hspace{1cm}
+\begin{pspicture}(4,.5)
+\psline[style=mafleche]{->}(0,0)(4,0)
+\end{pspicture}
+
+\bigskip
+
+\bigskip
+\textbf{\TFRGB{Ajout ou modification d'un paramètre du style}{Adding or changing a parameter style \cite{pst-news08}}}
+
+\bigskip
+\addtopsstyle{mafleche}{linecolor=red}
+\BSS{addtopsstyle}\AC{mafleche}\AC{linecolor=red}
+\begin{pspicture}(4,.5)
+\psline[style=mafleche]{->}(0,0)(4,0)
+\end{pspicture}
+
+\bigskip
+\addtopsstyle{mafleche}{linestyle=dashed}
+\BS{}addtopsstyle\AC{mafleche}\AC{linestyle=dashed}
+\begin{pspicture}(4,.5)
+\psline[style=mafleche]{->}(0,0)(4,0)
+\end{pspicture} \ No newline at end of file