LaTeX is not working for this code when I Preview

  • Context: LaTeX 
  • Thread starter Thread starter bugatti79
  • Start date Start date
  • Tags Tags
    Latex
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 4K views
bugatti79
Messages
786
Reaction score
4
Not sure how to rectify this. Any ideas?

It looks correct via the codecogs website (https://latex.codecogs.com/eqneditor/editor.php)

\begin{align}
(S \circ R)^{-1} & = \left\{ \left< z, x \right> : \left< z, x \right> \in S \circ R \right\} \\
& = \left\{ \left< z, x \right> : \exists y \in Y s.t. \left< y, z \right> \in S, \left< x, y \right> \in R \right\} \\
&= \left\{ \left< z, x \right> : \exists y \in Y s.t. \left< z, y \right> \in S^{-1}, \left< y, x \right> \in R^{-1} \right\} \\
&= S^{-1} \circ R^{-1}
\end{align}
 
Physics news on Phys.org
1678361408364.png


Looks correct here too. What are your symptoms ?

$$
\begin{align}
(S \circ R)^{-1} & = \left\{ \left< z, x \right> : \left< z, x \right> \in S \circ R \right\} \\
& = \left\{ \left< z, x \right> : \exists y \in Y s.t. \left< y, z \right> \in S, \left< x, y \right> \in R \right\} \\
&= \left\{ \left< z, x \right> : \exists y \in Y s.t. \left< z, y \right> \in S^{-1}, \left< y, x \right> \in R^{-1} \right\} \\
&= S^{-1} \circ R^{-1}
\end{align}$$
 
BvU said:
View attachment 323388

Looks correct here too. What are your symptoms ?

$$
\begin{align}
(S \circ R)^{-1} & = \left\{ \left< z, x \right> : \left< z, x \right> \in S \circ R \right\} \\
& = \left\{ \left< z, x \right> : \exists y \in Y s.t. \left< y, z \right> \in S, \left< x, y \right> \in R \right\} \\
&= \left\{ \left< z, x \right> : \exists y \in Y s.t. \left< z, y \right> \in S^{-1}, \left< y, x \right> \in R^{-1} \right\} \\
&= S^{-1} \circ R^{-1}
\end{align}$$
It does not render when I use the preview button. I have read a few threads on this. Seems to be a common problem unfortunately.
 
There is a known issue with preview: the rendering engine has to be started up first. So if that hasn't been done nothing is processed. A refresh usually does the trick, but be careful to have a spare copy at hand if you did a lot of CTRL-Z to pinpoint the problem.

##\ ##
 
Reply
  • Like
Likes   Reactions: Greg Bernhardt and bugatti79
I think you have to refresh while in preview for the page to notice there's LaTeX and fire up the MathJax extension. It doesn't work in the new thread preview, so my advice there is to preview your post as a reply to another thread (there's a delete option in the menu at the bottom left of your post if you post by accident), then paste into your new thread when you're happy.
 
Last edited:
Reply
  • Like
Likes   Reactions: Greg Bernhardt