iic-jku / analog-circuit-design

Course material for a basic-level circuit design course using Xschem and ngspice
Apache License 2.0
7 stars 1 forks source link

Text scaling in schematics is broken in the PDF #4

Closed michaelk99 closed 1 day ago

michaelk99 commented 1 month ago

The scale and placement of port and circuit component labels is wrong in the PDF.

Example

image

hpretl commented 3 weeks ago

I have debugged down to this:

So for now I removed all Latex-style labels from the circuit figures. This is not ideal, but solved the issue for now. Let us keep this open until the tool chain is fixed.

hpretl commented 1 day ago

Solved! :-) One has to add sd.svgconfig.svg2 = False to make it work. I will now rework all the schematics.