Closes #LATEX-FINAL-FIX - Fix LaTeX syntax and backslash escaping in CryptoDemo

This commit is contained in:
Antigravity Agent
2026-06-17 19:07:23 +02:00
parent 0b42b82a27
commit 9ceea5a13a
3 changed files with 22 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ This document serves as the permanent, centralized system architecture design an
* *Features*: Destructured the dual-column layout inside `CryptoDemo.tsx` into centered full-width panels. Added human-readable time conversion for pending countdowns, interactive calibration details toggle, individual horizon accuracy tracking, and an accordion detail toggle showing correctness checkmarks for all 5 models.
* *Status*: **Fully Operational (Production Lock)**.
* **Phase 9.5: Quantitative Hotfix: strict calendar time-locks, local row hiding, Hit Ratio Counter correction, and LaTeX repairs**
* *Features*: Integrated strict system date time-locks to prevent look-ahead resolution. Implemented non-destructive row hiding (`isHidden`) preserving local storage data. Corrected hit ratio formatting and LaTeX formatting.
* *Features*: Integrated strict system date time-locks to prevent look-ahead resolution. Implemented non-destructive row hiding (`isHidden`) preserving local storage data. Corrected hit ratio formatting. Repaired KaTeX math formatting inside dropdowns and accordions by converting all double-escaped backslashes to clean single-escaped raw strings.
* *Status*: **Fully Operational (Production Lock)**.
---