Aditya Mahajan
Aditya Mahajan
ConTeXt patches a few fonts before loading them. See `$TEXMF/tex/context/fonts`. Most of the files are simply creating virtual Unicode math fonts; only a few of them also patch the font....
@hmenke @cfeuersaenger: This seems to have reappeared. If I download pgfplots from https://mirrors.ctan.org/install/graphics/pgf/contrib/pgfplots.tds.zip ``` ./tex/generic/pgfplots/lua/prepcontour.lua ./tex/generic/pgfplots/lua/prepcontour_cli.lua ./doc/generic/pgfplots/license_prepcontour/COPYING ```
I am working on a successor for simpleslides, whose working name is [complexslides](https://bitbucket.org/adityam/complexslides). I have added such a feature in complexslides module. Basically, I define a `makeup` as (see [complexslides-extras-makeup](https://bitbucket.org/adityam/complexslides/src/d6cf354299d6/complexslides-extras-makeup.tex)...
``` \startsetups attachfile \expanded{\useattachment[\externalfilterparameter\c!reference] [\externalfilterparameter\c!title] [\externalfilterparameter\c!reference] [\externalfilterinputfile]} \stopsetups ``` and then add ``` \defineexternalfilter [...] [... filtersetups={attachfile}, ...] ```
Can you post a minimal example which shows the warnings triggered by syntax highlighting?
Can you test with `fuzzy-par` branch to see if that fixes the warning at your end?
Thanks for testing. I'll test other ways on how to fix this. I was primarily testing with LMTX. You can run `context --luatex` to run mkiv and `context --luametatex` to...
Currently, the filter module does not support multi-chunck processing, but what you want is relatively simple (because the \pandoccitation{...} command does not need to necessarily be in verbatim mode). What...
If you want to do bib by external filters, then we essentially need to follow the approach taken by latex+bibtex: write some context command (e.g. `key`) to an external file;...
@joanimato Your other points are well taken. I have updated the `creating presentation in 40 commits` repo, so hopefully, the error should no longer be there.