Search found 2 matches

by armo97
Fri Sep 20, 2024 1:50 pm
Forum: Graphics, Figures & Tables
Topic: Table Error
Replies: 3
Views: 13063

Table Error

You're right, it runs here normally. But in my code it does not, the clines are not drawn. This is the full code.

\documentclass[pdflatex,sn-mathphys-num]{sn-jnl}% Math and Physical Sciences Numbered Reference Style

\usepackage{graphicx}%
\usepackage{multirow}%
\usepackage{amsmath,amssymb ...
by armo97
Fri Sep 20, 2024 12:50 pm
Forum: Graphics, Figures & Tables
Topic: Table Error
Replies: 3
Views: 13063

Table Error

Hello everybody.

I have generated the table below in tablesgenerator.com so I'm sure the code is right. When I run it in Latex, I get an error "undefined control sequence" and cline-s are marked red. I added \usepackage{booktabs}\let\cline\cmidrule which somehow solved the problem but now there are ...