% module : % a minimal TeX file to see the result of XML to bibtex % transformation % % original location : % /usr/home/fplod/src/superbib_ws/data/superbib01.tex sur aedon.locean-ipsl.upmc.fr % % update : % $Id$ % fplod 2008-05-15T10:10:21Z aedon.locean-ipsl.upmc.fr (Darwin) % creation % \documentclass[a4paper]{article} \usepackage{hyperref} \usepackage{makeidx} \usepackage{hyperref} \usepackage{fancyhdr} \usepackage{times} \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \begin{document} % \sloppy % \title% {demo1}% \author{moi} \date{\today} \maketitle \newpage % force to include all entry of the bibliography \nocite{*} % bibliography \bibliographystyle{plain} \bibliography{superbib01} % \end{document}