I seem to be getting a bizarre occurrence in math mode.
Code: Select all
\begin{equation}
\mathbf{z}(t_{k+1}) = \cal{M}\mathbf{z} (t_{k}) + \boldsymbol{\epsilon}_{m}(t_{k})
\end{equation}
\sqcup
command and the subscripts change to symbols such as these (if I change the subscript letter):⊣⌊⌋⌈⌉{}|\≀√∐∇∫⊔⊓⊑⊒§†‡ (not all of them copied and pasted here)
The '_m' command becomes the up down arrow
\Updownarrow
.The are no errors or warnings when compiling, I have tried remove all the packages but nothing seems to make a difference. In in-line math mode the same thing happens, fine on the LHS, weird behaviour on the RHS. Any ideas?