Results 245 comments of Geoffrey Poore

@muzimuzhi Thanks for that! I will add `minted` support for `listparameters` in `\setminted`. I will also look into adding `listparameters` to the `fvextra` documentation of undocumented `fancyvrb` features. It might...

@substance9 Thanks for working on multiple-blanks and multiple-dropdowns questions. Have you had any more thoughts about the syntax for multiple-blanks and multiple-dropdowns questions? In your [fork](https://github.com/substance9/text2qti), it looks like you...

@hpmsi1 I may try to add support for those types of questions myself at some point, possibly drawing on the existing fork that added at least some support. But even...

@zhijieshi No updates. I am currently adding support for exporting PDF solutions, and probably won't have time myself to consider major new features for a while.

I will consider working on vertical spacing at some point, but it may be a while. I don't think the linked solution is sufficiently general to be included as-is. And...

`\mint` is a shortcut for a one-line `minted`. I think you want `\mintinline`.

Alright, I misunderstood what you were doing. That's a bug.

There isn't currently a built-in way to do this; `\pyconc` always gives literal console output, and there isn't an easy way to have output interpreted as LaTeX code. Ultimately, this...

Currently, depythontex only works with the built-in commands and environments. So it wouldn't work with my proposed solution, not because of the temp file, but just because of the fact...

This is a great way to add Jupyter support while working around the limitations of the current code execution system! I may have a couple minor improvements for interfacing with...