nilsbecker
nilsbecker
I have defined an independent multivariate sampler as per the docs: ```julia using Distributions struct ProductSampler
**Describe the bug 🐞** copy and paste from the docs web side of the example fails with "Dn is not a parameter" **Expected behavior** The example should run through **Minimal...
comments
AFAIK markdown does not have a comment syntax. slipshow should provide one. currently one can just use `{something that is not a tag}` but that feels brittle. see also #110...
To sync carousel page flips with outside steps, it would be good to be able to invoke `{change-page=carouselid}` from other places, outside the carousel block. I have not been able...
I have been using tables to arrange figures, e.g. ``` > |  | {#Rs .unrevealed} | {step reveal=Rs} ``` which works. However I have not been able to...
Slipshow provides a nice markdown syntax for creating presentations. This is crucial for reducing the friction when creating content. However at some point the desire to add more styling to...
MathJax display can be configured to a certain extent. One can use a context menu on a MathJax element for that. One setting I found useful is global math font...
The speaker view is very useful. To allow the presenter to face the audience the whole time, all interactions with the presentation should be doable on the speaker view and...
as the title says: when i run 'slipshow serve talk.md', changes in the markdown file are ignored. this happens at the level of the compilation already, i.e. 'slipshow compile --watch...
This is similar to #429 . I am using MacVim, vim-slime, tmux, Julia 1.12.1 REPL. The issue appeared after upgrading Julia from 1.11 to 1.12.1. vim-slime installed via VimPlug and...