
私は\bibliographystyle{apalike}を使用しており、参考文献を表示させたい
- 「Smith, J. (2019)」ではなく「Smith, John. (2019)」
- 「Jones, MT (2019)」ではなく「Jones, Mary T. (2019)」
このフォーラムの別の質問からの情報のおかげで、.blt ファイルを編集してファーストネーム全体を表示することはできましたが、ファーストネームの後 (ミドルネームのイニシャルがない限り) と日付の前にこの追加のピリオドを追加する方法がわかりません。
これは非常に技術的な質問だとは思いますが、専門家のアドバイスなしに apalikefull.blt ファイルを編集する勇気はありません。
ありがとう!
\documentclass[]{article}
\usepackage{bm}
\usepackage{cgloss4e}
\usepackage{phonrule}
\usepackage{gb4e, cgloss}
\def\Id#1{\vskip-.32cm\hskip.01cm\vtop{#1}}
\usepackage{tipa}
\usepackage[round]{natbib}
\setcitestyle{notesep={: }}
\setcitestyle{aysep={}}
\usepackage{hyperref}
\usepackage{enumerate}% http://ctan.org/pkg/enumerate
\usepackage[labelsep=space]{caption}
%\stepcounter{section} % So that the labels have different values
%\usepackage[table,xcdraw]{xcolor}
\usepackage{lineno}
\usepackage{times}
\usepackage{multirow}
\usepackage{titlesec}
\setcounter{secnumdepth}{4}
\titleformat{\paragraph}
{\normalfont\normalsize\bfseries}{\theparagraph}{1em}{}
\titlespacing*{\paragraph}
{0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex}
\linenumbers
This work involves a study by Smith (\citeyear{Smith2019}).
\clearpage
\bibliography{aymara1}
\bibliographystyle{apalikefull.bst}
\end{document}