apalike bibtex 书目样式

apalike bibtex 书目样式

如何使用类人猿风格引用俄语文章?

\begin{filecontents}{\lib.bib}
@Book{Tovarovskiy2015,
 author    = {Товаровский, И.Г.},
 title     = {Познание процессов и развитие технологии доменной плавки},
 publisher = {Журфонд},
 year      = {2015},
 address   = {Днепропетровск},
 pages     = {911},
 lang      = {ru}
}
\end{filecontents}

\documentclass[10pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[english,russian]{babel}
\usepackage[T2A]{fontenc}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage{cite}

\begin{document}
\cite{Tovarovskiy2015}
\bibliography{lib}
\bibliographystyle{apalike}
\end{document}

相关内容