Search found 2 matches

by mheyna
Fri Sep 20, 2019 11:09 am
Forum: Text Formatting
Topic: File ended while scanning use of \@ssect.
Replies: 2
Views: 6313

File ended while scanning use of \@ssect.

Just found the problem. It was a missing }… Why does Latex doesn't indicate the line in such case?
by mheyna
Fri Sep 20, 2019 10:51 am
Forum: Text Formatting
Topic: File ended while scanning use of \@ssect.
Replies: 2
Views: 6313

File ended while scanning use of \@ssect.

Hello,

when compiling my file LaTeX shows no error except the one written in the subject line:

File ended while scanning use of \@ssect.

This is my LaTeX Code:

\documentclass[12pt]{article}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage{geometry}
\geometry{a4paper ...