Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of backticks for math mode won't work with WW 2.19 #1160

Open
dlglin opened this issue Jun 25, 2024 · 2 comments
Open

Use of backticks for math mode won't work with WW 2.19 #1160

dlglin opened this issue Jun 25, 2024 · 2 comments

Comments

@dlglin
Copy link
Member

dlglin commented Jun 25, 2024

WeBWorK 2.19 no longer supports using backticks to display math formulas.

There are a number of problems in the Contrib/CCCS folder that do this, and will need to be updated to work with future versions of WeBWorK.

@gajennings
Copy link
Contributor

Please explain what this means. It seems that PGML requires backticks to display latex typeset math expressions. (See https://webwork.maa.org/wiki/Introduction_to_PGML section 3.5 "math notation"). I can't believe they would disable that, especially as some on the webwork team have been promoting PGML.

@dlglin
Copy link
Member Author

dlglin commented Jun 26, 2024

The issue is not with the bracket-backtick construction. That is still recommended. The problem is raw backticks. [` ... `] is fine. ` ... ` is what will break.

For example Contrib/CCCS/07.3/CCD_CCCS_Openstax_AlgTrig_AT-1-001-AS_7_3_6.pg has the following line in a PGML block:

`[$fun1]` and `[$fun2]`

Those type of things will need to be changed for 2.19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants