Skip to content

Small issue for tikzmark and circuitikz #21

@Rmano

Description

@Rmano

(With reference to https://tex.stackexchange.com/questions/185279/anchoring-tikz-pics/611460?noredirect=1#comment1856966_611460 )

So --- I think I found the bug that made circuitikz unable to work with pics. The bug is mine on the circuitikz side, so nothing to do here. But I found a small issue for the pic anchor thing (I'll add a MWE when it will be possible to run it, unless you're ok with patching circuitikz for now).

The problem is that the compilation does not converge. I do a lot of calculations, and latexmk continued saying me that it needed to recompile. The "culprit" resulted to be:

--- auxone.aux	2025-05-23 12:16:05.241331093 +0200
+++ auxtwo.aux	2025-05-23 12:16:22.801595643 +0200
@@ -1,4 +1,4 @@
 \relax 
-\savepointas{two-origin}{pgfid1}{102.83437pt}{30.80986pt}
-\savepointas{two-anchor}{pgfid1}{62.59601pt}{22.7623pt}
+\savepointas{two-origin}{pgfid1}{102.83438pt}{30.80984pt}
+\savepointas{two-anchor}{pgfid1}{62.59601pt}{22.76227pt}
 \gdef \@abspage@last{1}

That is, rounding errors in the anchors' calculation. Given that I think that those numbers are well over maximum pgfmath precision, do you think it would be possible to round them a couple of decimal places less?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions