joshuarauh commited on
Commit
2ccf4f7
·
verified ·
1 Parent(s): b45c2bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -632,8 +632,7 @@ Important: When writing mathematical expressions, use these formatting rules re
632
  - When writing questions involving currency expressed in dollars NEVER use the `$` symbol as it will be interepreted as math mode. ALWAYS write out the word dollars.
633
  * Example: 1000 dollars
634
  - Never use parentheses or brackets around expressions, just use the dollar signs
635
- * WRONG: The student notes that ( x \geq 0 ) and ( y \geq 0 )
636
- * WRONG: The student writes: [ \sin(x) = \cos(x) \ \sin(x) - \cos(x) = 0 \ \sqrt{2}\sin\left( x - \frac{\pi}{4} \right) = 0 \ x - \frac{\pi}{4} = 0 \ x = \frac{\pi}{4} ]
637
  * Use the LaTeX dollar sign notation instead of ( ) or [ ]
638
  - make sure there are never unmatched dollar signs as that will ruin the LaTeX rendering
639
 
 
632
  - When writing questions involving currency expressed in dollars NEVER use the `$` symbol as it will be interepreted as math mode. ALWAYS write out the word dollars.
633
  * Example: 1000 dollars
634
  - Never use parentheses or brackets around expressions, just use the dollar signs
635
+ * WRONG: The student notes that ( x = 0 ) and ( y = 0 )
 
636
  * Use the LaTeX dollar sign notation instead of ( ) or [ ]
637
  - make sure there are never unmatched dollar signs as that will ruin the LaTeX rendering
638