General ⇒ How to solve invisible error?
How to solve invisible error?
Sorry for the strange subject.
I am writing my PhD thesis with TexnicCenter. Everything was going fine, but since a few days I get a build error at a line which is completely empty!!! I have no idea why this might happen.
I attach an image of the error, which indicates an "Undefined control sequence".
Does anybody have an explanation, workaround, similar experiences ?
THANK YOU for any help!!
- Attachments
-
- tex_Error.JPG (29.87 KiB) Viewed 2891 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
How to solve invisible error?
it seems that the macro \dcapprovalbaffil is unknown. This macro is used by a package or class, but you didn't mention your class and the used packages. Probably the problem could be easily solved if you provide a minimal example.
Stefan
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: How to solve invisible error?
Re: How to solve invisible error?
Stefan_K: you were right, \dcapprovalbaffil was not properly defined! Sorry, I did not manage to get this info out of the error message, which was a bit cryptic.
Thank you both in any case, now my thesis is error-free again!