diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r-- | Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/circuitikz/README.md | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md index 3148e799cde..16b159e18b4 100644 --- a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md +++ b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md @@ -1,6 +1,14 @@ <!--- CircuiTikz - Changelog ---> The major changes among the different CircuiTikZ versions are listed here. See <https://github.com/circuitikz/circuitikz/commits> for a full list of changes. +* Version 1.3.8 (2021-06-15) + + The big news of this release is the ability to selectively draw the pins of the integrated circuit and mux-demuxes symbols. + + - Add `draw only pins` feature to `dipchip` and `qfpchip`, thanks to [Jonathan P. Spratte](https://github.com/circuitikz/circuitikz/pull/550), and a similar option to control the pins of `muxdemux` + - Make `dipchip` and `qfpchip` respect `no input leads` option + - Several corrections to the manual + * version 1.3.7 (2021-06-01) Minor release, mainly documentation upgrades. diff --git a/Master/texmf-dist/doc/generic/circuitikz/README.md b/Master/texmf-dist/doc/generic/circuitikz/README.md index d92c284d5ce..2f7593a7d26 100644 --- a/Master/texmf-dist/doc/generic/circuitikz/README.md +++ b/Master/texmf-dist/doc/generic/circuitikz/README.md @@ -31,7 +31,8 @@ in the preamble and compile away, both with PS and PDF target output. ### Development version -If you want to use the git version, just append a git to the package name: +If you want to use the git version, go to the [GitHub page for the project](https://circuitikz.github.io/circuitikz/), download the lasted version (or the one you want to use) — it's the links called "download the latest version in a single file". You will have a file called `circuitikzgit.sty` that you should put somewhere in your LaTeX input path; the best place is in the same directory where your main file live. Then, just use it instead of the normal one: + ```latex \usepackage[siunitx, RPvoltages]{circuitikzgit} ``` |