On Tue, Dec 20, 2016 at 10:00 AM, Daniel Krenn <
kr...@aon.at> wrote:
> On 2016-12-20 18:47, William Stein wrote:
>> Quick answer before somebody looks into this further:
>>
>> - If you click on Build, there is a "Bibtex" button -- click it to
>> run bibtex.
>
> Didn't see this before, thank you for the hint.
>
>> - You can always modify the build command line to run anything you
>> want, e.g., change
>>
>> pdflatex -synctex=1 -interact=nonstopmode 'file.tex'
>
> This is exactly the default, thus bibtex is not running automatically.
It should still run, since in addition to that build line, there is
some other stuff that gets run based on the output of pdflatex (e.g.,
running sage, bibtex, etc.). There may be a bug.
>> latexmk -xelatex -pdf -synctex=1 -interaction=nonstopmode '[INSERT
>> FILENAME.tex]>'
> Ok, it is clear now how to customize this.
And just to say how awesome SMC is, you can put code to do *absolutely
anything* you want here as part of the build cycle....