summaryrefslogtreecommitdiff
path: root/biblio/bibtex/contrib/alpha-persian/pdflatexsample.tex
blob: 072c9d55c5b24e3bc92290180c08ae3670affddb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\documentclass{article}
\usepackage{xcolor}
\usepackage[pagebackref=true,colorlinks,linkcolor=blue,citecolor=green!80!black]{hyperref}
\usepackage{amssymb}
\usepackage{amsmath}
\let\lr\relax
\let\setlatin\relax
\let\resetlatinfont\relax
\newenvironment{LTRbibitems}{}{}
\begin{document}
According to
\cite{B02f}
and
\cite{aliabad2004rings,ali,whatever,B02f}
we have ...
\nocite{*}
\bibliographystyle{alpha-persian}
\bibliography{sample10}
\end{document}