I am new to LaTeX and am trying to switch from biblatex to natbib because I need to use a particular .bst file.
I have lots of citations using biblatex commands so I would like to know how to automatically replace all biblatex commands to natbib commands.
For example, in my document now, I have \textcite{someliterature}. How can I make it to \citet{someliterature} without manually changing every command myself?