backtracking / bibtex2html

Other
97 stars 27 forks source link

Install bibtex on OS EI? #7

Open Lisa-1012 opened 8 years ago

Lisa-1012 commented 8 years ago

This is bibtex2html version 1.96, compiled on Mon Nov 22 10:33:42 CET 2010 Copyright (c) 1997-2010 Jean-Christophe Filliâtre and Claude Marché This is free software with ABSOLUTELY NO WARRANTY (use option --warranty)

Reading test.bib...ok (5 entries). calling BibTeX...sh: bibtex: command not found error 127 while running bibtex

I don't know how to install, can you give some help?

backtracking commented 8 years ago

Hi,

bibtex2html translates the output of BibTeX to HTML. To do so, it first runs BibTeX and then translates its output.

So it means that BibTeX should be already installed on your machine and available as a command called "bibtex" in your load path. The error message you get precisely says that such a "bibtex" command was not found. May be BibTeX is not installed on your machine.

If needed, you can specify an alternative command using bibtex2html's command line option -c, e.g.

bibtex2html -c mybibtex ...

Hope this helps,

Jean-Christophe

On 14/06/2016 08:54, Amy3935 wrote:

This is bibtex2html version 1.96, compiled on Mon Nov 22 10:33:42 CET 2010 Copyright (c) 1997-2010 Jean-Christophe Filliâtre and Claude Marché This is free software with ABSOLUTELY NO WARRANTY (use option --warranty)

Reading test.bib...ok (5 entries). calling BibTeX...sh: bibtex: command not found error 127 while running bibtex

I don't know how to install, can you give some help?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/backtracking/bibtex2html/issues/7, or mute the thread https://github.com/notifications/unsubscribe/ADWLtghMlqk5qa20-f8PoR_JHEtUpm-jks5qLlA-gaJpZM4I1A4W.

vikin91 commented 8 years ago

Maybe you just need to install it? Have you installed LaTeX for your OS? https://tug.org/mactex/