|
PDF file of the full paper not longer than 6 A4 pages should be submitted by 18th December 2006. The camera-ready manuscripts will be due by 15th February 2007.
Note for latex users: if you want, you can use your own bibliography file. In the eurofuse2007.tex file:
- replace the following lines
\begin{thebibliography}{99}
\bibitem{bibli} John Doe. Instructions for Authors. In {\em Proceedings of the conference Eurofuse'07}, volume 1, pages 1-32, Jaen, Spain, April 2007.
\end{thebibliography}
by the lines:
\bibliographystyle{abbrv}
\bibliography{bibliofile}
where bibliofile is replaced by the name of the file with your bibtex entries.
- compile your file and use bibtex as usual to obtain you pdf file.
|