Search found 4 matches

by chriskl
Sun Nov 20, 2022 11:47 pm
Forum: Graphics, Figures & Tables
Topic: Separate and combined list of tables and figures for my appendix
Replies: 7
Views: 6481

Separate and combined list of tables and figures for my appendix

I found a solution using the tocloft package:
https://texblog.org/2008/07/13/define-your-own-list-of/

Thanks for your help on a Sunday, really appreciate it Stefan :)
by chriskl
Sun Nov 20, 2022 1:50 pm
Forum: Graphics, Figures & Tables
Topic: Separate and combined list of tables and figures for my appendix
Replies: 7
Views: 6481

Separate and combined list of tables and figures for my appendix

You can redefine \thefigure and \figurename , start the counter from zero and use the figure environment both for figures and tables.

Hello Stefan,

thanks for your help.
I forgot to add a little detail in my description. Most of the tables are actually longtables, therefore the figure ...
by chriskl
Sun Nov 20, 2022 12:35 am
Forum: Graphics, Figures & Tables
Topic: Separate and combined list of tables and figures for my appendix
Replies: 7
Views: 6481

Separate and combined list of tables and figures for my appendix

Hello community,

I hope you are doing great!
for my master's thesis I need a special layout which is suggested by the university. Currently, I have problems with the appendix. In the table of contents there should only appear an entry which says "Appendix". My working solution for that is ...