Generalproblem with bibtex on texnic center

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
srikanth_rswamy
Posts: 1
Joined: Sun Feb 04, 2007 7:35 pm

problem with bibtex on texnic center

Post by srikanth_rswamy »

I'm a new user of Latex on windows XP, with the Texnic center. I'm experiencing a problem using bibtex for my references. In my source.tex file, all I do is to include \bibliographystyle{prsty}
and \bibliography(refs}, where refs is my .bib file. I use ~\cite{xyz}, where xyz is the identifier for the particular reference in my .bib file. When I complie Latex through Texnic, I get an error, which says something like *bibtex.exe: Windows API error 123: ...* . Although I checked to see if my .bib file has been mentioned correctly in my source file, this problem seems to recur.

Is there any particular way of using bibtex on texnic center, or does the "Build" icon do everthing? I'm not sure if I am missing something. Can someone lend a helping hand?

Many thanks and Cheers
Srikanth

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
wenbin
Posts: 8
Joined: Tue Jan 23, 2007 5:50 am

Re: problem with bibtex on texnic center

Post by wenbin »

It is said an old TEXINPUTS definition can cause that error. Delete that.

If this is not the solution, sorry, cannot help more.
Jeroen
Posts: 1
Joined: Wed Feb 07, 2007 5:08 pm

problem with bibtex on texnic center

Post by Jeroen »

srikanth_rswamy wrote: I'm a new user of Latex on windows XP, with the Texnic center. I'm experiencing a problem using bibtex for my references. In my source.tex file, all I do is to include \bibliographystyle{prsty}


I had the same problem too. The cause of my problem was that the style file wasn't in the correct directory. After putting the styles on the right place the error disappeared again.

So are you sure the 'prsty.sty' file is in the same directory as the latex file you are trying to compile?
Last edited by Jeroen on Wed Feb 07, 2007 6:21 pm, edited 1 time in total.
Felipe
Posts: 1
Joined: Mon Feb 26, 2007 1:49 am

Re: problem with bibtex on texnic center

Post by Felipe »

I'm having a similar problem, with the same error message, except that I'm just using the "plain" style....The next line of the error message further says it couldn't find an .idx input index file in my directory. Any ideas? Thanks much.
zboud
Posts: 3
Joined: Mon Sep 21, 2009 5:35 pm

Re: problem with bibtex on texnic center

Post by zboud »

I'm having the same problem, all my files are in the same directory, but it's not working, I get the Windows API error 123. What's wrong??

I'm using MikTeX 2.8 and TeXnicCenter 1.0 ...
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

problem with bibtex on texnic center

Post by gmedina »

Hi,

please post a minimal working example (MWE) allowing us to reproduce and detect the problem. Instructions on how to build such a MWE can be found following the link I provided.
Last edited by gmedina on Mon Sep 21, 2009 7:30 pm, edited 1 time in total.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

problem with bibtex on texnic center

Post by localghost »

zboud wrote:I'm having the same problem, all my files are in the same directory, but it's not working, I get the Windows API error 123. What's wrong?? [...]
I think it's important to know your operating system. TeXnicCenter (TXC) in its current version is not designed for Windows systems newer than XP.


Best regards and welcome to the board
Thorsten
Last edited by localghost on Mon Sep 21, 2009 9:52 pm, edited 1 time in total.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
kibaek.kim
Posts: 1
Joined: Tue Jan 05, 2010 8:06 pm

Re: problem with bibtex on texnic center

Post by kibaek.kim »

maybe.. you can go to MikTex package manager, and install the package manually. It works for my problem.
Post Reply