Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
|
|
|
|
|
|
|
|
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
|