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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -529,7 +529,11 @@ 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, always use \$ instead of $ to represent dollars in LaTeX, for example \$1000 instead of $1000.
 
 
 
 
533
  5. Include a detailed solution
534
  - If the question involves geometry make sure to identify any general geometric formulas that apply, For example:
535
  * 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
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