Rico Picone
Rico Picone
Thanks for this. Just want to add that it can be handled "automatically" in the `matlab2tikz` export on the *Matlab* side so manual editing isn't required, as follows. ```Matlab matlab2tikz('filename',......
It seems like bookdown somehow does this even though it's using Pandoc: [pandoc in bookdown docs](https://bookdown.org/yihui/bookdown/pandoc.html) The HTML output is split into different files and [crossreferences work](https://bookdown.org/yihui/bookdown/cross-references.html). I guess this...
It apparently happens [here](https://github.com/rstudio/bookdown/blob/master/R/html.R). I don't know R and it's 1100 lines ... there's a lot going on here.
Fwiw, somebody made a pretty comprehensive filter-based version of multiple-output html files that fixes crossreference urls ... I haven't tested: [https://groups.google.com/g/pandoc-discuss/c/bKhBB_uFW4o/m/uuLV7hMYCwAJ](https://groups.google.com/g/pandoc-discuss/c/bKhBB_uFW4o/m/uuLV7hMYCwAJ)
Thanks @barriteau -- do you have your code for that? As may be the case for others, I'm making large html docs and having performance issues. There's only so much...
Just here to say I also would love this feature.
Fwiw, I support this PR. Ran into this issue today.
@asaranti did you figure that out?
Thanks!
I think a workaround is to add a wrapper file to the root directory. However, this is pretty hacky.