我使用 Latex 制作简历。我想在我的简历中展示我的 APA 格式的 Jornal 出版物。
我怎样才能做到这一点?
要创建源列表,请尝试以下代码:
documentclass{article}
% remove the numbers of the sources
\makeatletter
\renewcommand\@biblabel[1]{}
\makeatother
\begin{document}
% output the list
\begin{thebibliography}{}
\bibitem{litlink1} author#1. "title #1"
\bibitem{litlink2} author#2. "title #2"
\bibitem{other-link-name} author#3. "title #3"
\end{thebibliography}
\end{document}