Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • This gives me \caption outside float on all tables. And I assume it should mean \let\endtable\endfigure (instead of '\lettendtable\endfigure')? Commented Jun 23, 2013 at 11:06
  • 1
    @FooBar it would work if you did what I meant, not what I wrote:-) will fix... Commented Jun 23, 2013 at 11:09
  • I want to mention one small drawback: it doesn't work with captionof. Commented Jun 23, 2013 at 11:14
  • 1
    Note that the \renewcommand\listfigurename should be put just before the call to \listoffigures. I tried setting it in the preamble and it seemed to have no effect in my case (it might have been reset by \begin{document} or some package). Commented May 23, 2016 at 10:04
  • 1
    @GeorgesDupéron probably some babel language resetting it? In that case the official way would be to modify the babel language-specific text in the preamble, but as you say defining it just where it is used works as well Commented May 23, 2016 at 10:12