currently I'm having some strange issue. When compiling a i get the error missing $ inserted but i can't figure out where the $ is missing.
I posted an exampe code below. As far as I can see there is no $ missing but Latex tells me there are missing $ in Lines 7 and 8.
Code: Select all
\begin{table}[htpb]
\centering
\begin{tabular}{l l S S S}
\toprule
% & & \multicolumn{2}{c}{Datenblatt \cite{Datasheet_FlowmeterSMCGross}} & \multicolumn{2}{c}{Messung}\\
BMK & Hersteller & $\frac{t_{63,V}}{\sekunde}$ & $\frac{t_{d,V}}{\sekunde}$ & $\frac{\dot{s}_{v}}{\prozent\,/\,\sekunde}$ \\ \midrule
QNA 1 & Bürkert & $1,33$ & $0,16$ & $35,18$ \\
QNA 2 & ASCO & $0,66$ & $0,24$ & $\text{-}$
\\ \addlinespace
\bottomrule
\end{tabular}%
\caption{My Caption}
\label{tab: ErgVoridentPropvalve}
\end{table}
edit:
Here is the Error Message. I'm usign Overleaf by the way.
I can use the compile despite errors method but the error message occurs on each line in each table.<inserted text>
$
l.268 Q
NA 2 & ASCO & $0,66$ & $0,24$ & $\text{-}$
I've inserted something that you may have forgotten.
(See the <inserted text> above.)
With luck, this will get me unwedged. But if you
really didn't forget anything, try typing `2' now; then
my insertion and my current dilemma will both disappear.
! Missing $ inserted.
<inserted text>
$
l.268 Q
NA 2 & ASCO & $0,66$ & $0,24$ & $\text{-}$
I've inserted something that you may have forgotten.
(See the <inserted text> above.)
With luck, this will get me unwedged. But if you
really didn't forget anything, try typing `2' now; then
my insertion and my current dilemma will both disappear.