everyone! I'm pretty new to LaTex and I'm trying to get a grasp of it to use it on my thesis. I'm trying to setup a nice workflow so I won't get stuck every couple minutes before I start actually writing the whole thing down. I'm using TexMaker 5.0.2 and BiblaTex on MacOs High Sierra. The workflow that I found to work (with the help of a more experienced friend) is: Select for references.bib file > Run the "1. Biber" command > Select the main.tex file > Run the quick build (which is now default only: LatexToPdf + View PDF) I will say this may be dumb to do, but I am a newbie after all :)
Could anyone help me set up a custom Quick Build to do this in just one click?
P.S. I tried the option LatexToPdf + Bib(la)Tex + LatexToPdf (x2) + View PDF but it doesn't seem to work for me.. And I don't fully understand what's he's trying to do...
Thanks all :)
LatexToPdf + Bib(la)Tex + LatexToPdf (x2) + View PDFeverything should be good. Of course you could also use more sophisticated tools likelatexmk(determines automatically which commands need to be run) andarara(lets you set up complex rules to decide what to run). – moewe Jun 21 '18 at 10:26pdflatexetc.), so you should be able to copy the path from the other fields. Maybe it is enough to just typebiberif it is in your system path. – moewe Jun 21 '18 at 10:50.aux,.bbl,.bcffiles) it is not necessary to run Biber each time LaTeX is run. You only need to run Biber if the contents of your.bibfile changed or if something in your.texfile changed so significantly that the bibliography is affected (you change the style or other bibliography settings, or you change the order in which you cite your sources, ...). Usually changes that require a Biber run happen less often that LaTeX-only changes and for many things that require a Biber re-run you get a warning. – moewe Jun 21 '18 at 11:10