Add rendered LaTeX math support to the Codex App (inline)
Resolved 💬 8 comments Opened Mar 17, 2026 by BinaryOutlook Closed Jul 2, 2026
What variant of Codex are you using?
Codex App
What feature would you like to see?
Codex App should render LaTeX math (inline), currently it renders block equations with no issues, but not inline:
<img width="769" height="406" alt="Image" src="https://github.com/user-attachments/assets/f3e09326-2cc9-4086-8bcf-220da4c88ad5" />
Additional information
_No response_
8 Comments
It is possible to render, though need to add a line of telling formatting eg:
Try use - If \(n\) is even, then \(n^2\) is even. for inline format
Note that Codex output renders inline latex fine, just tell GPT to use
$$...$$for inline math as well.However, I would advocate for the Codex app to also support rendering latex in the user's input. That currently doesn't work.
I also suggest that rendering inline latex (
$...$) should be added into codex app.@Sirius1994 agree !
It appears the Codex Desktop app, 26.506.20924 (2565), supports both inline and block rendering, but it's not aligned to render the syntax the model is actually producing (at least with 5.5 Medium)?
If using latex in-line equations: Use the LaTeX-style delimiters \( and \), like \( E=mc^2 \)Works well for codex app desktop, but answers after this instruction appear broken on mobile app (codex chats)
It seems that this is the only solution that works for me, thank you very much! I watched from other places where they said this problem is solved, but I still encountered this problem until I see this prompt