Document Classesjournal class, endfloat and \listoffigures

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
lpoggio
Posts: 2
Joined: Thu Jul 17, 2008 9:51 am

journal class, endfloat and \listoffigures

Post by lpoggio »

Dear all,
I am trying to use a class provide from a journal in order to format my text according to their standards.

I tried to use endfloat but I got error with the lists option on (default) : undefined user sequence at the line \end{document}. Using the option [nolists] the error is disappearing.
I then tried to add manually the \listoffigures (required by the journal) and latex said "undefined user sequence".
Everything is working properly when using the standard article class.

Then I think \listoffigures and \listoftables were "disabled" or not existing in the journal class.
Is that a way to define them again in my file?

Thank you very much in advance

Laura

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: journal class, endfloat and \listoffigures

Post by localghost »

I suggest that you provide the class file and your source code. You can add both files here as attachment, perhaps as ZIP archive. If possible, give a link where to find some kind of documentation for that class file. This would make it easier to find the cause of the undesired behaviour and to work out a quick solution.


Best regards and welcome to the board
Thorsten¹
lpoggio
Posts: 2
Joined: Thu Jul 17, 2008 9:51 am

Re: journal class, endfloat and \listoffigures

Post by lpoggio »

Right sorry!
I attached a zip file with:
code.tex : the code and commands in my file (I deleted the text)
tGIS2e.cls : the journal class
tGIS2.bst : the journal bibliography style

The documentation (tGISguide.pdf) can be found in the zip file at http://www.tandf.co.uk/journals/authors/tgislatex.zip

I am using Miktex 2.5 on windows XP

Thank you very much

Laura
Attachments
latex.zip
(21.21 KiB) Downloaded 203 times
segal
Posts: 4
Joined: Wed Dec 22, 2010 9:33 pm

Re: journal class, endfloat and \listoffigures

Post by segal »

Hello,
Has anyone solved this problem? I also have it, namely, the \listoffigures fails because of something related to the journal's class. Any idea ? (the class was attached above in the zip).
User avatar
sommerfee
Posts: 503
Joined: Mon Apr 09, 2007 4:20 pm

Re: journal class, endfloat and \listoffigures

Post by sommerfee »

This document class simply does not define \listoffigures (or \listoftables), so I'm sorry, it's not available when using this class.
Post Reply