Christophe Dervieux

Results 1378 comments of Christophe Dervieux

Thanks for the report. I'll try to have a look into this. It seems related to how mathjax is loaded then... something seems to hang the page load and the...

We'll keep that open to see how we could fix the issue with this Mathjax loading. I don't think this is a timing issue but rather something related to how...

Not sure if this is by design or not but one important difference is that * When `css` is used in YAML, it will be added as a node in...

> Note the difference in paths: scoop/persist/pyenv/ vs scoop/app/pyenv . Perhaps a workaround can be implemented in pyenv-win to resolve the junction before calling msiexec Thanks @rminderhoud for this investigation....

As you want. I really don't know how this behave from email. I just wanted to show here how this could be done in a R Markdown output format. Maybe...

> So possible an issue with xml2 It seems this is an issue with `xml2::read_html()` - we can see below that the reading is stopping at the `cdata` part, which...

Ok this is in fact a matter of libxml2 options. Setting `"HUGE"` as options to trigger `XML_PARSE_HUGE ` parser options in libxml2 to relax hardcoded limit from the parser. This...

> It seems like the tool you are using is starting MATLAB Kernel directly instead of using a Jupyter server because of which you are seeing the error. Just to...

@allefeld I think you got it all right. FYI quarto can be used on .ipynb file directly so `quarto render test.ipynb`. Not need to start from .qmd. Anyhow, as you...

Thanks for the report. This is indeed an issue with `natbib` for example, but not with pandoc citeproc ````markdown --- title: "test" output: pdf_document: keep_tex: true citation_package: natbib bibliography: packages.bib...