AMA 참고문헌이 포함된 Elsarticle

AMA 참고문헌이 포함된 Elsarticle

템플릿 의 경우 elsarticleAMA 인용을 생성하는 방법은 무엇입니까? ama.bst페이퍼 작업 디렉토리에 참고문헌 스타일을 추가했습니다 . MikTeX2.9 사용:

종이:

\documentclass[preprint,authoryear,12pt]{elsarticle}
\usepackage{amssymb}
\usepackage[margin=0.7in]{geometry}
\usepackage{textcomp}
\begin{document}
\title{ \textbf{All the Cats}}
\section*{Citing cats author}

All the cats in the world as eloquently explained in reference \cite{Cat19}. 
This should have printed as [1]!\\

In References, the citation should appear as: \textbf{Catty CT, Katin KK, 
and Kitty MM. An amazing account of cats around the world.}\textit{ J. Cats. 
Life} \textbf{2019; 19:290-299.}

\nocite{*} 
\bibliographystyle{ama} 
\bibliography{catsbib}

\end{document}

고양이턱받이.bib

@article{Cat19,
  author = "Catty, CT and Katin, KK and Kitty, MM",
   title = "An amazing Account of cats around the world",
    year = "2019",
 journal = "J {C}ats {L}ife",
  volume = "19",
  number = "9",
   pages = "290--299"
  }

pdfLatex+MakeIndex+Bibtex로 컴파일할 때 latex가 다음과 같이 중단됩니다.

! Package natbib Error: Bibliography not compatible with author-year citations.[![enter image description here][1]][1]

원하는 출력은 다음과 같습니다.

원하는 결과

관련 정보