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 ...
Search found 3 matches
- Wed May 09, 2018 1:58 pm
- Forum: Graphics, Figures & Tables
- Topic: About numbering of tables
- Replies: 7
- Views: 3894
- 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 ...
\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 ...
- 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.