PG Crib Sheet
Jump to navigation
Jump to search
PG Crib Sheet
- Text the student sees in the problem:
BEGIN_PGML_TEXT In this problem we use mathematics. END_PGML_TEXT
- Problem variables and display of mathematics:
- Include variable in PGML_TEXT:
[$a]
- Inline mathematics:
[`y = \sin(x)`]
- Display mathematics:
[``y = \sin(x)``]
- Include variable in PGML_TEXT: