Search found 3 matches

by petmat
Thu Jul 23, 2015 3:47 pm
Forum: Graphics, Figures & Tables
Topic: List of Tables is clear
Replies: 5
Views: 9815

Re: List of Tables is clear

So, I have discovered the problem, after the \listoftables command I have command \include{attachments}. When I comment this and copy the content of the attachments into the main document, the tables are suddenly listed in the List of Tables page. I don't know why that matters, but, at least, it ...
by petmat
Wed Jul 22, 2015 8:58 pm
Forum: Graphics, Figures & Tables
Topic: List of Tables is clear
Replies: 5
Views: 9815

List of Tables is clear

Yes, sure, so this is how my document looks like:

\documentclass[12pt,a4paper]{report}
\usepackage[latin2]{inputenc}
\usepackage{graphicx}
\usepackage{amsthm}
\usepackage{amsmath} %for aligned environment
\usepackage{longtable} % for abbreviations formating
\usepackage{verbatim} % for comment ...
by petmat
Wed Jul 22, 2015 2:48 pm
Forum: Graphics, Figures & Tables
Topic: List of Tables is clear
Replies: 5
Views: 9815

List of Tables is clear

Hello, I have a problem with \listoftables command. After I write in my document:

\addcontentsline{toc}{chapter}{List of Tables}
\listoftables

there appears only List of Tables in the content and inside the document there a page with headline List of Tables, but otherwise the page is clear and ...