summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/bibtex/alpha-persian/pdflatexsample.tex
blob: 55f343d76a95c64dd75e0b7168015f88dd41c424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\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}