User:Paolo Liberatore/Bibtex
From Wikipedia, the free encyclopedia
The style file /wiki.bst is what I use to produce wiki style citations from bibtex files. Create a .tex file like:
\documentclass[12pt]{article}
\begin{document}
\cite{...}
\bibliographystyle{wiki}
\bibliography{...}
\end{document}
Run latex and bibtex. The produced .bbl file is in a form that is similar to to a wiki list. Some corrections may be needed, however. For example, double dashes should be replaced by single dashes and math formulae $...$ should be rewritten as <math>...</math>).
If someone uses this style and encounter any problem, they can leave me a message on this talk page.

