Results 245 comments of Geoffrey Poore

Have you tried renaming the file to `Problem Set 1.tex` to make sure that the `#` is the problem? I don't have access to an OS X machine, but a...

The file name `#.tex` always gives fatal errors under Linux. The file name `file #1.tex` was actually giving errors, but compiling could still complete under Linux. This is due to...

Sometimes depythontex fails when a command is used inside of commands or environments that do something non-standard. This is largely a limitation of how LaTeX functions, but there are usually...

My guess is that `deluxetable` is doing some special processing that throws off the line numbering that `depythontex` expects. You might try switching from the `\py` command to the `pysub`...

@tscmacdonald The ultimate problem here is that `auto-pst-pdf` is incompatible with all other packages that require `-shell-escape`, including `minted`, `auto-pst-pdf` runs `latex` one or more times on a document to...

That could be useful. Unfortunately, it would require a rewrite of some of the `fancyvrb` internals, so it probably isn't something I can get to in the near future.

For future reference, the following will remove all empty lines globally. Now this needs to be adapted into an option that can be turned on/off. Also, there may need to...

My university has not yet enabled New Quizzes, so I haven't needed to work with them yet and also can't experiment with them. Canvas claims that [New Quizzes can import...

This is likely related to the minus character being handled specially to support style names with hyphens. There is an existing issue related to that (#294); fixing that will likely...

For multiple gaps, I think the suggested syntax looks good and is consistent with what currently exists. ``` 1. Question {{gap_name}} {{gap_name}} * ans 1 * ans 2 ``` It...