endfloat list of figures

1,066 views
Skip to first unread message

Sarah Gibson

unread,
Aug 30, 2009, 2:56:33 AM8/30/09
to LaTeX Users Group
Hi,

I'm using the endfloat package to put all of my figures and tables at
the end of my document. It generates a "List of Figures" page where it
lists all the figures and their captions, which is great. Only it also
puts the page number where the figures can be found, like this:

LIST OF FIGURES

<fig #> Caption ...................... <page #>

I need to eliminate the dots and page #s but I can't figure out how.
Does anyone know how to disable it?

Thanks!
Sarah

Kanu

unread,
Sep 7, 2009, 9:17:26 AM9/7/09
to LaTeX Users Group
Hi Sarah,

I needed to do the same for generating the list of figures and tables
at the end of a manuscript I have to submit.

I did it like this:

1) Between \begin{document} and \title, include the following:

% Rename the heading used for list of figures and list of tables
\renewcommand\listfigurename{Figures}
\renewcommand\listtablename{Tables}

% To include detailed caption from tables and figures in to the
respective
% auto-generated lists
\let\OrigCaption\caption
\renewcommand{\caption}[2][X]{\OrigCaption[#2]{}}

%To remove dots from the list of figures and list of tables
\makeatletter \renewcommand{\@dotsep}{10000} \makeatother

2) After generating the bibliography and before \end{document},
include the following

\clearpage

% To avoid page numbering in the lists of tables and figures generated
by endfloat
\pagenumbering{gobble}


Hope this helps.

-Pooja
Reply all
Reply to author
Forward
0 new messages