Ulrich Wortmann
Ulrich Wortmann
Ah ok. I installed the font, and it does improve the look, not a fan of the font though. If you happen to make the package less font dependent, I...
ok, so the line spacing looks much better, but setting `(setq elegant-agenda-font-scaling-factor 0.8)` (or any other value) has no effect
Happy to help testing
it mostly works! I get the following error: ``` /bin/bash: line 1: ~/.local/bin/d2: No such file or directory ``` even so ``` $ ls -al ~/.local/bin/d2 -rwxr-xr-x 1 user user...
The image size problem can be circumvented by setting this in the startup file ``` (setq org-image-actual-width (list 550)) ``` Which will apply the above value unless another value is...
solution.activity("H+") like this?
never mind, I figured it out. Pretty awesome library! ```python import fastfd as ffd from matrepr import mprint import matplotlib.pyplot as plt import numpy as np def msr(z): """ Define...
I guess it depends on ones background, how easy it is to understands someone elses API ;-) But here is a thing I cannot figure out. I have a second...
apologies for the noise, that actually works, it was a typo elsewhere
hmmh, that is close to what I am trying to do. Do I understand from your example that there is no way to access C during intergration? My reaction term...