Theses, Books, Title pagesTable in annex (appendix) missing from List of Tables

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
GuiRitter
Posts: 4
Joined: Mon May 09, 2016 7:33 pm

Table in annex (appendix) missing from List of Tables

Post by GuiRitter »

Hi everyone.

Another problem with that abandoned template I have to use [1][2]. Tables added in annexes (extension of appendix created by this template) don't appear in the list of tables, although their numbering continues normally. I've included a MWE and tested it with both ShareLaTeX and TeXMaker. The log is attached. The main file is "tcc_dinf.tex". I found some similar situations with Google but nothing that helped me.

Can I do something to fix this, without altering the template? Otherwise, I'll be very grateful if someone fixes the template like last time.

Thanks in advance.

[1] http://inf.unisc.br/gpsem/?page_id=190
[2] http://latex-community.org/forum/viewto ... 59&t=27373
Attachments
tcc_dinf.log
(19.63 KiB) Downloaded 370 times
TCC1 MWE.zip
(35.29 KiB) Downloaded 280 times

Recommended reading 2024:

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

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

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Table in annex (appendix) missing from List of Tables

Post by Johannes_B »

Some things happen because they are supposed to happen. In your case, somebody went into the trouble of making sure, that no tables or figures from the appendix are created in the main list.

You can of course change stuff back, but i am not sure, why using a template then? My confusion is not going away.

Add the following after \annex:

Code: Select all

\makeatletter\@captionlistingtrue\makeatother
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
GuiRitter
Posts: 4
Joined: Mon May 09, 2016 7:33 pm

Table in annex (appendix) missing from List of Tables

Post by GuiRitter »

Johannes_B wrote:Some things happen because they are supposed to happen. In your case, somebody went into the trouble of making sure, that no tables or figures from the appendix are created in the main list.

You can of course change stuff back, but i am not sure, why using a template then? My confusion is not going away.

Add the following after \annex:

Code: Select all

\makeatletter\@captionlistingtrue\makeatother
I found no reference to that in the style book I have access to, but if that's the case, then I shall take no further action. Thank you for clearing that up!

EDIT: nice link.
Post Reply