Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
manually bring in #369 - xelatex instead of pdflatex
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Aug 4, 2013
1 parent b2ece21 commit 019b298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pdf: markdown
--normalize \
--smart \
--toc \
--latex-engine=xelatex
--latex-engine=`which xelatex`

mobi: epub
# Download: http://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000765211
Expand Down

0 comments on commit 019b298

Please sign in to comment.