circuitikz / circuitikz Public
master
Commits on Sep 6, 2021
-
Merge pull request #583 from Rmano/release-1.4.3
Prepare for release 1.4.3 (2021-09-06) Minor release, mainly a single bugfix. - added hidden anchors of `ooosource` to the manual - fix a bug in anchors of `ooosource` (they did not respect class scaling) - faster `use fpu reciprocal` (thanks to Henri Menke)
-
Prepare for release 1.4.3 (2021-09-06)
Minor release, mainly a single bugfix. - added hidden anchors of `ooosource` to the manual - fix a bug in anchors of `ooosource` (they did not respect class scaling) - faster `use fpu reciprocal` (thanks to Henri Menke)
Commits on Sep 1, 2021
-
Merge pull request #582 from Rmano/speedup-reciprocal-fpu
Use a faster method for `use fpu reciprocal`
-
Use a faster method for
use fpu reciprocalThanks to Henri Menke 00966c4#commitcomment-54592494
Commits on Jul 29, 2021
-
Merge pull request #581 from Rmano/ooanchors-1.4.3
Fix a bug in `ooosource`: wrong anchor scaling
-
Fix a bug in
ooosource: wrong anchor scalingAlso: bump version, fix manual adding hidden anchors. Add a couple of anchors to `ooosourcetrans`.
Commits on Jul 26, 2021
-
Merge pull request #579 from Rmano/release-1.4.2
Version 1.4.2 (2021-07-26) This is a minor release, containing just a new component and a small set of fixes (mainly in the documentation). - add the `cpe` (constant phase element) - correct minor errors in the manual (capacitor's fill, spaces) and the code.
-
This is a minor release, containing just a new component and a small set of fixes (mainly in the documentation). - add the `cpe` (constant phase element) - correct minor errors in the manual (capacitor's fill, spaces) and the code.
Commits on Jul 20, 2021
-
Merge pull request #578 from Rmano/extra-space-in-desc
Fix space issue in descriptions
-
Fix space issue in descriptions
Add the changelog for the cpe (forgot it!)
-
Merge pull request #577 from Rmano/add-cpe
Adding the Constant Phase Element
-
Adding the Constant Phase Element
Suggested by user `richinex`: https://tex.stackexchange.com/q/605668/38080
Commits on Jul 15, 2021
-
Merge pull request #575 from Rmano/restart-1.4.2
Correction to the manual (doh!)
-
Correction to the manual (doh!)
Also, \protect (thanks Jonathan P. Spratte) \ctikzsubcircuitdef
Commits on Jul 14, 2021
-
Merge pull request #574 from Rmano/release-1.4.1
CTAN release 1.4.1 (2021-07-14) This version has an important bug fix for label positioning when using once-relative style coordinates (the ones with a single `+`, like `+(1,1)`.) Moreover, the possibility to have voltage, current, and flow labels *without* the symbols (arrows, etc.) has been added, which greatly simplify some personalization of these elements. - Added the generic tunable macro - Added `no v symbols` (and also for `i` and `f`), thanks to a head-up by user @judober on GitHub - Fixed label position for `+()` style coordinates
-
CTAN release 1.4.1 (2021-07-14)
This version has an important bug fix for label positioning when using once-relative style coordinates (the ones with a single `+`, like `+(1,1)`.) Moreover, the possibility to have voltage, current, and flow labels *without* the symbols (arrows, etc.) has been added, which greatly simplify some personalization of these elements. - Added the generic tunable macro - Added `no v symbols` (and also for `i` and `f`), thanks to a head-up by user @judober on GitHub - Fixed label position for `+()` style coordinates
-
-
-
-
Commits on Jul 13, 2021
-
Add
no v symbolskey to suppress only voltage symbolsThis will permit to automatically set the labels but suppress voltage arrows (or + and - symbols).
Commits on Jul 11, 2021
-
Merge pull request #572 from Rmano/capacitors-parameters
A bit of love for capacitors...
-
-
Adjust capacitor parameters, add filling option
Capacitors parameters were very different from one capacitor to another; this changes the meaning of the (internal) parameters but maintains the existing shapes. The possibility to fill the capacitor gap space has been added.
-
Fix the problem with
+()style relative coordinates (#570)* Fix the problem with `+()` style relative coordinates This has been created (I think) by a combination of the change in 6c1ca8c (yes!) and the change pgf-tikz/pgf@95d8a97 (probably). See https://tex.stackexchange.com/questions/604366/how-do-i-fix-incorrect-label-placement Thanks to https://tex.stackexchange.com/users/27312/skvery for noticing Thanks to @muzimuzhi for reviewing and catching a typo
Commits on Jul 9, 2021
-
Merge pull request #568 from Rmano/generic-tunable
Add a generic component tunable arrow
Commits on Jul 6, 2021
-
Merge pull request #565 from Rmano/release-1.4.0
CTAN release 1.4.0 (2021-07-06) The main news is that *package rollback* for `circuitikz` has been implemented (LaTeX-only, of course). Additionally, a small but important change in the path (`to`) construction that should fix some warning from Ti*k*Z and give better line joins in wire corners. - bump version to 1.4.0 - implement the version rollback: time travel to 0.4! - remove a wrong movement in the path construction
-
CTAN release 1.4.0 (2021-07-06)
The main news is that *package rollback* for `circuitikz` has been implemented (LaTeX-only, of course). Additionally, a small but important change in the path (`to`) construction that should fix some warning from Ti*k*Z and give better line joins in wire corners. - bump version to 1.4.0 - implement the version rollback: time travel to 0.4! - remove a wrong movement in the path construction
Commits on Jul 5, 2021
-
Merge pull request #564 from Rmano/rollback
Set up the rollback system for LaTeX `circuitikz`