MiKTeX and proTeXt ⇒ bibtex in texnicenter
bibtex in texnicenter
In linux pc i do the following to get my output as pdf:
1. two times pdflatex master.tex (file name master.tex),
2. one time bibtex m (without extension)
3. again two times pdflatex master.tex.
How to do this in Texnicenter ?
I just need to know how to compile bibtex?
PS: i modified the phaip.bst file and put it in a folder where all my .tex file are.
Is there any way..?
thanks.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: bibtex in texnicenter
i solved the problem!
seems like in texnicenter i should use the bdt file without extension.
In latex it does not matter.