IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 9, 2017, 8:58:37 AM (9 years ago)
Author:
eugene
Message:

trying to get the fonts to do \code right for non-tt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/release.2015/Makefile.Common

    r39875 r39974  
    1414
    1515%.pdf: %.tex
    16         $(MY_LATEX) $*.tex
     16        $(MY_LATEX) $*.tex
     17
     18#       $(MY_LATEX) $*.tex; if [ $? -eq 1 ]; then rm $*.pdf; exit 1; fi
     19
     20junk:
    1721        if [ $(DO_BIBTEX) -eq 1 ]; then $(BIBTEX) $*; fi
    18         $(MY_LATEX) $*.tex 
     22        $(MY_LATEX) $*.tex; if [ $? -eq 1 ]; then rm $*.pdf; exit 1; fi
    1923        if [ $(DO_BIBTEX) -eq 1  ]; then $(MY_LATEX) $*.tex; fi
    2024#       thumbpdf --modes=dvips $*.pdf
Note: See TracChangeset for help on using the changeset viewer.