diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-09 22:48:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-09 22:48:20 +0000 |
commit | e5a6c6950568e82a64a93d21506185e09559e61b (patch) | |
tree | bf9534480f59ad36100861549c1f25f314119132 /Master/texmf-dist/doc/generic | |
parent | 856ac22d901c0f4f007b58ee5af58f54b40ce4d3 (diff) |
pstricks (9mar13)
git-svn-id: svn://tug.org/texlive/trunk@29320 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/Changes.generic | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf | bin | 0 -> 56896 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news13.tex | 64 |
3 files changed, 65 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.generic b/Master/texmf-dist/doc/generic/pstricks/Changes.generic index 408e417dfad..d9d4c6ae762 100644 --- a/Master/texmf-dist/doc/generic/pstricks/Changes.generic +++ b/Master/texmf-dist/doc/generic/pstricks/Changes.generic @@ -1,4 +1,5 @@ pstricks.tex -------- +2.36 2013-02-09 - fix for introduced bug for pst@dotFill 2.35 2012-12-21 - fix for introduced bug with missing definition for \@width 2.34 2012-11-18 - make package pgffor available diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf Binary files differnew file mode 100644 index 00000000000..878cabf899a --- /dev/null +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex new file mode 100644 index 00000000000..848605f92be --- /dev/null +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex @@ -0,0 +1,64 @@ +%% $Id: pst-news09.tex 62 2008-11-25 19:52:07Z 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,pst-plot} +\usepackage{xkvview} +\let\pstnodeFV\fileversion +\let\pstnodeFD\filedate +\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 -- 2013}\\ \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.tex} (\pstricksFV -- \pstricksFD)} +%-------------------------------------------------------------------------------------- + +A fix for the fill style \Lkeyval{dots} to make it work again: + +\begin{LTXexample}[width=5cm] +\pspicture(4,3) +\psframe[fillstyle=dots](4,3) +\endpspicture +\end{LTXexample} + + +\section{The PostScript header files} +\subsection{\nxLFile{pstricks.pro}} +%-------------------------------------------------------------------------------------- + +\clearpage +\part{Other packages} +\section{\texttt{pst-node} -- version \pstnodeFV\ | \pstnodeFD} + + + + + +\clearpage +\nocite{*} +\bibliographystyle{plain} +\bibliography{PSTricks} + +\printindex + + +\end{document} |