I use the app to write my thesis. The template does not work properly.
we use this template to write thesis
Adding citations is not work. I upload this template to overleaf, it works.
What is the possible problem?
lorem ipsum \cite{test}---> lorem ipsum [1]
lorem ipsum \cite{test}---> lorem ipsum [test]
You have to configure TeXstudio (TXS) in order it uses biber (and not bibtex) as a default bibliography tool: menu Options → Configure TeXstudio → Build → Default Bibliography Tool → Biber.
Then, depending on the context, TXS will run biber by itself or not. If not, run:
It works when I changed bibtex to biber. Citation in the text is okay but, It is not added to references automatically.
Sorry, I have changed the parameter in the default compiler. I fixed it. It works totally.
Most helpful comment
You have to configure TeXstudio (TXS) in order it uses
biber(and notbibtex) as a default bibliography tool: menu Options → Configure TeXstudio → Build → Default Bibliography Tool → Biber.Then, depending on the context, TXS will run
biberby itself or not. If not, run: