Results 245 comments of Geoffrey Poore

@muzimuzhi You're right about `-S`...I think I misread the pygmentize help. In that case, getting this to work would probably involve creating a special wrapper script for pygmentize to create...

@davidcarlisle Thanks for pointing out the reason pygmentize isn't on the restricted shell list! I've actually been thinking about a wrapper for pygmentize to add some additional functionality (mostly simple...

In minted 2.2, `bgcolor` switched to using the `snugshade*` environment from the `framed` package to create background colors, because this provides support for page breaks. It looks like that can...

I've suggest trying to get the command-line application working first. That error likely indicates that there is an issue with the command. What are you trying to run on the...

Try quotes around the file name: `text2qti "Crim 130 Chapter 1.txt"`.

It looks like you might have an extra period in the file name (`.txt.` at the end). Maybe double-check that what is in quotes is exactly the file name, including...

Try something like `... REF 2,3`. I think you may have been missing the space after the periods.

You may need to delete the `pythontex-files-*` directory. It looks like there is a bug that is preventing the console text from being properly generated if a document is compiled...

I'm going to reopen this issue, since there is actually a bug, and I don't want to forget to fix it.

Everything related to Pandoc is for exporting solutions in PDF or HTML or other formats, so initially you can ignore that when adding new features. Once you have implemented a...