I am quite noob with LATEX (actually I am still using SW). I have a problem constructing a table of contents with separate list for Appendix Tables, Tables and Figures.
I managed to install trivfloat and define a new float. But in my Table of Contents now appear a very annoying "(Chapter head:)*"
I am stuck there...Any help will be greatly appreciated!
References xx
Tables
1. xxx
2. xxx
(Chapter head:)*
Appendix Tables
1. xxx
Figures
Code: Select all
\documentclass[12pt]{article}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{sectsty}
\usepackage{fancyhdr}
\usepackage{geometry}
\usepackage{tocloft}
\usepackage{float}
\usepackage{layout}
\usepackage[labelsep=period]{caption}
\usepackage{appendix}
\usepackage{trivfloat}
%TCIMACRO{\TeXButton{Make this page 2}{\setcounter{page}{2}}}%
%BeginExpansion
\setcounter{page}{2}%
%EndExpansion
%TCIMACRO{\TeXButton{Table of Contents (TOC)}{\tableofcontents}}%
%BeginExpansion
\tableofcontents%
%EndExpansion
%TCIMACRO{\TeXButton{listof}{\listof{AppendixTable}{Appendix Tables}}}%
%BeginExpansion
\listof{AppendixTable}{Appendix Tables}%
%EndExpansion
%TCIMACRO{\TeXButton{List of Tables}{\listoftables}}%
%BeginExpansion
\listoftables%
%EndExpansion
%TCIMACRO{\TeXButton{List of Figures}{\listoffigures}}%
%BeginExpansion
\listoffigures%
%EndExpansion
\newpage