LaTex: why partially showing up references?

Posted by HH on Stack Overflow See other posts from Stack Overflow or by HH
Published on 2010-04-25T20:35:56Z Indexed on 2010/04/25 20:43 UTC
Read the original article Hit count: 370

Filed under:
|
|
|

The bib.style part may be the problem. If I do not reference to references, do they show up? I have listed all errors below, the file compiles so I don't know whether they are related to partially-showing-up-references. For example, work with many authors gets only one author listed. I want to see references fully, not partially.

Headers

$ grep bib header.tex 
\usepackage{natbib}
\bibliographystyle{abbrvnat}

Errors

$ grep -n -A 7 -B 7 Error *.log
combined.log-505-! Illegal unit of measure (pt inserted).
combined.log-506-<to be read again> 
combined.log-507-                   \futurelet 
combined.log-508-l.353 \hline
combined.log-509-            
combined.log-510-? 
combined.log-511-
combined.log:512:! Package caption Error: cite undefined.
combined.log-513-
combined.log-514-See the caption package documentation for explanation.
combined.log-515-Type  H <return>  for immediate help.
combined.log-516- ...                                              
combined.log-517-                                                  
combined.log-518-l.374 ...n={CPU O(mlog(n))}, cite={topcoder:node}]
combined.log-519-                                                  
--
combined.log-559- []
combined.log-560-
combined.log-561-) [10]
combined.log-562-\openout2 = `references.aux'.
combined.log-563-
combined.log-564- (./references.tex
combined.log-565-
combined.log:566:! LaTeX Error: \include cannot be nested.
combined.log-567-
combined.log-568-See the LaTeX manual or LaTeX Companion for explanation.
combined.log-569-Type  H <return>  for immediate help.
combined.log-570- ...                                              
combined.log-571-                                                  
combined.log-572-l.1 \include{timeUse.tex}

Bibs.bib

@misc{ Gundersen,
       author = "G. Gundersen",
       title = "Data Structures in Java for Matrix Computations",
       year = "2002" }

@book{ Lennart,
    author = "R. Lennart",
    title = "Mathematics Handbook for Science and Engineering BETA",
    year = "2004" }

© Stack Overflow or respective owner

Related posts about latex

Related posts about natbib