summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-06-24 19:58:27 +0000
committerKarl Berry <karl@freefriends.org>2023-06-24 19:58:27 +0000
commitede09512e1a2caf0d3582c93b26811126bd8b50f (patch)
treefc941a797aa66565f815c33396d0c52448565e52 /Master/texmf-dist/doc/generic
parentebf4db66ae146b0938ff5fe9e8207f57e1e7c5c1 (diff)
circuitikz (24jun23)
git-svn-id: svn://tug.org/texlive/trunk@67458 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r--Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
index 075eafa89bf..ca14148f86a 100644
--- a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
+++ b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
@@ -1,11 +1,22 @@
<!--- 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.6.3 (2023-06-23)
+
+ The main change is that the definition of the "plus" and "minus" symbols used in several parts of the library has changed in order to achieve better alignment of voltages and amplifier symbols when using fonts different from Computer Modern.
+ Additionally, internal connection dots in transistors are configurable and have a new default, and documentation has got several fixes and enhancements.
+
+ - Change the definition of the "minus" symbol (see [this issue](https://github.com/circuitikz/circuitikz/issues/721)) for details
+ - Add documentation on how to contact the border of the source symbols (suggested by [user `@Tipounk` on GitHub](https://github.com/circuitikz/circuitikz/issues/722))
+ - in transistors, solder dots and connection dots for body diodes [are now configurable](https://github.com/circuitikz/circuitikz/issues/720)
+ - Add anchors for the symbols on the `oo`-type sources, suggested [by user @lapreindl on GitHub](https://github.com/circuitikz/circuitikz/issues/725); the symbols have been slightly changed and repositioned in the process
+ - several documentation fixes
+
* Version 1.6.2 (2023-05-13)
Several more styling options for elements (body diodes, transformers, crossing), a clock wedge shape for logical circuits, and documentation updates for ConTeXt, mainly noticing the (upstream) elimination of the thin `siunitx` layer compatibility macros.
- - there is no `siunitx` support for ConTeXt, point to the `units` package
+ - There is no `siunitx` support for ConTeXt, point to the `units` package
- `context` compatibility can have glitches: please see [this issue](https://github.com/circuitikz/circuitikz/issues/706)
- Add styling of `transform core` lines (suggested by [user `@myzinsky` on GitHub](https://github.com/circuitikz/circuitikz/issues/702))
- Add `scale` to the bodydiode options (suggested by [user `@sputeanus` on GitHub](https://github.com/circuitikz/circuitikz/issues/703))