[TxMt] spurious errors when calling LaTeX from TextMate
Chris Fonnesbeck
fonnesbeck at gmail.com
Wed Oct 19 16:37:47 UTC 2005
On 10/19/05, Charilaos Skiadas <cskiadas at uchicago.edu> wrote:
> I haven't had any problems so far. Can you give us an example of the
> offending code / a test case?
Well, its a long manuscript, so I dont want to send it all, but I get
the following errors:
LaTeX Warning: Label `tab:estimates' multiply defined.
LaTeX Warning: Label `tab:estimates' multiply defined.
LaTeX Warning: Label `tab:sim_results' multiply defined.
./14Oct05_fonnesbeck.tex:266: pdfTeX warning (ext4): destination with
the same identifier (name{equation.17}) has been already used,
duplicate ignored
./14Oct05_fonnesbeck.tex:266: pdfTeX warning (ext4): destination with
the same identifier (name{equation.17}) has been already used,
duplicate ignored
Including: allmod.jpg
LaTeX Warning: Float too large for page by 287.8033pt on input line 736.
Including: S_resid.jpg
LaTeX Warning: Float too large for page by 287.8033pt on input line 743.
LaTeX Warning: There were undefined references.
LaTeX Warning: There were multiply-defined labels.
Output written on 14Oct05_fonnesbeck.pdf (25 pages, 491438 bytes).
14Oct05_fonnesbeck.log
Found 2 errors, and 7 warnings in 0 runs
Yet, all the tables are uniquely named, such as:
\begin{longtable}{lcccccl}
\caption{Estimates of demographic parameters for model $I_s$ for
American black ducks in Canada, 1991-2003}
\label{tab:estimates} \\
\hline
\bf Parameter & \bf Sex & \bf Age & \bf Year & \bf
mean & \bf q025 & \bf q975 \\
\hline
\endhead
Age ratio ($A_t$) & & & 1991 & 1.157431
& 0.930915 & 1.493831 \\
& & & 1992 & 0.726623 &
0.585997 & 0.911771 \\
& & & 1993 & 1.065012 &
0.860516 & 1.343519 \\
etc ...
The headers of the LaTeX file are as follows:
\documentclass[12pt]{article}
\usepackage{longtable,lscape}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{natbib}
\usepackage{amsmath}
\usepackage{setspace}
\usepackage[colorlinks=true]{hyperref}
\def\inputGnumericTable{}
\usepackage[latin1]{inputenc}
\usepackage{array}
%\usepackage{calc}
\usepackage{multirow}
\usepackage{hhline}
\usepackage{ifthen}
\usepackage{rotating}
Not sure what could be causing the errors, given that all the tables
have unique names.
C.
More information about the textmate
mailing list