General ⇒ Runaway Argument
Re: Runaway Argument
Im getting this error while compiling :
! File ended while scanning use of \@@BOOKMARK.
<inserted text>
\par
l.11 \begin{document}
I suspect you have forgotten a `}', causing me
to read past where you wanted me to stop.
I'll try to recover; but if the error is serious,
you'd better type `E' or `X' now and fix your file.
where do we type `E' or `X' to fix the problem?!!
- Attachments
-
- thesis.log
- log file attached
- (92 KiB) Downloaded 418 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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Runaway Argument
You can interact with
latex
either when running it from the command line/terminal, or when compiling with an interactive editor. Texworks is one of them. Quite possibly, it was installed with your TeX distribution.Most editors run latex with the option -interaction=nonstopmode, which if you imagine the program as a human being would be like: Just do what you think it's best.
As for the runaway argument, the safest and quickest way to find the cause is to prepare a minimal working example. It might take a few minutes, but you will be very happy.
-
- Posts: 1
- Joined: Sat Sep 26, 2020 9:38 am
Runaway Argument
Deleting an aux file did solve my similar error. Thanks!Stefan Kottwitz wrote:This log file is incomplete, there's no error to find.
Ah, I see your edit. Yes, sometimes already deleting an aux file helps.
Stefan