Last Updated: February 25, 2016
·
1.369K
· kjellski

The texmaker "solve my problems" user command

This command will completely build all indexes bib glos and whatnot stuff(on mac)... this post is to hold it.

"/usr/texbin/pdflatex" -synctex=1 
        -interaction=nonstopmode %.tex
    |"/usr/texbin/bibtex" %.aux
    |"/usr/texbin/makeindex" %.idx
    |"/usr/texbin/makeindex" %.glo
         -s %.ist -t %.glg -o %.gls
    |"/usr/texbin/makeindex" -s %.ist
         -t %.alg -o %.acr %.acn
    |"/usr/texbin/pdflatex" -synctex=1
         -interaction=nonstopmode %.tex
    |"/usr/texbin/pdflatex" -synctex=1
         -interaction=nonstopmode %.tex
    |open %.pdf

btw. this site is called coderwall and unable to let me post readable source sigh