Search found 3 matches

by bmajeed92
Tue Apr 02, 2024 4:27 pm
Forum: Graphics, Figures & Tables
Topic: Table is not working with my .sty file
Replies: 5
Views: 3145

Table is not working with my .sty file

Stefan, in the same package I am unable to use the
\chapter{XYZ} as shown in the .sty file example. Can you help me with that as well?
by bmajeed92
Tue Apr 02, 2024 4:24 pm
Forum: Graphics, Figures & Tables
Topic: Table is not working with my .sty file
Replies: 5
Views: 3145

Table is not working with my .sty file

This worked like magic. Thank you so much Stefan.
by bmajeed92
Mon Apr 01, 2024 11:19 pm
Forum: Graphics, Figures & Tables
Topic: Table is not working with my .sty file
Replies: 5
Views: 3145

Table is not working with my .sty file

Hello all,

I am working on my thesis and I have to use the university specified .sty file. But when I use that file I am unable to add any tables using the following.

\begin{table}
\caption{Summary Statistics}
\label{Summary Statistics }
\centering
\begin{tabular}{|c|c|c|c|} \hline ...