2012年7月1日 星期日

[Makefile][Latex] Makefile for Latex


[Makefile][Latex] Makefile for Latex



TEX=test3



pdf: ps

    ps2pdf ${TEX}.ps



ps: dvi

    dvips ${TEX}.dvi



dvi:

    xelatex ${TEX}

    bibtex ${TEX}

    xelatex ${TEX}

    xelatex ${TEX}



read:

    evince ${TEX}.pdf &



clean:

    rm -f ${TEX}.ps ${TEX}.pdf ${TEX}.log ${TEX}.aux ${TEX}.out ${TEX}.dvi ${TEX}.bbl ${TEX}.blg

Related Posts:

0 意見:

張貼留言