I use AIP template. https://www.overleaf.com/latex/templates/aip-conference-proceedings/fpznwrhxkkpp
but the bibliography is like this
- A. A. Anastassi. Constructing runge–kutta methods with the use of artificial neural networks. Neural Computing and Applications, 25(1):229– 236, 2014.
I want like this
[1] A. A. Anastassi. Constructing runge–kutta methods with the use of artificial neural networks. Neural Computing and Applications, 25(1):229– 236, 2014.
How could I change this?
\renewcommand{\bibnumfmt}[1]{[#1]\hspace*{0.5em}}. (Compile multiple times.) – frabjous Sep 27 '22 at 04:48