diff options
author | Karl Berry <karl@freefriends.org> | 2014-10-10 22:04:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-10-10 22:04:19 +0000 |
commit | a9feb4ef4a79b2a7d1ceb7df7c9fbacd7f9f3b86 (patch) | |
tree | 1a09a6df10b1e24e5389f1240cee9e80202e9188 | |
parent | 2afe81e876627e6ab68d6f8999467e2559ad70b1 (diff) |
pst-circ (10oct14)
git-svn-id: svn://tug.org/texlive/trunk@35347 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-circ/Changes | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.bib | 10 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.pdf | bin | 724774 -> 838334 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.tex | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-circ/pst-circ.tex | 4 |
5 files changed, 9 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-circ/Changes b/Master/texmf-dist/doc/generic/pst-circ/Changes index 8135947ade1..2988e207067 100644 --- a/Master/texmf-dist/doc/generic/pst-circ/Changes +++ b/Master/texmf-dist/doc/generic/pst-circ/Changes @@ -1,6 +1,7 @@ -2.12 2014-07-30 . Added new tripole powermeter. -2.11 2014-06-24 . Added new key circ={} for specific key setting. -2.10 2014-06-19 . Added more alternative styles (Patrice Mégret) +2.12a 2014-10-09 . Updated documentation +2.12 2014-07-30 . Added new tripole powermeter. +2.11 2014-06-24 . Added new key circ={} for specific key setting. +2.10 2014-06-19 . Added more alternative styles (Patrice Mégret) fixed bug for quadrupoles 2.09 2014-05-18 - allow empty arguments for logicSymbolstyle and logicLabelstyle diff --git a/Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.bib b/Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.bib index 7386b87ef55..9656e70ef88 100644 --- a/Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.bib +++ b/Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.bib @@ -9,16 +9,6 @@ year = 1989, } -@Manual{pstricks, - Title = {PSTricks - {\PS} macros for Generic TeX}, - Author = {Timothy Van Zandt}, - Organization = {}, - Address = {\url{http://www.tug.org/application/PSTricks}}, - Note = {}, - year = 1993, -} - - @Manual{miwi, Title = {References for \TeX{} and Friends}, Author = {Michael Wiedmann and Peter Karp}, diff --git a/Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.pdf b/Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.pdf Binary files differindex fd3c0485640..ec609f42c68 100644 --- a/Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.pdf +++ b/Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.pdf diff --git a/Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.tex b/Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.tex index 68ab8db3124..c4eb7f6df7e 100644 --- a/Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.tex @@ -104,6 +104,7 @@ Thanks to: \\ \mbox{Rafal Bartczuk}, \mbox{Christoph Bersch}, \mbox{Fran\c{c}ois Boone}, +\mbox{Vincent Breton}, \mbox{Jean-C\^ome Charpentier}, \mbox{Patrick Drechsler}, \mbox{Amit Finkler}, @@ -133,7 +134,7 @@ Thanks to: \\ \subsection{Parameters} -There are specific paramaters defined to change easily the behaviour of the \LPack{pst-circ} +There are specific parameters defined to change easily the behaviour of the \LPack{pst-circ} objects you are drawing. You'll find a list in Section~\ref{sec:para} on p.~\pageref{sec:para}. \iffalse @@ -1002,7 +1003,7 @@ Wire intersect parameters work also with \Lcs{multidipole}. \end{pspicture} \end{LTXexample} -\xLkeyset{dipolestyle=crystal}\xLcs{capacitor} +\xLkeyset{dipolestyle=crystal}\xLcs{capacitor}\index{Quartz} \begin{LTXexample}[width=3.5cm] \begin{pspicture}(3,2) \pnodes(0,1){A}(3,1){B} diff --git a/Master/texmf-dist/tex/generic/pst-circ/pst-circ.tex b/Master/texmf-dist/tex/generic/pst-circ/pst-circ.tex index e34dbf1093f..8e806774869 100644 --- a/Master/texmf-dist/tex/generic/pst-circ/pst-circ.tex +++ b/Master/texmf-dist/tex/generic/pst-circ/pst-circ.tex @@ -26,8 +26,8 @@ \ifx\PSTXKeyLoaded\endinput \else\input pst-xkey \fi \ifx\PSTMultidoLoaded\endinput\else\input multido.tex\fi % -\def\fileversion{2.12} -\def\filedate{2014/07/30} +\def\fileversion{2.12a} +\def\filedate{2014/10/09} \message{`pst-circ' v\fileversion (hv)} % \edef\PstAtCode{\the\catcode`\@} |