Sven K

Results 9 comments of Sven K

I stumbled over the same problem and overwriting `\cleardoublepage` helped for me: ``` % Bugfix for accidentally doublesided cleared pages when in oneside mode. % Helps avoid empty pages before...

Well, the idea of the default is probably *indeed* to have a caption in the right column which then is parallel to the main text, such as in this example...

Probably consider to open a pull request, adding that in a section *community contributions* to [the README.md](https://github.com/Tufte-LaTeX/tufte-latex/blob/master/README.md) instead of opening a ticket.

Okay, I could fix this error in favour of another one. It was searching for the `mosh-server` binary which I gave him with an enviroment variable, i.e. wrote a wrapper...

I think the following should always work: Use `python -m pyreport.pyreport` instead of `pyreport` for invocation. **But it is a bug, a softlink should be generated.** After installing pyreport with...

Same for me. Apparently it tries to connect to `http://127.0.0.1:41463` which seems non-logical to me (this is the loopback interface).

I got the same error message and in fact, it was the reason of a host OS (i.e. linux) user mismatch. The actual output which you only get on the...

Note, as a workaround, in order to esm-include eleventy-hast, I do ```js import jsx from "eleventy-hast-jsx"; const { Raw, DOCTYPE, Comment } = jsx; ```

A good error display would include the Kirby Panel Header/Design/Logo/etc, a description such as "could not process this page", a stack trace. This message looks like as a call to...