summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-10-12 22:06:25 +0000
committerKarl Berry <karl@freefriends.org>2019-10-12 22:06:25 +0000
commit99ec425b8fb26a84dadfc706c8f58738321c0e98 (patch)
treee1c8c5a5a54dde4bf050b34fd697f970d559515f /Master/texmf-dist/doc/generic
parent661224f6f6665b1a5928a419b2415190887cdfa4 (diff)
circuitikz (13oct19)
git-svn-id: svn://tug.org/texlive/trunk@52354 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r--Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md14
-rw-r--r--Master/texmf-dist/doc/generic/circuitikz/README.md10
2 files changed, 22 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
index c3a3d700c5c..8eee36e2e8a 100644
--- a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
+++ b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
@@ -1,6 +1,20 @@
<!--- 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 0.9.5 (2019-10-12)
+
+ This release basically add features to better control labels, voltages and similar text "ornaments" on bipoles, plus some other minor things.
+
+ On the bug fixes side, a big incompatibility with ConTeXt has been fixed, thanks to help from `@TheTeXnician` and `@hmenke` on `github.com`.
+
+ - Added a "midtap" anchor for coils and exposed the inner coils shapes in the transformers
+ - Added a "curved capacitor" with polarity coherent with "ecapacitor"
+ - Added the possibility to apply style and access the nodes of bipole's text ornaments (labels, annotations, voltages, currents and flows)
+ - Added the possibility to move the wiper in resistive potentiometers
+ - Added a command to load and set a style in one go
+ - Fixed internal font changing commands for compatibility with ConTeXt
+ - Fixed hardcoded black color in "elko" and "elmech"
+
* Version 0.9.4 (2019-08-30)
This release introduces two changes: a big one, which is the styling of the components (please look at the manual for details) and a change to how voltage labels and arrows are positioned. This one should be backward compatible *unless* you used `voltage shift` introduced in 0.9.0, which was broken when using the global `scale` parameter.
diff --git a/Master/texmf-dist/doc/generic/circuitikz/README.md b/Master/texmf-dist/doc/generic/circuitikz/README.md
index 574ed248597..9ba8dacdcd7 100644
--- a/Master/texmf-dist/doc/generic/circuitikz/README.md
+++ b/Master/texmf-dist/doc/generic/circuitikz/README.md
@@ -45,9 +45,9 @@ If you want to use older versions of `circuitikz` in LaTeX, just append the vers
```latex
\usepackage{circuitikz-0.8.3}
```
-The available versions are 0.8.3, 0.7, 0.6 and 0.4.
+The available versions are specified in the manual.
-In ConTeXt, only the 0.8.3 version is available for the time being; you can use it with
+In ConTeXt, you can use older version with
```latex
\usemodule[circuitikz-0.8.3]
```
@@ -58,6 +58,12 @@ Be aware that options can (and do) change between versions, so you have to check
More Information can be found in the manual and (maybe) at the wiki of the project located at https://github.com/circuitikz/circuitikz/wiki.
## Contact the authors
+
+For bug reports and enhacement suggestions, the preferred way is to use the issue page on the project https://github.com/circuitikz/circuitikz/issues . Please be ready to provide an example code showing the bug, if any.
+
+Please do not use the issue page for generic help on how to use the package. The manual has a (growing) set of examples;
+also the questions tagged `circuitikz` on https://tex.stackexchange.com/ are often answered promptly.
+
* git: https://github.com/circuitikz/circuitikz
* Massimo Redaelli (m.redaelli@gmail.com)
* Stefan Lindner (stefan.lindner@fau.de)