Texmaker and TeXstudioProblems out of nothing???

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Post Reply
upt0zer0
Posts: 1
Joined: Wed Dec 12, 2012 1:12 pm

Problems out of nothing???

Post by upt0zer0 »

Hi,

yesterday my tex-file works fine. Today I started Texmaker and now there are many problems when I want to compile.

Code: Select all

! LaTeX Error: Not in outer par mode.
! Emergency stop.
<*> xxx.tex
*** (job aborted, no legal \end found)
And things like that. I don't know where they should come from....

Can anyone help me please?
Last edited by cgnieder on Wed Dec 12, 2012 1:41 pm, edited 1 time in total.

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
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Problems out of nothing???

Post by cgnieder »

Hi and welcome to the LaTeX community!

Errors can't be produced from nothing. Is the error you're reporting the first one? (The first is always the most important one).

It means that a floating object like a \marginpar or a {figure} has been placed in a box like a footnote or a tabular.

In any way, to be more specific we'd need to see a Infominimal working example. (Maybe it suffices if you delete the aux file and recompile but who knows...)

Regards
site moderator & package author
Post Reply