diff options
author | Karl Berry <karl@freefriends.org> | 2015-05-15 21:47:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-05-15 21:47:32 +0000 |
commit | ad669530a9056a6c30abd6a337d481e646c5bc82 (patch) | |
tree | e7616304c393504e0ddfb3631c71db49ef830ee5 /Master/texmf-dist/doc/generic/circuitikz | |
parent | ff006c2d366e4f0f3503a131959ab1ae04ea5e5f (diff) |
circuitikz (15may15)
git-svn-id: svn://tug.org/texlive/trunk@37410 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/circuitikz')
-rw-r--r-- | Master/texmf-dist/doc/generic/circuitikz/CHANGELOG | 91 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/circuitikz/README | 40 |
2 files changed, 131 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG new file mode 100644 index 00000000000..f9dd95f78a6 --- /dev/null +++ b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG @@ -0,0 +1,91 @@ +CircuiTikz - Changelog + +* Version 0.4 + - minor improvements to documentation + - comply with TDS + - merge high frequency symbols by Stefan Erhardt + - added switch (not opening nor closing) + - added added solder dot in some transistors + - improved ConTeXt compatibility + +* Version 0.3.1 + - different management of color... + - fixed typo in documentation + - fixed an error in the angle computation in voltage and current routines + - fixed problem with label size when scaling a tikz picture + - added gas filled surge arrester + - added compatibility option to work with Tikz's own circuit library + - fixed infinite in arctan computation + +* Version 0.3.0 + - fixed gate node for a few transistors + - added mixer + - added fully differential op amp (by Kristofer M. Monisit) + - now general settings for the drawing of voltage can be overridden for specific components + - made arrows more homogeneous (either the current one, or latex' bt pgf) + - added the single battery cell + - added fuse and asymmetric fuse + - added toggle switch + - added varistor, photoresistor, thermocouple, push button + - added thermistor, thermistor ptc, thermistor ptc + - fixed misalignment of voltage label in vertical bipoles with names + - added isfet + - added noiseless, protective, chassis, signal and reference grounds (Luigi «Liverpool») + +* Version 0.2.4 + - added square voltage source (contributed by Alistair Kwan) + - added buffer and plain amplifier (contributed by Danilo Piazzalunga) + - added squid and barrier (contributed by Cor Molenaar) + - added antenna and transmission line symbols contributed by Leonardo Azzinnari + - added the changeover switch spdt (suggestion of Fabio Maria Antoniali) + - rename of context.tex and context.pdf (thanks to Karl Berry) + - updated the email address + - in documentation, fixed wrong (non-standard) labelling of the axis in an example (thanks to prof. Claudio Beccaria) + - fixed scaling inconsistencies in quadrupoles + - fixed division by zero error on certain vertical paths + - introduced options straighlabels, rotatelabels, smartlabels + +* Version 0.2.3 + - fixed compatibility problem with label option from tikz + - Fixed resizing problem for shape ground + - Variable capacitor + - polarized capacitor + - ConTeXt support (read the manual!) + - nfet, nigfete, nigfetd, pfet, pigfete, pigfetd (contribution of Clemens Helfmeier and Theodor +Borsche) + - njfet, pjfet (contribution of Danilo Piazzalunga) + - pigbt, nigbt + - *backward incompatibility* potentiometer is now the standard resistor-with-arrow-in-the-middle; the old potentiometer is now known as variable resistor (or vR), similarly to variable inductor and variable capacitor + - triac, thyristor, memristor + - new property "name" for bipoles + - fixed voltage problem for batteries in american voltage mode + - european logic gates + - *backward incompatibility* new american standard inductor. Old american inductor now called "cute inductor" + - *backward incompatibility* transformer now linked with the chosen type of inductor, and version with core, too. Similarly for variable inductor + - *backward incompatibility* styles for selecting shape variants now end are in the plural to avoid conflict with paths + - new placing option for some tripoles (mostly transistors) + - mirror path style + + +* Version 0.2.2 - 20090520 + - Added the shape for lamps. + - Added options \texttt{europeanresistor}, \texttt{europeaninductor}, \texttt{americanresistor} and \texttt{americaninductor}, with corresponding styles. + - FIXED: error in transistor arrow positioning and direction under negative \texttt{xscale} and \texttt{yscale}. + +* Version 0.2.1 - 20090503 + - Op-amps added + - added options arrowmos and noarrowmos, to add arrows to pmos and nmos + +* Version 0.2 - 20090417 +First public release on CTAN + - *Backward incompatibility*: labels ending with \texttt{:}\textit{angle} are not parsed for positioning anymore. + - Full use of \TikZ\ keyval features. + - White background is not filled anymore: now the network can be drawn on a background picture as well. + - Several new components added (logical ports, transistors, double bipoles, \ldots). + - Color support. + - Integration with {\ttfamily siunitx}. + - Voltage, american style. + - Better code, perhaps. General cleanup at the very least. + +* Version 0.1 - 2007-10-29 +First public release diff --git a/Master/texmf-dist/doc/generic/circuitikz/README b/Master/texmf-dist/doc/generic/circuitikz/README new file mode 100644 index 00000000000..af83ad27ed3 --- /dev/null +++ b/Master/texmf-dist/doc/generic/circuitikz/README @@ -0,0 +1,40 @@ +This is CircuiTikz, version 0.4. + +This package provides a set of macros for naturally typesetting electrical and (somewhat less naturally, perhaps) electronical networks. + +It was born mainly for writing my own exercise book and exams sheets for the Elettrotecnica courses at Politecnico di Milano, Italy. I wanted a tool that was easy to use, with a lean syntax, native to \LaTeX, and supporting directly PDF output format. + +So I based everything with the very impressive (if somewhat verbose at times) \TikZ\ package. + +-------------- + +** Requirements +Tikz graphics library, version 2 +xstrings not older than 2009/03/13 + +** Installation +Unpack everything in a directory in the TeX search path and refresh the TeX db. + +** Usage +Just place + + \usepackage{circuitikz} + +or, for ConTeXt, + + \usemodule[circuitikz] + +in the preamble and compile away, both with PS and PDF target output. + +** Contact the author +m.redaelli@gmail.com +git: https://github.com/mredaelli/circuitikz + +------------- + +Copyright 2007-13 by Massimo Redaelli + +This file may be distributed and/or modified + +1. under the LaTeX Project Public License and/or +2. under the GNU Public License. |