diff options
author | Karl Berry <karl@freefriends.org> | 2013-12-30 23:37:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-12-30 23:37:18 +0000 |
commit | aff2c3672a30400e7eb0e29f6db8d2c06e399297 (patch) | |
tree | 6999c816d2288e2aed80d872549b08c530da41ca /Master/texmf-dist/doc/generic/pstricks/pst-news14.tex | |
parent | 60fc3c6750c727bcf42ee4601a1fb2c8f28dbc38 (diff) |
pstricks (27dec13)
git-svn-id: svn://tug.org/texlive/trunk@32515 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks/pst-news14.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news14.tex | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news14.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news14.tex new file mode 100644 index 00000000000..097e1dd31db --- /dev/null +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news14.tex @@ -0,0 +1,77 @@ +%% $Id: pst-news13.tex 856 2013-12-09 10:34:40Z herbert $ +\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings + headexclude,footexclude,oneside]{pst-doc} +\listfiles +\let\Lfile\LFile +\usepackage[utf8]{inputenc} +\usepackage{pst-node} +\let\pstnodeFV\fileversion +\let\pstnodeFD\filedate +\usepackage{pst-plot} +\usepackage{xkvview} +\renewcommand\bgImage{\psscalebox{15}{\color{blue!20}2013}} +\def\textat{\char064} +\lstset{explpreset={pos=l,width=-99pt,overhang=0pt,hsep=\columnsep,vsep=\bigskipamount,rframe={}}, + escapechar=?} +\begin{document} + +%\psset{PstDebug=1} +\title{\texttt{News -- 2014}\\ \Large new macros and bugfixes for the +basic package \nxLFile{pstricks}} +\author{Herbert Voß} +\date{\today} + +\maketitle + +\clearpage +\tableofcontents + +\clearpage +\part{\texttt{pstricks} -- package} + +%-------------------------------------------------------------------------------------- +\section{\texttt{pstricks.sty}} +%-------------------------------------------------------------------------------------- + + +%-------------------------------------------------------------------------------------- +\section{\texttt{pstricks.tex} (\pstricksFV -- \pstricksFD)} +%-------------------------------------------------------------------------------------- + +\subsection{New macro \nxLcs{psRing}} + +\begin{BDef} +\LcsStar{psRing}\OptArgs\Largr{\CAny}\OptArg{\Largs{start,end}}\Largb{Inner Radius}\Largb{Outer Radius} +\end{BDef} + + +\begin{LTXexample}[width=5cm] +\begin{pspicture}[showgrid](4,4) + \psRing(2,2){0.3}{0.8} + \psRing*[opacity=0.5](2,2){1}{2} +\psdot(2,2) +\end{pspicture} +\end{LTXexample} + + +\begin{LTXexample}[width=5cm] +\begin{pspicture}[showgrid](4,4) + \psRing[linecolor=red](2,2)[30,60]{1}{2} + \psRing[opacity=0.5,fillstyle=solid, + fillcolor=red](2,2)[60,30]{1}{2} +\psdot(2,2) +\end{pspicture} +\end{LTXexample} + + +\clearpage +\nocite{*} +\bibliographystyle{plain} +\bibliography{PSTricks} + +\printindex + + +\end{document} + + |