Romano Giannetti

Results 146 comments of Romano Giannetti

Just my 2cents: I think that the "attach mode" is quite strange and difficult to explain, and it plays with the .xopp file name in a strange way. My workflow...

To add something to experiment with. I wrote [a Python script](https://gist.github.com/Rmano/69a65024a454c4c4383061d0c9d99c7f) that removes the full path. I have a `xournalpp` file editing a test file called `pdf3pages.pdf`. If I apply...

> I’m not sure how to get the files onto my computer from the PR, so I will wait until main branch gets updated. I have this small cheat sheet...

> I tried your commands, this is what I get in response when doing it from the xournalpp folder I downloaded from the master branch using git clone (both from...

Yes, I kind of remember those. My feeling is that what you drawn is more a physical diagram than a circuit, and so probably plain TikZ and pics are better...

There is (still) no interface for a loadable module... 😳 I'd like to add it, but I never found time. For now, you can just think of a simple input-able...

Additional comment: where I see the main problem is managing the "connection" between sides of the magnetic circuit. When implementing a `to-path` routine, you have no look-ahead to the circuit....

I'm sorry for your lack of time; probably this is a show-stopper. You can use some graphically oriented program, like for example XCircuit: http://opencircuitdesign.com/xcircuit/ (there is no https available, unfortunately)....

I found the code, pasting here with no comments... ```latex documentclass[border=10pt]{standalone} \usepackage[siunitx, RPvoltages]{circuitikz} \usepackage{mathpazo} \usetikzlibrary{shapes.symbols, backgrounds, fit} \usepackage{stackengine} \DeclareSIUnit{\uF}{\micro\farad} \DeclareSIUnit{\nF}{\nano\farad} \ctikzsetstyle{romano} \begin{document} \begin{tikzpicture}[] \draw (0,0) node[dipchip, rotate=90, anchor=pin 8, circuitikz/chips/scale=1.5,...

I'll add the previous example to the manual, reopening as a documentation issue.