سلام
امکانش هست دستور \citep*
در بستۀ natbib
، طوری تغییر داده شود که همانند \citep
عمل بکنه و در متن فارسی جواب بده؟ همونطور که در کد کمینۀ قابلاجرا میبینین نمیتونم از \citep
برای ذکر اسامی لاتین استفاده کنم.
در واقع میخوام اسامی هم لاتین باشند و هم خلاصه. نمیخوام کامل بیاره اسامی رو.
با تشکر
\begin{filecontents*}[overwrite]{Ref.bib}
@article{id1,
author = {Family, Name and Family1, Name1 and Family2, Name2},
authorfa = {نامخانوادگی, ن. and نامخانوادگی1, ن. and نامخانوادگی2, ن.},
title = {This is title of article},
journal = {This is journal},
year = {2012},
volume = {2},
number = {1},
pages = {100--120},
}
\end{filecontents*}
\documentclass{article}
\usepackage{natbib}
\usepackage{xepersian}
\settextfont{Amiri}
\begin{document}
\let\itshape\slshape
\citep{id1}
\LRE{\lr{\citep{id1}}}
\LRE{\lr{\citep*{id1}}}
\bibliographystyle{asa-fa}
\bibliography{Ref}
\end{document}