mrwth

Results 11 issues of mrwth

This is probably both low-priority and controversial, but still: In software >= 2.9 there is the "official" recent docs switch, and also the switch provided by hacks (which actually provides...

It would be nice if each document could remember the mode (normal/reading/zen) it was in. I often switch between a pdf file and a notebook, and I'd like to keep...

enhancement

The hacks offer the super-useful option of adjusting the page numbering in pdfs. Whenever I set it, it works as expected. The trouble I'm having is that documents seem to...

In landscape mode it is impossible to choose the color red, since the menu doesn't fit to the screen.

``` from sklearn.compose import TransformedTargetRegressor def exp_model(model): return TransformedTargetRegressor(regressor=model, func=np.exp, inverse_func=np.log) X = np.linspace(0,1,100).reshape(-1, 1) y = np.linspace(0, 1, 100) model = exp_model(LinearGAM(s(0))) model.fit(X, y) y_pred = model.predict(X) plt.plot(y, y_pred)...

When writing close to the bottom edge, the strokes are not registered unless I press hard (I installed the filter size 8). I was also getting occasional delays, but they...

The position in the pdf is no longer changed when I scroll in the latex file; it worked for some time, but then it stopped. The reverse sync by crtl-click...

I have two little suggestions that would make my life easier: 1. allow higher zoom levels for the pdf 2. ctrl-click -> sync also for tex -> pdf, in addition...

Currently one cannot start a stroke close to the "current tool" icon (when the toolbar is closed), see the screenshot. Would it be possible to decrease this "forbidden area"? ![image](https://github.com/mb1986/rm-hacks/assets/16231246/bf2c134e-2a4b-497d-8aa7-5eb26658dd46)

I would suggest to add the "hide the toolbar button" option, which is in the rm-hacks / Document Configuration settings, also to the "quick settings" in the toolbar (which contains...

enhancement