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
Theses, Books, Title pages ⇒ Table in annex (appendix) missing from List of Tables
Table in annex (appendix) missing from List of Tables
- Attachments
-
- tcc_dinf.log
- (19.63 KiB) Downloaded 370 times
-
- TCC1 MWE.zip
- (35.29 KiB) Downloaded 280 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Table in annex (appendix) missing from List of Tables
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
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.
Table in annex (appendix) missing from List of Tables
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!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
EDIT: nice link.