summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-fun/pst-fun-doc.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-19 00:42:25 +0000
committerKarl Berry <karl@freefriends.org>2010-04-19 00:42:25 +0000
commit9911727ec86e645091d9ccd5aa3ebd95da4cf9e3 (patch)
tree9f8a18290700f5ad2169e41167c0f4118c2f666d /Master/texmf-dist/doc/generic/pst-fun/pst-fun-doc.tex
parent8ace832e879e91b82b2d380cfc322ce9b74b88f2 (diff)
pst-fun update (18apr10)
git-svn-id: svn://tug.org/texlive/trunk@17909 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-fun/pst-fun-doc.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pst-fun/pst-fun-doc.tex110
1 files changed, 62 insertions, 48 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-fun/pst-fun-doc.tex b/Master/texmf-dist/doc/generic/pst-fun/pst-fun-doc.tex
index d84ce7a000c..86c5bd2a083 100644
--- a/Master/texmf-dist/doc/generic/pst-fun/pst-fun-doc.tex
+++ b/Master/texmf-dist/doc/generic/pst-fun/pst-fun-doc.tex
@@ -1,46 +1,39 @@
-\documentclass[a4paper,11pt]{article}
-\usepackage[T1]{fontenc}
-\usepackage[latin1]{inputenc}
-%\usepackage{pamathx}
-\usepackage{mathpazo}
-\usepackage{url}
-\usepackage{amsmath}
-\usepackage{tabularx}
-\usepackage{longtable}
-\usepackage{pstricks}
-\usepackage{pst-fun}
-\let\pstFunFV\fileversion
-\usepackage{pstricks-add}% for the alg parser
-\usepackage{showexpl}
-\lstset{pos=t,wide=true}
-%
-\usepackage{xspace}
-\def\PS{PostScript\xspace}
-\def\CMD#1{{\ttfamily\textbackslash #1}}
-%
-\def\pshlabel#1{\footnotesize#1}
-\def\psvlabel#1{\footnotesize#1}
-\usepackage[colorlinks,linktocpage]{hyperref}
-%
+%% $Id: pst-thick-doc.tex 170 2009-12-08 21:30:53Z herbert $
+\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings
+ headexclude,footexclude,oneside]{pst-doc}
+\usepackage[utf8]{inputenc}
+\usepackage{pstricks-add,pst-fun}
+\let\pstFV\fileversion
+
+\def\bgImage{{%\psset{unit=0.5}
+\begin{pspicture}(0,-1.3)(10,3)
+ \psBird[Branch] \rput{-20}(4,1.8){\psBird}
+\end{pspicture}
+}}
+
+\lstset{explpreset={pos=t,width=-99pt,overhang=0pt,hsep=\columnsep,vsep=\bigskipamount,rframe={}},style=code}
\begin{document}
+
\title{\texttt{pst-fun}\\funny macros\\
- \small v.\pstFunFV}
-\author{%
- \tabular[t]{c}Manuel Luque\\[3pt]
- \url{ml@PSTricks.de}
- \endtabular \and
- \tabular[t]{c}Herbert Vo\ss\\[3pt]
- \url{hv@PSTricks.de}\endtabular%
-}
+ \small v.\pstFV}
+\subtitle{A PSTricks package for drawing funny objects}
+\author{Manuel Luque\\Herbert Vo\ss}
+\docauthor{Herbert Vo\ss}
\date{\today}
-
\maketitle
-%\tableofcontents
+\clearpage
+
+%\begin{abstract}
+%\end{abstract}
+\tableofcontents
+\clearpage
+
+\section{The macros}
\begin{LTXexample}
-\begin{pspicture}[showgrid=true](-5,-4)(4,8) % needs pstricks-add
+\begin{pspicture}[showgrid](-5,-4)(4,8) % needs pstricks-add
\psBill
\psHomothetie[linecolor=blue](4,-3){2}{\psBill}
\psdots[dotsize=3pt,linecolor=red](4,-3)
@@ -50,53 +43,60 @@
\psHomothetie[linecolor=magenta](4,-3){-0.25}{\psBill}
\end{pspicture}
\end{LTXexample}
+\xLcs{psBill}
%$
\begin{LTXexample}
-\begin{pspicture}[showgrid=true](0,-0.5)(12,4)
+\begin{pspicture}[showgrid](0,-0.5)(12,4)
\psFish
\rput(6,0){\psFish[fillstyle=slope]}
\end{pspicture}
\end{LTXexample}
+\xLcs{psFish}
\begin{LTXexample}
-\begin{pspicture}[showgrid=true](-2,-2.4)(6,2)
+\begin{pspicture}[showgrid](-2,-2.4)(6,2)
\psLouisXIII
\rput(4,0){\psLouisXIII[linecolor=red]}
\end{pspicture}
\end{LTXexample}
+\xLcs{psLouisXIII}
\begin{LTXexample}
-\begin{pspicture}[showgrid=true](0,-0.4)(11,6)
+\begin{pspicture}[showgrid](0,-0.4)(11,6)
\psPulpo \rput(10,0.5){\psscalebox{0.15}{\psPulpo[fillcolor=yellow,fillstyle=solid]}}
\end{pspicture}
\end{LTXexample}
+\xLcs{psPulpo}
\begin{LTXexample}
-\begin{pspicture}[showgrid=true](0,-1.2)(12,3)
+\begin{pspicture}[showgrid](0,-1.2)(12,3)
\psBird \rput(4,0){\psBird} \rput{-60}(8,2){\psBird}
\end{pspicture}
\end{LTXexample}
+\xLcs{psBird}\xLkeyword{Branch}
\begin{LTXexample}
-\begin{pspicture}[showgrid=true](0,-1.3)(10,3)
+\begin{pspicture}[showgrid](0,-1.3)(10,3)
\psBird[Branch] \rput{-20}(4,1.8){\psBird}
\end{pspicture}
\end{LTXexample}
+\xLcs{psBird}\xLkeyword{Branch}
\begin{LTXexample}
-\begin{pspicture}[showgrid=true](0,-0.3)(8,10)
+\begin{pspicture}[showgrid](0,-0.3)(8,10)
\psLuke
\rput(6.5,1){\psscalebox{0.15}{\psLuke}}
\end{pspicture}
\end{LTXexample}
+\xLcs{psLuke}
\begin{LTXexample}
-\begin{pspicture}[showgrid=true](-5,-5)(5,5)
+\begin{pspicture}[showgrid](-5,-5)(5,5)
\psAnt
\rput(-3,3){\psAnt[fillcolor=red!50]}
\rput{30}(3,-3){\psAnt[fillcolor=blue!50]}
@@ -104,28 +104,39 @@
\rput(2.5,3){\psscalebox{0.15}{\psAnt}}
\end{pspicture}
\end{LTXexample}
-
+\xLcs{psAnt}
\begin{LTXexample}
-\begin{pspicture}[showgrid=true](6,7)
+\begin{pspicture}[showgrid](6,7)
\psParrot{1}
\psParrot{0.2}\rput(4,5){\psParrot{0.2}}
\end{pspicture}
\end{LTXexample}
-
+\xLcs{psParrot}
\begin{LTXexample}
-\begin{pspicture}[showgrid=true](8,7)
+\begin{pspicture}[showgrid](8,7)
\psKangaroo{1}
\multido{\iA=2+1}{5}{\rput[lb](1,\iA){\psKangaroo[fillcolor=red]{1}}}
\rput(4,0){\psKangaroo[fillcolor=red!30]{5}}
\rput(5,1){\psKangaroo[fillcolor=blue!30,opacity=0.5]{5}}
\end{pspicture}
\end{LTXexample}
+\xLcs{psKangaroo}
+
+\begin{LTXexample}
+\begin{pspicture}(-1,-4)(8,4)
+ \psPig(0,0)\psPig[fillcolor=blue!40,noseColor=purple,
+ eyeColor=red,linewidth=4pt,unit=2](4,0)
+\end{pspicture}
+\end{LTXexample}
+\xLcs{psPig}\xLkeyword{eyeColor}\xLkeyword{noseColor}
+
+\clearpage
+\section{List of all optional arguments for \texttt{pst-fun}}
+\xkvview{family=pst-fun,columns={key,type,default}}
-%\section{Credits}
-%Manuel Luque
\bgroup
\raggedright
@@ -133,6 +144,9 @@
\bibliographystyle{plain}
\bibliography{pst-fun-doc}
\egroup
+
+
+\printindex
\end{document}