I know how to create a bibliography of the MLA style manually:
\begin{thebibliography}{9}
\bibitem{Poz}
Pozrikidis, C. \emph{Boundary Integral And Singularity Methods For Linearized Viscous Flow}. Cambridge [England] : Cambridge University Press, 1992. Print.
\end{thebibliography}
The link about BibTeX gives the following description:
If a document references this handbook, the bibliographic information may be formatted in different ways depending on which citation style (APA, MLA, Chicago etc.) is employed. The way LaTeX deals with this is by specifying \cite commands and the desired bibliography style in the LaTeX document.
It does not mention how can the bibliographic information be formatted in different style.
Question:
How can I create the bibliography automatically with BibTeX with the same MLA style? (Window Vista, MiKTeX, WinEdt 6.0)
[EDITED: ]Are there other ways to create the bibliography in MLA style in LaTeX?


biblatex. It isn't complete though and hasn't been updated for quite some time. I actually contacted its author some time and got no response. – Simifilm Feb 17 '12 at 20:20