I am a total newbie to this. I have recently installed MiKTeX on Windows 10. I work with a template given from my university so the code should be OK, but there is a problem probably with BibTex. After compiling the code to pdf, there are no citations (for example the code The steps are described in \citet[str.29]{Blabla} is compiled to The steps are described in ?, str. 29. Maybe there could be a problem with PATH? Because anytime when I open MiKTeX console, there is a PATH issue. During installation I did not change any directory (as it was recommended) but still there is an issue, that "This directory is not in the search path for executables or it is at a wrong position in the path...". I kinda do not understand the problem. Which certain directory needs to be added? I have written there the directory where miktex-console.exe and other apps are located. After confirming this with Fix it button, it appears that it is ok but next time I run MIKTeX console there is PATH issue again.
Asked
Active
Viewed 93 times
0
And this template should work as it is official for our theses :D And which exact line is "calling a bibtex"? Sorry for dumb questions, I am confused with all those formats etc. – Tusau Mar 07 '23 at 19:40
arara, for example this at the top of the file:% arara: lualatex: {options: [-halt-on-error]} % arara: biber % arara: lualatex: {options: [-halt-on-error]}compiles it with one click on TeXworks, if you are interested then look at this answer by one of the creators: https://tex.stackexchange.com/a/98795/273733 – JamesT Mar 07 '23 at 20:51