Hello everyone, I noticed something strange when I was creating an enumerated list with inline LaTeX: $..$. It occurred when the item within the inline LaTeX displayed a quantity which went past the page width. Under this condition, if I tried to use my mouse to place my cursor on any subsequent lines after the LaTeX display, the cursor would not land where I wanted. Instead, it would land on a line above where I intended to place it.
I have provided an example snippet below. If it is copied into an md file, you should be able to see the issue in obsidian. When I try using my mouse to click on any lines below (1.) , it automatically moves my cursor to the line above. Thanks for your time.
- $\begin{eqnarray} g_{st} = \begin{bmatrix} c_{\theta_1}c_{\theta_2} + s_{\theta_1}s_{\theta_2} & -c_{\theta_1}s_{\theta_2} - s_{\theta_1} c_{\theta_2} & 0 & c_{\theta_1}(l_1 - c_{\theta_2} l_1 + (l_1+l_2)c_{\theta_2}) + s_{\theta_1}(l_1 s_{\theta_2} - (l_1+l_2)s_{\theta_2}) \ s_{\theta_1}c_{\theta_2} + c_{\theta_1}s_{\theta_2} & c_{\theta_1} c_{\theta_2} - s_{\theta_1} s_{\theta_2} & 0 & s_{\theta_1}(l_1 - c_{\theta_2} l_1 + (l_1+l_2)c_{\theta_2}) + c_{\theta_1}(-l_1 s_{\theta_2} + (l_1+l_2)s_{\theta_2}) \ 0 & 0 & 1 & 0 \ 0 & 0 & 0 & 1 \end{bmatrix} \end{eqnarray}$
- $\begin{eqnarray} g_{st} = \begin{bmatrix} \cos(\theta_1+\theta_2) & -\sin(\theta_1+\theta_2) & 0 & l_1c_{\theta_1} + l_2c_{\theta_1}c_{\theta_2} - l_2s_{\theta_1}s_{\theta_2} \ \sin(\theta_1+\theta_2) & \cos(\theta_1+\theta_2) & 0 & l_1 s_{\theta_1} + l_2 s_{\theta_1} c_{\theta_2} + l_2 c_{\theta_1} s_{\theta_2} \ 0 & 0 & 1 & 0 \ 0 & 0 & 0 & 1 \end{bmatrix} \end{eqnarray}$
- $\begin{eqnarray} g_{st} = \begin{bmatrix} \cos(\theta_1+\theta_2) & -\sin(\theta_1+\theta_2) & 0 & l_1c_{\theta_1} + l_2c_{\theta_1}c_{\theta_2}) - l_2s_{\theta_1}s_{\theta_2} \ \sin(\theta_1+\theta_2) & \cos(\theta_1+\theta_2) & 0 & l_1 s_{\theta_1} + l_2 s_{\theta_1} c_{\theta_2} + l_2 c_{\theta_1} s_{\theta_2} \ 0 & 0 & 1 & 0 \ 0 & 0 & 0 & 1 \end{bmatrix} \end{eqnarray}$
- $\begin{eqnarray} g_{st} = \begin{bmatrix} \cos(\theta_1+\theta_2) & -\sin(\theta_1+\theta_2) & 0 & l_1 \cos(\theta_1) + l_2 \cos(\theta_1 + \theta_2) \ \sin(\theta_1+\theta_2) & \cos(\theta_1+\theta_2) & 0 & l_1 \sin(\theta_1) + l_2 \sin(\theta_1 + \theta_2) \ 0 & 0 & 1 & 0 \ 0 & 0 & 0 & 1 \end{bmatrix} \end{eqnarray}$