Chenjox

Results 4 comments of Chenjox

I can also testify to this behaviour. It is extremly annoying as I use Xournal for teaching, to not always write something to make it visible on the recording or...

OS: Windows 10 Using Wacom Intuos Pro PTH 451 I can confirm the Issue. Additionally other recording softwares have the same problem. I tried with OBS, Xournal++ native recorder, etc.

After some experimenting with the tikz `plot` command, I have created something that might work for the most things ```latex \documentclass{standalone} \usepackage{tikz} \usetikzlibrary{calc} \begin{document} \begin{tikzpicture} \coordinate (c3) at (0.0,0.0); \draw[very...

Upon further examination and helpful insight from https://tex.stackexchange.com/questions/492035/plot-along-path-in-tikz I came up with the following ```latex \documentclass{standalone} \usepackage{tikz} \usetikzlibrary{calc} \usepackage{stanli} \tikzset{plot along line/.style args={from #1 to #2}{insert path={ let \p1=($#2-#1$),\n1={veclen(\x1,\y1)/1cm},\n2={atan2(\y1,\x1)} in...