Texstudio: overleaf vs texstudio

Created on 12 Oct 2020  Â·  3Comments  Â·  Source: texstudio-org/texstudio

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?

Environment

  • TeXstudio: TeXstudio 2.12.16 (git 2.12.16)
  • Qt: Using Qt Version 5.12.3, compiled with Qt 5.12.3 R
  • OS: Macos Catalina
  • TeX distribution:

Expected behavior

lorem ipsum \cite{test}---> lorem ipsum [1]

Actual behavior

lorem ipsum \cite{test}---> lorem ipsum [test]

How to reproduce

Most helpful comment

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:

  1. pdflatex (F5)
  2. biber (F8)
  3. pdflatex (F5)

All 3 comments

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:

  1. pdflatex (F5)
  2. biber (F8)
  3. pdflatex (F5)

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mohammadsdtmnd picture mohammadsdtmnd  Â·  8Comments

MayeulC picture MayeulC  Â·  5Comments

kckennylau picture kckennylau  Â·  3Comments

erich666 picture erich666  Â·  7Comments

desk7 picture desk7  Â·  3Comments