diff options
author | Karl Berry <karl@freefriends.org> | 2009-02-24 01:37:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-02-24 01:37:56 +0000 |
commit | 4b8a8e3619a77ff4d53e491418d36958a2461cb0 (patch) | |
tree | 930dcd333cf3d9346064cc0eaa7f6aa01368c49d /Master/texmf-dist/doc/generic/pst-circ | |
parent | e53878f5d965690a73010793723c0942c80d7818 (diff) |
pst-circ 1.51 (23feb09)
git-svn-id: svn://tug.org/texlive/trunk@12220 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-circ')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-circ/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.pdf | bin | 525727 -> 531073 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.tex | 11 |
3 files changed, 11 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-circ/Changes b/Master/texmf-dist/doc/generic/pst-circ/Changes index 9761c52a5f2..a89f6d49004 100644 --- a/Master/texmf-dist/doc/generic/pst-circ/Changes +++ b/Master/texmf-dist/doc/generic/pst-circ/Changes @@ -1,3 +1,4 @@ +1.51 2009-02-21 - add SQUID symbol 1.50 2009-02-01 - add RFLine symbol - internal changes to the code - make all microwave symbols work with 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 16a79365bc4..9a7bd221d6e 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 680995da294..144df1a3960 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 @@ -1,4 +1,4 @@ -%% $Id: pst-circ-doc.tex 91 2009-02-01 15:51:45Z herbert $ +%% $Id: pst-circ-doc.tex 96 2009-02-21 09:18:47Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings headexclude,footexclude,oneside]{pst-doc} \usepackage[utf8]{inputenc} @@ -53,6 +53,7 @@ Thanks to: \\ \mbox{Fran\c{c}ois Boone}, \mbox{Jean-C\^ome Charpentier}, \mbox{Patrick Drechsler}, + \mbox{Amit Finkler}, \mbox{Henning Heinze}, \mbox{Manuel Luque}, \mbox{Ted Pavlic}, @@ -261,6 +262,14 @@ objects you are drawing. You'll find a list in Section~\ref{sec:para} on p.~\pag \end{pspicture} \end{LTXexample} +\begin{LTXexample}[width=3.5cm] +\begin{pspicture}(3,2) + \pnode(0,1){A} + \pnode(3,1){B} + \SQUID(A)(B){S} +\end{pspicture} +\end{LTXexample} + \bigskip \subsubsection{Tripole macros} |