Results 245 comments of Geoffrey Poore

I don't believe there is a way to use regex or similar approaches with QTI version 1.2, which is what text2qti supports. QTI 2.0+ apparently does offer at least some...

The suggestion from @obtitus is probably about the best option currently. In the next batch of major releases, I'm hoping to have better support for working with external files. So...

@alvitawa No updates unfortunately. I've had essentially no time for anything related to LaTeX for several months, and probably won't for a while longer.

Fixing this will need to make `escapeinside=`` ` work, since that's what people naturally expect. A temporary fix would probably be to add a sanitization step to assembling the pygmentize...

I believe you are correct: there doesn't seem to be an existing solution for properly copying code. I can add a note in the documentation at some point. My guess...

The duplicate check could be easily expanded to consider both the question and the answers. For a lot of what I do, I need the check to consider just the...

This is an option clash between the `abntex2` class and `minted`. These are using the `chapter` and `section` options to do different things. Document class options are automatically passed on...

Well, that's interesting...I had assumed that when `kvoptions` processes an invalid option, it would ignore it and give a warning, but apparently it just gives a warning and proceeds as...

Having a 3-step compile process is definitely possible and is something I've considered in the past. I've implemented a 3-step process previously in `pythontex`. This probably isn't something I could...

At some point, I can look into adding better integration for the KOMA-Script classes. It looks like that will probably just amount to this from your link: ```latex \addtotoclist[float]{lol} \renewcommand*\listoflistings{\listoftoc[{\listoflistingscaption}]{lol}}...