Results 245 comments of Geoffrey Poore

`breaklines` basically typesets each line twice: once to determine if a break is needed, and then once for actual insertion based on that information. Apparently that is interfering with `\pause`,...

Can you provide the source for your example?

After further testing, it appears that the actual issue is due to a combination of `align*` with `\SI[parse-numbers=false]`. Using `\py` outside `\SI` is fine.

`autogobble` should dedent the part of the inputted file that is displayed, whether that is the whole file or only a range. This works for me. Can you provide an...

There was a bug that affected output when a line after `lastline` had less indentation than the selected range. It should be fixed in the last commit. Until there is...

This limitation is based experimentally on the way that Canvas behaves. I found multiple references in Canvas forums to small numbers being rounded. At least with my version of Canvas,...

Based on what @ururk is saying, the best solution may be a new option that disables some of these restrictions for the New Quizzes case. Maybe a `--canvas-new-quizzes` command-line option...

@ururk text2qti supports all of the old quizzes numerical question types you listed. Exact uses the syntax `= `, range uses `= [, ]`, and precision uses `= +- `.

@NiallTracey That's a good point about how zero is handled...that needs to be fixed. The problem with the rounding is that student input gets rounded to zero, so there's no...

That would be a nice feature. However, it would require some significant changes in `fvextra`, so it may not be something I can add easily in the immediate future. I'm...