Andrew Heiss

Results 56 comments of Andrew Heiss

Ha, sorry for the delay :) Yeah, I think letting knitr handle the SVG generation rather than texPreview would be ideal

According to this, there might be a way to redefine over/underbracket macros so there's compatibility (since unicode-math does have its own argument-free over/underbracket) https://github.com/wspr/unicode-math/issues/544 - and once upon a time...

In the meantime, here's a solution that works (via [this](https://tug.org/pipermail/lualatex-dev/2011-August/001295.html))! Store mathtools' brackets as separate commands, then restore them *after* `\begin{document}`. They have to be restored after the document begins...

An extension of this could be adding shaded areas for surplus/DWL, like here: https://econf19.classes.andrewheiss.com/class/08-class/ (code for all of that here: https://github.com/andrewheiss/econf19.classes.andrewheiss.com/blob/master/content/class/08-class.Rmd)

And also an extension of *that* could include monopoly conditions

I need to dig up the code that I used for this, but this could look something like this:

Sorry for the delay here! I ended up making a bunch of other major changes to the filter and I *think* I can figure out a solution here now The...

k cool, so in exploring this more, it looks like neither HTML nor PDF output uses a full single combined AST. They all render everything to individual markdown files and...

> I think it should be fairly straightforward to make Lua output those counts… lol nope. With this content in `index.qmd`: ```` # Preface {.unnumbered} This is a Quarto book....

Phew, apologies for the huge delay in reviewing this! This looks incredible and I'm really excited to add this support! With Quarto 1.4.551 (the stable version as of right now),...