
我對乳膠的經驗很少,我的任務是在ACM 文章模板。參考書目風格編號:
[1] Some Author, some title, ...
在哪裡
Some text\cite{author:title}.
結果是:
Some text[1].
我希望能夠產生以下內容:
[Author, year] propose an algorithm to... Bla bla bla [1].
換句話說,在同一參考書目上同時使用 acm 引文風格和作者年份風格。有辦法實現這一點嗎?或者是否有其他約定來寫一篇論文的作者?我不想明確輸入作者的姓名,如下所示:
Some Author propose an algorithm...
而是使用一些命令(也許我必須定義一個命令?我不知道如何):
\magiccite{author:title} propose an algorithm to... Bla bla bla \cite{autor:title}.
謝謝你,並對我的經驗不足表示歉意。