diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-06 23:01:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-06 23:01:18 +0000 |
commit | 04e211f107eb8723e3df5cb49ee72fb0a191e6e4 (patch) | |
tree | 91b70654e05a91c7fb8c0944d14371161d019b53 /Master/texmf-dist/doc/latex/circuitikz/changelog.tex | |
parent | 24f9b9f3765cce36b365687c66f49278a94fbc7a (diff) |
circuitikz (6jun16)
git-svn-id: svn://tug.org/texlive/trunk@41299 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuitikz/changelog.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/circuitikz/changelog.tex | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/circuitikz/changelog.tex b/Master/texmf-dist/doc/latex/circuitikz/changelog.tex index 4fb58529660..c8d89491bed 100644 --- a/Master/texmf-dist/doc/latex/circuitikz/changelog.tex +++ b/Master/texmf-dist/doc/latex/circuitikz/changelog.tex @@ -1,11 +1,39 @@ %DO NOT EDIT THIS AUTOMATICALLY GENERATED FILE, run "make changelog" at toplevel!!! The major changes among the different circuitikz versions are listed -here. See \url{https://github.com/mredaelli/circuitikz/commits} for a +here. See \url{https://github.com/circuitikz/circuitikz/commits} for a full list of changes. \begin{itemize} \itemsep1pt\parskip0pt\parsep0pt \item + Version 0.6 (2016-06-06) + + \begin{itemize} + \itemsep1pt\parskip0pt\parsep0pt + \item + Added Mechanical Symbols (damper,mass,spring) + \item + Added new connection style diamond, use (d-d) + \item + Added new sources voosource and ioosource (double zero-style) + \item + All diode can now drawn in a stroked way, just use globel option + ``strokediode'' or stroke instead of full/empty, or D-. Use this + option for compliance with DIN standard EN-60617 + \item + Improved Shape of Diodes:tunnel diode, Zener diode, schottky diode + (bit longer lines at cathode) + \item + Reworked igbt: New anchors G,gate and new L-shaped form Lnigbt, + Lpigbt + \item + Improved shape of all fet-transistors and mirrored p-chan fets as + default, as pnp, pmos, pfet are already. This means a + backward-incompatibility, but smaller code, because p-channels + mosfet are by default in the correct direction(source at top). Just + remove the `yscale=-1' from your p-chan fets at old pictures. + \end{itemize} +\item Version 0.5 (2016-04-24) \begin{itemize} |