Menu

#297 Bibtex does not run

v1.4.0
closed-wont-fix
None
5
2010-09-05
2010-09-01
No

Compiling my thesis. bibliography is not generated. It used to be but seems to have stopped running bibtex when necessary. Bibliography is included with command:
\blblio{cited}

Where command is defined as:

\newcommand{\biblio}[1]{
\addcontentsline{toc}{head}{REFERENCES}
\singlespace\normalsize
\bibliographystyle{plain}
\bibliography{#1}
}

In .cls file.

Used to generate .bbl. Now it doesn't even though it reports there are undefined references. (for example: LaTeX Warning: Citation `Zhang:hpb' on page 101 undefined on input line 61.)

Attaching output to console from texlipse.
Attaching generated aux file.

Let me know if you have ideas or need more info,

Best,

Peter
Eclipse version: 20100218-1602
texlipse version: 1.4.0

Discussion

  • Peter Likarish

    Peter Likarish - 2010-09-01
     
  • Peter Likarish

    Peter Likarish - 2010-09-01

    Ooops, evidently can only attach 1 file. Here's doc.aux:

    \relax
    \@writefile{toc}{\vbox {\noindent \hfill }}
    \@writefile{toc}{\contentsline {head}{LIST OF TABLES}{vii}}
    \@writefile{lot}{\vbox {\noindent Table \hfill }}
    \@writefile{toc}{\contentsline {head}{LIST OF FIGURES}{viii}}
    \@writefile{lof}{\vbox {\noindent Figure \hfill }}
    \@writefile{toc}{\contentsline {blankhead}{CHAPTER}{viii}}
    \@input{introduction.aux}
    \@input{phishing/main.aux}
    \@input{js/js_main.aux}
    \@input{TLD/tld_main.aux}
    \bibstyle{plain}
    \bibdata{cited}
    \@writefile{toc}{\contentsline {head}{REFERENCES}{105}}
    \@writefile{toc}{\contentsline {head}{APPENDIX}{105}}
    \@writefile{toc}{\contentsline {section}{\numberline {.1}Machine Learning Description}{105}}

     
  • Boris von Loesch

    • assigned_to: nobody --> borisvl
    • status: open --> pending-wont-fix
     
  • Boris von Loesch

    Hi,

    I think the problem is, that texlipse could not detect your bibliography since it is "hided" behind your custom command. Please try to add the lines directly in your document, then everything should run fine.

     
  • Peter Likarish

    Peter Likarish - 2010-09-05

    Boris, thanks very much. Unfortunately the bug has proven to be unreproducible. I am not sure what happened. bibtex is now being run correctly! I've closed the bug...
    For posterity sake:
    -This occurred any time I attempted to include a bibliography via \bibliographystyle & \bibliography (tried several latex projects)
    -If a .bbl file had previously been generated, it was included. But if it was deleted it would not be recreated.

    Anyway, I really like the texlipse project and am glad everything is working again. Best,

    Peter

     
  • Peter Likarish

    Peter Likarish - 2010-09-05
    • status: pending-wont-fix --> closed-wont-fix
     

Log in to post a comment.