I am trying to run an article using the following references:
@Article{Han_et_al2021a,
title = {Controlling the maximum stress in structural stiffness topology optimization of geometrical and material nonlinear structures},
author = {Han, Yongsheng and Xu, Bin and Duan, Zunyi and Huang, Xiaodong},
journal = {Structural and Multidisciplinary Optimization},
volume = {64},
number = {6},
pages = {3971--3998},
year = {2021},
publisher = {Springer},
doi = {10.1007/s00158-021-03072-1}
}
@Article{Han_et_al2021b,
title = {Topology optimization of material nonlinear continuum structures under stress constraints},
author = {Han, Yongsheng and Xu, Bin and Wang, Qian and Liu, Yuanhao and Duan, Zunyi},
journal = {Computer Methods in Applied Mechanics and Engineering},
volume = {378},
pages = {113731},
year = {2021},
publisher = {Elsevier},
doi = {10.1016/j.cma.2021.113731}
}
using the Springer template with the following options
\documentclass[lineno,pdflatex,sn-mathphys-ay]{sn-jnl}
However, I am achieving the following output: \citet{Han_et_al2021a, Han_et_al2021b}
.
instead of Han et al. (2021a); Han et al. (2021b)
I had solved this issue by changing the bibliography style (from sn-mathphys-ay
to sn-vancouver
).
Thanks in advance!