Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build book #8

Open
FranklinChen opened this issue May 29, 2020 · 3 comments
Open

Unable to build book #8

FranklinChen opened this issue May 29, 2020 · 3 comments
Assignees

Comments

@FranklinChen
Copy link

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
@pientka
Copy link
Contributor

pientka commented May 29, 2020

Please try : pdflatex book and it should build. I will assign someone to fix the make file.

@pientka pientka assigned pientka and Ailrun and unassigned pientka May 29, 2020
@FranklinChen
Copy link
Author

Actually, I have managed to build the book after making one change. I commented out

\newcommand{\Ref}{~\textsf{ref}}

in prelude.tex and then ran

$ make book

and book.pdf was created.

@Ailrun
Copy link
Member

Ailrun commented May 29, 2020

@FranklinChen The issue has been fixed, and make (without additional book) works now.

@pientka I couldn't find any \Ref usage in our .tex files. Is the command currently in use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants