我想删除年份中的括号和期刊名称中的斜体以及参考文献中的卷数。
以下是我现在的代码和结果。我是新手,如果您觉得我使用的某些软件包的顺序不正确,请告诉我。
\documentclass[12pt,a4paper]{article}
\usepackage[tmargin = 1.5in, bmargin = 1 in, lmargin= 1.5 in, rmargin = 1 in]{geometry}
\usepackage[makeroom]{cancel}
\usepackage{sectsty}
\usepackage{enumerate}
\usepackage{float}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{array}
\usepackage{float}
\usepackage{enumitem}
\usepackage{amssymb, mathtools}
\usepackage{natbib}
\usepackage{amsmath,lipsum}
\usepackage{soul}
\usepackage{indentfirst}
\usepackage[english]{babel}
\pagestyle{myheadings}
\pagenumbering{roman}
\begin{document}
This comes after all my writings.
\newpage
\bibliographystyle{apalike}
\renewcommand{\bibname}{References}
\bibliography{master}
\end{document}
我将所有参考文献保存为 master.bib。其中一些参考文献采用这种格式
以下是示例参考
@article{miura2009,
title={Mechanism of skull suture maintenance and interdigitation},
author={Miura, Takashi and Perlyn, Chad A and Kinboshi, Masato and Ogihara, Naomichi and Kobayashi-Miura, Mikiko and Morriss-Kay, Gillian M and Shiota, Kohei},
journal={Journal of anatomy},
volume={215},
number={6},
pages={642-655},
year={2009},
publisher={Wiley Online Library}
}
@article{pritchard1956,
title={The structure and development of cranial and facial sutures},
author={Pritchard, JJ and Scott, JH and Girgis, F Gt},
journal={Journal of anatomy},
volume={90},
number={Pt 1},
pages={73},
year={1956},
publisher={Wiley-Blackwell}
}
@article{renier2000,
title={Management of craniosynostoses},
author={Renier, Dominique and Lajeunie, Elizabeth and Arnaud, Eric and Marchac, Daniel},
journal={Child's Nervous System},
volume={16},
number={10-11},
pages={645-658},
year={2000},
publisher={Springer}
}
Zollikofer, CP 和 Weissmann, JD (2011).颅骨骨间缝形态发生的双向界面生长模型。解剖学杂志,219(2):100-114。
我期待您的建议。