I have it setup so Greek letters like theta get turned into their symbol for my course that uses them. I wanted to write a problem in which I wanted to use theta' as a variable, but this doesn't work because MathQuill inserts a space so the parser reads theta ' and errors out on ' as an undefined character. If I don't use the AutoCommands to turn theta into its Greek letter the problem works as expected.
I haven't noticed any other issues with the PG parser with this extra space being added, so this is a rare use case issue.
Unsure if removing the space being inserted could cause other issues.
I have it setup so Greek letters like
thetaget turned into their symbol for my course that uses them. I wanted to write a problem in which I wanted to usetheta'as a variable, but this doesn't work because MathQuill inserts a space so the parser readstheta 'and errors out on'as an undefined character. If I don't use the AutoCommands to turnthetainto its Greek letter the problem works as expected.I haven't noticed any other issues with the PG parser with this extra space being added, so this is a rare use case issue.
Unsure if removing the space being inserted could cause other issues.