قسم الإعلام الآلي

https://www.univ-soukahras.dz/ar/dept/cs

المقياس: Initiation à la recherché et code de déontologie

  1. معلومات
  2. الأسئلة
  3. التعليم عن بعد

Bibliography using BibTex

1 votes

how to make a bibliography using BibTeX??

نشر على 21:38, الجمعة 27 ماي 2016 By chibi imen (32 points)
In Initiation à la recherché et code de déontologie


أجوبة (2)




جواب (1)

2 votes

Type in the following into your mybib.bib file:

@article{kale2005adaptive,
title={An adaptive hysteresis band current controller for shunt active power filter},
author={Kale, Murat and Ozdemir, Engin},
journal={Electric power systems research},
volume={73},
number={2},
pages={113--119},
year={2005},
}

inside the LaTex article :

\section{introduction}
the introduction here as \cite{kale2005adaptive} have shown that a and b ...
\bibliographystyle{plain}
\bibliography{mybib}
\end{document}

نشر على 22:16, الجمعة 27 ماي 2016 by ilhem daoudi (40 points)
In Initiation à la recherché et code de déontologie



جواب (1)

2 votes

\bibliographystyle{plain}

\bibliography{NameOfYourBibliography}

and new lib.bib ... and you write information about the "cite"  

نشر على 22:07, الجمعة 27 ماي 2016 by amirat abdallah (257 points)
In Initiation à la recherché et code de déontologie



هل لديك جواب ?