SublimeText / LaTeXTools

LaTeX plugin for Sublime Text
https://latextools.readthedocs.io/
2.01k stars 364 forks source link

Missing index page when building with LatexTools #1400

Open evandrocoan opened 5 years ago

evandrocoan commented 5 years ago

When I build this document with LatexTools, the Index page is missing. But if I use the Makefile, it creates the index page. (The Makefile just runs latexmk).

I tried Latex Tradicional and LatexTools Basic Builder - Pdflatex, both with a full clean cache. But none of them created the index page.

Both logs, for Makefile and LatexTools are almost 100% equal except for this part on LatexTools:

LaTeX Warning: There were undefined references.

Package biblatex Warning: Please (re)run Biber on the file:
(biblatex)                main
(biblatex)                and rerun LaTeX afterwards.

image

But even after I reran it, it did not generated the index page. (the warnining was gone).

This is the full log for the LatexTools Basic Builder - Pdflatex https://gist.github.com/evandrocoan/50e0068747fa3247b53cf28442a2ef2e

This is the index page (reverse index?): (it is the last page on the document) image

evandrocoan commented 5 years ago

I just figured out why it is not working:

  1. https://tex.stackexchange.com/questions/98204/index-not-working

LatexTools is not running makeindex mainfile.idx