Search found 3 matches

by Brijeshsingh872
Wed May 09, 2018 1:58 pm
Forum: Graphics, Figures & Tables
Topic: About numbering of tables
Replies: 7
Views: 3894

About numbering of tables

You have to give the caption inside the longtable environment.
You should also remove the center environment, as longtables are centered by default.


I have used the code \caption{XYZ.....} Just before the \end{longtable}, the caption goes to below the table.
But my requirement is caption must be ...
by Brijeshsingh872
Wed May 09, 2018 10:50 am
Forum: Graphics, Figures & Tables
Topic: About numbering of tables
Replies: 7
Views: 3894

About numbering of tables

I have used these codes, in which I have problem in table numberings.

\documentclass[a4paper,12pt]{report}
\usepackage{caption}
\usepackage{longtable}

\begin{document}
\listoftables

\newpage
\begin{center}
\captionof{table}{Year-wise Assessments}
\begin{longtable}{| p{.20\textwidth} | p{.20 ...
by Brijeshsingh872
Tue May 08, 2018 8:09 am
Forum: Graphics, Figures & Tables
Topic: About numbering of tables
Replies: 7
Views: 3894

About numbering of tables

I have problem in table numbering. It shows odd numberings only in the place of all numberings. Please solve my problem.