summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-circ
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-06-27 16:31:03 +0000
committerKarl Berry <karl@freefriends.org>2013-06-27 16:31:03 +0000
commiteeeb860e63fdf6d8e9c0c18825a887aec80eed7e (patch)
tree273652f22e95117dd0dd1726d396e11681448977 /Master/texmf-dist/doc/generic/pst-circ
parentd461a65ed824ec63c77f4ef241065619f3e8804b (diff)
pst-circ (16jun13)
git-svn-id: svn://tug.org/texlive/trunk@30977 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/Changes1
-rw-r--r--Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.bib9
-rw-r--r--Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.pdfbin766181 -> 768477 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.tex38
4 files changed, 37 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-circ/Changes b/Master/texmf-dist/doc/generic/pst-circ/Changes
index 9fa98a677c2..62a60c9e245 100644
--- a/Master/texmf-dist/doc/generic/pst-circ/Changes
+++ b/Master/texmf-dist/doc/generic/pst-circ/Changes
@@ -1,3 +1,4 @@
+2.04 2013-06-13 - added new optional argument matlabel and labelstyle
2.03 2013-05-15 - added new symbol newSwitch and new option ison (cs)
2.02 2011-05-11 - fix bug with \psdot in transistor module
2.01 2011-03-03 - typos
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 8ac6e1be793..7386b87ef55 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
@@ -19,15 +19,6 @@
}
-@Manual{pdftricks,
- Title = {PSTricks Support for pdf},
- Author = {Herbert Voss},
- Organization = {},
- Address = {\url{http://PSTricks.de/pdf/pdfoutput.phtml}},
- Note = {},
- year = 2002,
-}
-
@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
index a3fb5f3091a..5cba0147a79 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
Binary files differ
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 1ba9c0ebd15..d7be2f92dc2 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 780 2013-05-15 06:35:30Z herbert $
+%% $Id: pst-circ-doc.tex 793 2013-06-15 06:04:20Z herbert $
\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings
headexclude,footexclude,oneside]{pst-doc}
\usepackage[utf8]{inputenc}
@@ -491,7 +491,41 @@ well chosen, so don't try to use tripole macros in strange situations!
\end{pspicture}
\end{LTXexample}
-\bigskip
+
+\begin{LTXexample}[pos=b]
+\psset{mathlabel,labelstyle=\tt}
+\def\pcTran(#1)(#2){\psline(#1)(#2|#1)(#2)}% only 2 segements
+\psset{circedge=\pcTran,connectingdot=false}
+
+\begin{pspicture}(10,10)
+\pnode(1,1){G1}\pnode(6,1){G2}\pnode(7.5,1){G3}
+\newground[arrows=o](G1)\newground(G2)\newground(G3)
+\pnode(1,3){D1u}\pnode(7,3){T1B}\pnode(0,3){IB}\pnode(4,4){T2B}
+\newdiode(G1)(D1u){D1}\qdisk(D1u){2pt}
+\transistor[TRot=270,arrows=-o](T2B)(IB)(T1B)
+\pnode(8,7){O1}%junction to out
+\transistor(T1B)(G3)(O1)
+\pnode(1,6){D2u}\pnode(1,4){G4}
+\newground(G4)
+\newdiode(G4)(D2u){D2}\qdisk(D2u){2pt}
+\pnode(2.5,7){T4B}\pnode(0,6){IA}\pnode(5.5,5){T3B}\pnode(6,7){R3d}
+\transistor[TRot=270,arrows=-o](T4B)(IA)(T3B)\uput[90](IA){$\mathtt{A}$}
+\transistor(T3B)(G2)(R3d)\uput[90](IB){$\mathtt{B}$}
+\pnode(2.5,10){VCC1}\pnode(4,10){VCC2}\pnode(6,10){VCC3}
+\resistor[arrows=o-](VCC1)(T4B){4{,}7k\Omega}
+\resistor[arrows=o-](VCC2)(T2B){4{,}7k\Omega}
+\resistor[arrows=o-](VCC3)(R3d){100\Omega}
+\wire[arrows=*-o](R3d)(O1)
+\uput[90](O1){$\mathtt{OUT}$} \qdisk(7.5,7){2pt}
+\end{pspicture}
+\end{LTXexample}
+
+
+
+
+
+
+\clearpage
\subsubsection{Quadrupole macros}
\xLcs{quadripole}