\documentclass[a4paper,12pt]{report}
%		\RequirePackage[para*,perpage]{ednotes}
		\RequirePackage[para*]{ednotes}
	%Lets have two layer of footnotes
	%\makeatletter
		\SetFootnoteHook{\setLTR}%--> must appear immediately before \DeclareNewFootnote 
		\DeclareNewFootnote[para]{C}%[Alph]%[fnsymbol]
		\DeclareNewFootnote[para]{B}[Alph]%[fnsymbol]
		\renewcommand{\extrafootnoterule}{}
		\SelectFootnoteRule[0]{extra}
%		\usepackage{perpage}
%		\MakePerPage{footnote}

\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{graphicx} % inserting images
\usepackage[lite]{amsrefs}

\usepackage{hyperref} % PDF links
\usepackage{setspace} % for switching between double/single space in document
\usepackage{fancyhdr} % package for changing Headings style
\usepackage{algorithmic}
\usepackage{algorithm}


\numberwithin{algorithm}{chapter}
% setting the margins of page
\usepackage[top=3cm,right=3cm,bottom=2.5cm,left=2.5cm]{geometry}
\usepackage{xepersian}
\algsetup{indent=2em} % set indent for algorithms.
%\bibliographystyle{plain}
%\bibliography{sample1,sample2,...,samplen}

% tell tex engine address of folder containing your pictures
\graphicspath{{images/}}

% commands to print the page number in header
\pagestyle{fancy}
\cfoot{}
\lhead{\thepage}


% commands related to XePersian package
\settextfont[Scale=1.1]{XB Zar}
\setdigitfont{XB Zar}
\setlatintextfont[Scale=0.9]{Times New Roman}
%\setlatintextfont{LinLibertine}
\DefaultMathsDigits %\PersianMathsDigits

\renewcommand{\algorithmicrequire}{\textbf{Input:}}
\renewcommand{\algorithmicensure}{\textbf{Output:}}

\theoremstyle{plain} %% This is the default, anyway
\newtheorem{thm}{قضیه}[section]
\newtheorem{cor}[section]{فرع}
\newtheorem{lem}{لم}[section]
\newtheorem{prop}[equation]{گزاره}
\newtheorem{sol}[equation]{حل}
\newtheorem{con}[equation]{حدس}

\theoremstyle{definition}\newtheorem{exam}{مثال}[section]
\theoremstyle{break}\newtheorem{prbl}{مسئله}[section]

		\newcounter{footercounterchap1}
		\usecounter{footercounterchap1}

% -------------------------------------

%\input{project_informations}







\begin{document}
%\doublespacing
%\tableofcontents
%\listoffigures
%\listoftables
	\section{پارامترهمبستگی}
		مفهوم \textit{همبستگی}\footnoteC{Tenacity} گراف توسط آقایان کازان\footnoteC{Cozzens}، معظمی\footnoteC{Moazzami}و استاکل\footnoteC{Stueckle} در مقاله \cite{swart}
%		اینم یکی دیگه \cite{BauerBroersmaVeldman1}
		
\bibliographystyle{}
\begin{thebibliography}{99} % assumes less than 100 references

\begin{latin}
\bibitem{swart} C.A. Barefoot, R. Entringer and H. Swart,{\em Vulnerability in graphs-A comparative survey}, J. Combin. Math. Combin. Comput. 1 (1987) 12-22.
\bibitem{BarefootEntringerSwart} C.A. Barefoot, R. Entringer and H. Swart,{\em Vulnerability in graphs-A comparative survey}, J. Combin. Math. Combin. Comput. 1 (1987) 12-22.

\bibitem{ClarkEntringerFellows} L.H. Clark, R.C. Entringer and M.R. Fellows, Computational complexity of integrity, J. Combin. Math. Combin. Comput. 2 (1987) 179-191.

\bibitem{BaggaBeinekeLipmanPippertSedlmeyer} K.S. Bagga, L.W. Beineke, M.J. Lipman, R.E. Pippert and R.L. Sedlmeyer, A good algorithm for the computation of the edge-integrity of trees, Congr. Numer. 67 (1988) 225-232.

\bibitem{BaggaBeinekeLipmanPippert} K.S. Bagga, L.W. Beineke, M.J. Lipman and R.E. Pippert, Some bounds and an algorithm for the edge-integrity of trees, J. Combin. Math. Combin. Comput., to appear.

\bibitem{Chvatal} V. Chv\'atal, Tough graphs and hamiltonian circuits, Discrete Math. 5 (1973) 215–228.

\bibitem{BauerBroersmaVeldman1} D. Bauer, H. J. Broersma, and H. J. Veldman, Not every 2-tough graph is hamiltonian, Discrete Appl. Math. 99 (2000) 317–321.

\bibitem{BauerBroersmaSchmeichel2}
D. Bauer, H. J. Broersma, and E. Schmeichel, More progress on tough graphs - The Y2K report, In Y. Alavi, D. Jones, D. R. Lick, and J. Liu, eds., Electronic Notes in Discrete Math. -Proceedings of the Ninth Quadrennial International Conference on Graph Theory, Combinatorics, Algorithms and Applications 11 (2002) 1–18.
\end{latin}

\end{thebibliography}
\end{document}
