GeneralHow to solve invisible error?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
axelh
Posts: 16
Joined: Wed Jan 23, 2008 12:22 pm

How to solve invisible error?

Post by axelh »

Hi,

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
tex_Error.JPG (29.87 KiB) Viewed 2568 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10321
Joined: Mon Mar 10, 2008 9:44 pm

How to solve invisible error?

Post by Stefan Kottwitz »

Hi Axel,

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
LaTeX.org admin
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: How to solve invisible error?

Post by josephwright »

Looks very much as if something is up with \maketitle. Usually, this points to bad meta-data (\author, \title, etc.) or a badly modified \maketitle macro. You'll need to make and post a minimal example so we can have a bit more information.
Joseph Wright
axelh
Posts: 16
Joined: Wed Jan 23, 2008 12:22 pm

Re: How to solve invisible error?

Post by axelh »

Hi,

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!
Post Reply