When you change the name of a latex file for some reason and recompile it, new files will be created with the new name. However, the bib file will not change. You can change the name of the bib file, update its reference in the latex file and then ....this is the important step...click on the bib file in explorer panel on the left and press F8 to compile it...this way the errors will be resolved.
Wednesday, 23 January 2019
Subscribe to:
Posts (Atom)
what is a good PhD contribution?
When PhD candidates embark on their thesis journey, the first thing they will likely learn is that their research must be a “significant ori...
-
In latex when we want to add quotes like e.g. "Hello", the left quotes are rendered as right quotes. The proper way to use quote...
-
Just select the text and press CTRL+T
-
library(ggraph) library(igraph) library(tidyverse) # We need a data frame giving a hierarchical structure. Let's consider the flare ...