소스 검색

Update/fix command used to build pdfs

Samuel W. Flint 5 년 전
부모
커밋
16824d11a0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      makehandouts

+ 2 - 2
makehandouts

@@ -33,8 +33,8 @@ if [ -n "$1" ]; then
  echo "	pdf90 $1-handout.pdf --outfile $1-handout1up.pdf" >> /tmp/makefile
  echo " " >> /tmp/makefile
  echo "$1-handout.pdf:	$1-handout.tex" >> /tmp/makefile
- echo "	pdflatex $1-handout" >> /tmp/makefile
- echo "	pdflatex $1-handout" >> /tmp/makefile
+ echo "	latexmk -pdflua $1-handout" >> /tmp/makefile
+ echo "	latexmk -pdflua $1-handout" >> /tmp/makefile
  echo " " >> /tmp/makefile
  echo "$1-handout.tex:	$1.tex" >> /tmp/makefile
  echo "	sed -e 's/\\documentclass\[/\documentclass[handout,notes,/g' -e 's/\\documentclass{/\documentclass[handout,notes]{/g' $1.tex > $1-handout.tex" >> /tmp/makefile