12 lines
215 B
TeX
12 lines
215 B
TeX
\documentclass{amsart}
|
|
\newcommand{mybibliography}[1]{
|
|
\phantomsection\addcontentsline{toc}{subsubsection}{Reference}
|
|
\bibliography{#1}
|
|
}
|
|
|
|
\mybibliography{test_custom_bibs}
|
|
|
|
\begin{document}
|
|
Test
|
|
\end{document}
|