【问题标题】:Latex: show my APA format Jornal publication in my resumeLatex:在我的简历中显示我的 APA 格式期刊出版物
【发布时间】:2017-12-13 10:08:20
【问题描述】:

我使用 Latex 制作简历。 我想在我的简历中展示我的 APA 格式期刊。

我该怎么做?

【问题讨论】:

    标签: biblatex


    【解决方案1】:

    要创建源列表,请尝试以下代码:

    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}
    

    【讨论】:

    • 非常感谢!
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-12-13
    相关资源
    最近更新 更多