summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r--Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md20
-rw-r--r--Master/texmf-dist/doc/generic/circuitikz/README.md7
2 files changed, 23 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
index a9c30cfded5..c3a3d700c5c 100644
--- a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
+++ b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
@@ -1,6 +1,24 @@
<!--- 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.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.
+
+ The styling additions are quite big, and, although in principle they are backward compatible, you can find corner cases where they are not, especially if you used to change parameters for `pgfcirc.defines.tex`; so a snapshot for the 0.9.3 version is available.
+
+ - Fixed a bug with "inline" gyrators, now the circle will not overlap
+ - Fixed a bug in input anchors of european not ports
+ - Fixed "tlinestub" so that it has the same default size than "tline" (TL)
+ - Fixed the "transistor arrows at end" feature, added to styling
+ - Changed the behavior of "voltage shift" and voltage label positioning to be more robust
+ - Added several new anchors for "elmech" element
+ - Several minor fixes in some component drawings to allow fill and thickness styles
+ - Add 0.9.3 version snapshots.
+ - Added styling of relative size of components (at a global or local level)
+ - Added styling for fill color and thickeness
+ - Added style files
+
* Version 0.9.3 (2019-07-13)
- Added the option to have "dotless" P-MOS (to use with arrowmos option)
- Fixed a (puzzling) problem with coupler2
@@ -17,7 +35,7 @@ The major changes among the different circuitikz versions are listed here. See <
- Added rotary switches
- Added more configurable bipole nodes (connectors) and more shapes
- Added 7-segment displays
- - Added vacuum tubes by J. op den Brouw
+ - Added vacuum tubes by J. op den Brouw
- Made the open shape of dcisources configurable
- Made the arrows on vcc and vee configurable
- Fixed anchors of diamondpole nodes
diff --git a/Master/texmf-dist/doc/generic/circuitikz/README.md b/Master/texmf-dist/doc/generic/circuitikz/README.md
index 7f9009e98d1..574ed248597 100644
--- a/Master/texmf-dist/doc/generic/circuitikz/README.md
+++ b/Master/texmf-dist/doc/generic/circuitikz/README.md
@@ -20,9 +20,9 @@ The stable version is available on ctan and is included within the major latex d
### Stable version
Just place
```latex
- \usepackage{circuitikz}
+ \usepackage[siunitx, RPvoltages]{circuitikz}
```
-or, for ConTeXt,
+or other opions, for ConTeXt,
```latex
\usemodule[circuitikz]
```
@@ -32,7 +32,7 @@ in the preamble and compile away, both with PS and PDF target output.
If you want to use the git version, just append a git to the package name:
```latex
- \usepackage{circuitikzgit}
+ \usepackage[siunitx, RPvoltages]{circuitikzgit}
```
or, for ConTeXt,
```latex
@@ -52,6 +52,7 @@ In ConTeXt, only the 0.8.3 version is available for the time being; you can use
\usemodule[circuitikz-0.8.3]
```
+Be aware that options can (and do) change between versions, so you have to check them manually.
## More Information
More Information can be found in the manual and (maybe) at the wiki of the project located at https://github.com/circuitikz/circuitikz/wiki.