Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -363,6 +363,7 @@ STRICT REQUIREMENTS:
|
|
363 |
- Test mastery of advanced concepts
|
364 |
- Demand innovative solution approaches
|
365 |
5. For LaTeX formatting:
|
|
|
366 |
- Use $ for inline math
|
367 |
- Use $$ on separate lines for equations and solutions
|
368 |
- Put each solution step on its own line in $$ $$
|
@@ -397,6 +398,7 @@ STRICT REQUIREMENTS:
|
|
397 |
3. Style Reference:
|
398 |
Question should be {difficulty_params['example_style']}
|
399 |
4. For LaTeX formatting:
|
|
|
400 |
- Use $ for inline math
|
401 |
- Use $$ on separate lines for equations and solutions
|
402 |
- Put each solution step on its own line in $$ $$
|
|
|
363 |
- Test mastery of advanced concepts
|
364 |
- Demand innovative solution approaches
|
365 |
5. For LaTeX formatting:
|
366 |
+
- Make sure that the question statement uses proper LaTeX math mode
|
367 |
- Use $ for inline math
|
368 |
- Use $$ on separate lines for equations and solutions
|
369 |
- Put each solution step on its own line in $$ $$
|
|
|
398 |
3. Style Reference:
|
399 |
Question should be {difficulty_params['example_style']}
|
400 |
4. For LaTeX formatting:
|
401 |
+
- Make sure that the question statement uses proper LaTeX math mode
|
402 |
- Use $ for inline math
|
403 |
- Use $$ on separate lines for equations and solutions
|
404 |
- Put each solution step on its own line in $$ $$
|