diff options
author | Nao Pross <naopross@thearcway.org> | 2017-11-02 22:07:40 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2017-11-02 22:07:40 +0100 |
commit | 6247dcaa9f30c34a5c135c5fcccf56d91fd8c015 (patch) | |
tree | 37bed13ee3d0e31d1831b1348a9d36eb92fd280d /techwsw/makefile | |
parent | Add license and move index to front (diff) | |
download | Essence-6247dcaa9f30c34a5c135c5fcccf56d91fd8c015.tar.gz Essence-6247dcaa9f30c34a5c135c5fcccf56d91fd8c015.zip |
Start serial and AD/DA converters chapter and minor corrections
Diffstat (limited to 'techwsw/makefile')
-rw-r--r-- | techwsw/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techwsw/makefile b/techwsw/makefile index 240e907..eafadcf 100644 --- a/techwsw/makefile +++ b/techwsw/makefile @@ -3,7 +3,7 @@ BUILD_DIR := build DOCUMENT := essence_of_hwsw.tex # tex settings -TEX := xelatex \ +TEX := texfot xelatex \ -interaction=nonstopmode \ -halt-on-error \ -output-directory=$(BUILD_DIR) |