Meta icon indicating copy to clipboard operation
Meta copied to clipboard

Unable to build book

Open FranklinChen opened this issue 4 years ago • 3 comments

I tried to build the book but failed:

$ make
NOTE: You may ignore warnings about the following files:

     book.d
     chap-binders.d
     chap-introduction.d
     chap-minml.d
     chap-norm.d
     chap-preface.d
     chap-solutions.d
     prelude.d
     top.d
     writing-instructions.d

Makefile:2556: book.d: No such file or directory
Makefile:2556: chap-binders.d: No such file or directory
Makefile:2556: chap-introduction.d: No such file or directory
Makefile:2556: chap-minml.d: No such file or directory
Makefile:2556: chap-norm.d: No such file or directory
Makefile:2556: chap-preface.d: No such file or directory
Makefile:2556: chap-solutions.d: No such file or directory
Makefile:2556: prelude.d: No such file or directory
Makefile:2556: top.d: No such file or directory
Makefile:2556: writing-instructions.d: No such file or directory
= writing-instructions.tex --> writing-instructions.d writing-instructions.pdf.1st.make (0-1) =
= top.tex --> top.d top.pdf.1st.make (0-1) =
./top.tex:2: LaTeX Error: Missing \begin{document}. --- Are you trying to build an include file?
./top.tex:6: Undefined control sequence: \LARGE
./top.tex:7: Undefined control sequence: \bf
./top.tex:23: Undefined control sequence: \footnotesize
Error: failed to create top.aux
make: *** [top.d] Error 1

FranklinChen avatar May 29 '20 17:05 FranklinChen