General ⇒ Not compiling ....
-
- Posts: 24
- Joined: Tue Dec 02, 2008 11:45 pm
Not compiling ....
I have just completed my thesis and I am wanting to write a paper on the work. So, naturally, I am cutting and pasting a lot of my work from my thesis into an article document.
Usually I can manage most errors that come up, but in this case, there seems to be no apparent error, and I cannot compile the document into a PDF.
I have attached the log file of the main document. If you can suggest what the problem is, or need more information to help me out, please just ask.
Many thanks in advance.
- Attachments
-
- WorkingPaper.log
- (6.34 KiB) Downloaded 205 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Not compiling ....
there's an error message in the log:
Code: Select all
WorkingPaper.tex:211: Undefined control sequence
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
Stefan