对论文后面的参考文献做一些修改

对论文后面的参考文献做一些修改

我正在使用memoir类来写论文。对于参考文献,我使用apacite包。

thesis.tex文件中,我在命令\bibliography{myrefs}后使用\backmatter

在class文件中,引用样式的代码apacite如下:

%%%%%%%%%%%%
% Bibliograpy
% - Font size = 10pt = \footnotesize
% - Double spacing between entries
%%%%%%%%%%%%
\RequirePackage[natbibapa]{apacite}
\newcounter{lbibcount}
\bibliographystyle{apacite}
\renewcommand\bibliographytypesize{\footnotesize}
%\setlength\bibitemsep{\onelineskip}
\setlength\bibleftmargin{2em}
\setlength\bibindent{-2em}

\patchcommand{\bibitem}{\SingleSpacing}{}
\AtBeginDocument{\renewcommand*\bibname{\texorpdfstring{REFERENCES}{References}}}

我得到如下输出:

以下

我想要对输出样式做一些改变。

我想要的参考资料是:

1)年份用粗体表示,例如(2011

2)音量也以粗体显示,例如(3

3)书名和期刊名称用斜体,例如 脂质、脂蛋白和膜的生物化学

4) 最后,我希望列出所有名称,而不是像黄色阴影区域中的参考文献那样,其中超过 6 个作者的名字被“其他”一词替换。

有没有什么方法可以用最少的工作来实现我的目标。

提前感谢任何帮助。

相关内容