Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

In my report I have defined some tables. However, when I specify the command \listoftable at the beginning, it gives me 4 errors shown in the picture below. enter image description here

I have no idea on how to resolve such issue, really appreciate your suggestions!!

share|improve this question
2  
It's usually referred to as \listoftables (note the ending s). However, you need to provide more detail regarding your usage, preferably via a minimal working example (MWE). Also include the editor you're using and the \documentclass. – Werner Sep 28 '12 at 22:37
@Werner The \documentclass[a4paper,12pt]{report} I am doing a thesis where I defined tables within the text and specified a \listoftables at the beginning. – Humam Shbib Sep 28 '12 at 23:04
@HumamShbib: What is on "line 6" of your document? The problem is potentially much more complicated that that. For example, the error could be referring to "line 6" of an included file (which could be a .sty file for all we know). You need to provide more detail using an MWE. Try and remove everything except a couple of tables and your \listoftables until the problem can be reproduced by the community. Then, update your question with an edit and include this MWE. – Werner Sep 28 '12 at 23:27
1  
@Werner my tex editor is Texmaker – Humam Shbib Sep 28 '12 at 23:29
@Werner In "line 6" I have \usepackage{graphix} – Humam Shbib Sep 28 '12 at 23:31
show 3 more comments

closed as too localized by Werner, David Carlisle, Paul Gaborit, Tom Bombadil, Mico Sep 29 '12 at 1:31

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.