summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-pulley/pst-pulley-doc.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-01-18 23:24:41 +0000
committerKarl Berry <karl@freefriends.org>2012-01-18 23:24:41 +0000
commit6baca9f9c7c738e409b31d9111d838e94b29dd89 (patch)
treeaa7a3b4121c0f7b49edf5dc68a9ca00bfc55abfb /Master/texmf-dist/doc/generic/pst-pulley/pst-pulley-doc.tex
parentd3671f22432b637eaff8373f0a05d42b116d39be (diff)
new pstricks package pst-pulley (18jan12)
git-svn-id: svn://tug.org/texlive/trunk@25142 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-pulley/pst-pulley-doc.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pst-pulley/pst-pulley-doc.tex116
1 files changed, 116 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-pulley/pst-pulley-doc.tex b/Master/texmf-dist/doc/generic/pst-pulley/pst-pulley-doc.tex
new file mode 100644
index 00000000000..47677049166
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-pulley/pst-pulley-doc.tex
@@ -0,0 +1,116 @@
+\PassOptionsToPackage{dvipsnames}{xcolor}
+\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,
+ smallheadings, headexclude,footexclude,oneside]{pst-doc}
+\usepackage[utf8]{inputenc}
+\usepackage{pst-pulley}
+\let\pstPulleyFV\fileversion
+\renewcommand\bgImage{\psscalebox{0.5}{\pspulleys[N=1,M=60,h=35]}}
+
+\lstset{language=PSTricks,morekeywords={pspulleys},basicstyle=\footnotesize\ttfamily}
+%
+\begin{document}
+
+\title{\texttt{pst-pulley}}
+\subtitle{Plotting different pulleys; v.\pstPulleyFV}
+\author{Thomas Söll}
+\docauthor{}
+\date{\today}
+\maketitle
+
+\tableofcontents
+\psset{unit=1cm}
+
+\clearpage
+
+\begin{abstract}
+\noindent
+\LPack{pst-pulley} loads by default the following packages: \LPack{pst-plot},
+\LPack{pstricks-add}, \LPack{pst-eucl}, \LPack{pst-xkey}, and, of course \LPack{pstricks}.
+All should be already part of your local \TeX\ installation. If not, or in case
+of having older versions, go to \url{http://www.CTAN.org/} and load the latest version.
+
+
+
+\vfill\noindent
+Thanks to: \\
+Manuel Luque \\
+Jürgen Gilg \\
+Herbert Voss
+
+
+\end{abstract}
+
+\clearpage
+\section{Parameters}
+
+With this package it is possible to draw different pulleys. There are four parameters: N=1\ldots 6 gives the number of wheels of the pulley. M= \ldots gives the mass of the weight in kg. The parameter h=\ldots gives the height of the weight in cm from the bottom. To align the down-part of the pulley, there is the parameter Dx= \ldots With positive values the down-part goes to the left. The mass of the rolls are neglegible, or you have to add it to the mass of the weight. The rope is not stiff and inextensible. The force of the weight, the force in each rope and the distance to pull will calculated from the macro and shown. For the gravitation-constant we have $g=10\, m/s^2$.\\[0.5cm]
+
+\Lcs{pspulleys}\OptArgs\\[0.5cm]
+
+\Lcs{pspulleys}[N=4,M=30,h=15,Dx=0.1]
+
+
+\section{Examples}
+
+\begin{center}\xLcs{pspulleys}\xLkeyword{grid}\xLkeyword{N}\xLkeyword{M}\xLkeyword{h}
+\pspulleys[grid,N=1,M=60,h=35]
+
+\vspace{1.5cm}
+\Lcs{pspulleys}[grid,N=1,M=60,h=35]
+\end{center}
+
+\begin{center}
+\pspulleys[N=2,M=60,h=30,Dx=0.41]
+
+\vspace{1.5cm}
+\Lcs{pspulleys}[N=2,M=60,h=30,Dx=0.41]
+\end{center}
+
+\begin{center}
+\pspulleys[N=3,M=60,h=25]
+
+\vspace{1.5cm}
+\Lcs{pspulleys}[N=3,M=60,h=25]
+\end{center}
+
+\begin{center}
+\pspulleys[N=4,M=60,h=20]
+
+\vspace{1.5cm}
+\Lcs{pspulleys}[N=4,M=60,h=20]
+\end{center}
+
+\begin{center}
+\pspulleys[N=5,M=60,h=15]
+
+\vspace{1.5cm}
+\Lcs{pspulleys}[N=5,M=60,h=15]
+\end{center}
+
+\begin{center}
+\pspulleys[N=6,M=60,h=10]
+
+\vspace{1.5cm}
+\Lcs{pspulleys}[N=6,M=60,h=10]
+\end{center}
+
+
+\clearpage
+\section{List of all optional arguments for \texttt{pst-pulleys}}
+
+\xkvview{family=pst-pulleys,columns={key,type,default}}
+
+
+
+
+\bgroup
+\raggedright
+\nocite{*}
+\bibliographystyle{plain}
+\bibliography{pst-pulley-doc}
+\egroup
+
+\printindex
+
+
+\end{document}