This is Haji's MSc thesis codes. Use it with ultimate caution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

references.tex 1.2KB

12345678910111213141516
  1. % !TEX encoding = UTF-8 Unicode
  2. \bibliographystyle{IEEEtran} %alpha or amsalpha or ieeetr. Control options of this style are put in IEEEtran_biboptions.bib file and activated just after \begin{document}
  3. % IEEEtranSA
  4. %\printglossaries
  5. \cleardoublepage % terminates the current paragraph and page, the same way as a report document.
  6. \phantomsection % hyperref: enable hyperlinking from the table of contents to this point
  7. \addcontentsline{toc}{chapter}{مراجع} % add a line in the Table of Contents (first option, toc), it will be like the ones created by chapters (second option, chapter)
  8. \renewcommand{\bibname}{\rl{مراجع}} % title of the bibliography chapter for the report and book styles. redefine \refname for the references section of an article
  9. \chapter*{مراجع} % custom chapter, because in latin env, title goes LTR
  10. { %Disable chapter command for bibliography just in this block!
  11. \renewcommand{\chapter}[2]{} % disable the automatic chapter
  12. \begin{latin} % can use \setRTLbibitems in newer versions of xerpersian
  13. \bibliography{IEEEabrv,references} % IEEEtran_biboptions provides the customization options activated before by \bstctlcite
  14. \end{latin}
  15. }
  16. % IEEEtran_biboptions,