Search found 3 matches

by kletzi
Sun Oct 16, 2022 10:55 pm
Forum: Graphics, Figures & Tables
Topic: Missing $ inserted in Table but can't figure out where
Replies: 3
Views: 6064

Missing $ inserted in Table but can't figure out where

Hello Stefan,

yes i used the siunitx package. Sorry for posting non compilable code.

I'll do better next time.

best regards
Kletzi
by kletzi
Sun Oct 16, 2022 12:34 pm
Forum: Graphics, Figures & Tables
Topic: Missing $ inserted in Table but can't figure out where
Replies: 3
Views: 6064

Missing $ inserted in Table but can't figure out where

Found the solution.

Just had to remove the $$ in the S-columns around the numbers.

Like this:
\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 ...
by kletzi
Sun Oct 16, 2022 2:15 am
Forum: Graphics, Figures & Tables
Topic: Missing $ inserted in Table but can't figure out where
Replies: 3
Views: 6064

Missing $ inserted in Table but can't figure out where

Hi,

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.

\begin{table}[htpb ...