jonschz
jonschz
I will take a look at bending soon, can't tell yet how hard it is going to be. A quick test has shown that using Bezier curves is possible, but...
Hello everyone, based on the feedback I went on to implement multiple arrows and bending (with some known issues, see below).  Click to expand code ````latex \documentclass[11pt,a4paper]{article} \usepackage{tikz} \usetikzlibrary{cd}...
Dear @varkor, thank you for the in-depth response. ### Status quo I am going through an example implementation of parallel Bezier curves: [interactive example](https://pomax.github.io/bezierinfo/#offsetting), [source code](https://github.com/Pomax/bezierinfo/blob/master/chapters/offsetting/offsetting.js). Looks promising so far,...
Alright, I can imagine that parsing log files without a well-defined format is a pain. Nevertheless, here is the LaTeX file together with the full log file (the problem appears...
Works for me now in the new 1.1.13 and 1.1.14.
**Edit:** The command below works, but also breaks utf-8 characters. I will stick with `cmd` and consider adding this to the FAQ. You can use the following in powershell to...
## Edit The bigger issue seems to be that Powershell does not use Unicode to pipe the output from one command into another, see https://markw.dev/unicode_powershell/. I was able to get...
I have looked at the problem a little more closely and I have found some patterns: - Most, but not all lines in a `pdflatex` log that start with an...
After a couple of busy months I finally found some time to look at this project again. I managed to fix all the issues discussed above. The code can be...
Thank you for your input. I fully agree with respect to the code that offsets a given Bezier curve, which would be better off in `pgf`. I will contact the...