Difference between revisions of "PG Crib Sheet"

From WeBWorK_wiki
Jump to navigation Jump to search
(Created page with " == 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 mathemati...")
 
m (added tag)
 
Line 10: Line 10:
 
** Inline mathematics: <code style="background-color:#fefefe;padding2px;">[`y = \sin(x)`]</code>
 
** Inline mathematics: <code style="background-color:#fefefe;padding2px;">[`y = \sin(x)`]</code>
 
** Display mathematics: <code style="background-color:#fefefe;padding2px;">[``y = \sin(x)``]</code>
 
** Display mathematics: <code style="background-color:#fefefe;padding2px;">[``y = \sin(x)``]</code>
  +
  +
[[Category:Authors]]

Latest revision as of 19:24, 22 June 2021

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)``]