\documentclass{article}
\title{My Equation}
\author{First Last}
\date{July 21, 2020}
\begin{document}
\maketitle
\begin{equation}
K = P_{predicted} H^{T} \Big( H P_{predicted} H^{T}+R\Big) ^{-1}
\label{eqn:KalmanUpdate}
\end{equation}
\end{document}
Asked
Active
Viewed 88 times
1
TobiBS
- 5,240
Amos Machado
- 143
-
6Hi Amos and welcome to TeX.SE! Your example compiles perfectly, but your title indicates, that you have troubles with your workflow. Can you maybe describe a bit, what OS you are using, what steps you performed to try to compile the document, which editor you are using, etc.? Also can you make a short recognizable title and move all relevant information to your question, please? – TobiBS Jul 21 '20 at 08:48
-
I use Windows 8.1 64-bit. I use Texmaker 5.0.4. I click the run button to quick build and got that error! Sorry in future I would come up with precise title. – Amos Machado Jul 22 '20 at 09:43