joshuarauh commited on
Commit
17d180b
·
verified ·
1 Parent(s): c396e44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -529,11 +529,8 @@ STRICT REQUIREMENTS:
529
  - Use $$ on separate lines for equations and solutions
530
  - Put each solution step on its own line in $$ $$
531
  - DO NOT use \\begin{{aligned}} or similar environments
532
- - When writing questions involving currency expressed in dollars
533
- * Use `\textdollar` for dollar signs (preferred method)
534
- * Example: `\textdollar 1000` will display as $1000
535
- * In math mode, still use `\textdollar`: `$\textdollar 85$`
536
- * Never use `$` alone as it will be interpreted as math mode
537
  5. Include a detailed solution
538
  - If the question involves geometry make sure to identify any general geometric formulas that apply, For example:
539
  * Areas/volumes of common shapes and solids
 
529
  - Use $$ on separate lines for equations and solutions
530
  - Put each solution step on its own line in $$ $$
531
  - DO NOT use \\begin{{aligned}} or similar environments
532
+ - 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.
533
+ * Example: 1000 dollars
 
 
 
534
  5. Include a detailed solution
535
  - If the question involves geometry make sure to identify any general geometric formulas that apply, For example:
536
  * Areas/volumes of common shapes and solids