Re: array umgebung ergibt merkwuerdigen Fehler

Marei Peischl <[email protected]>
Newsgroups gmane.comp.tex.german
Message-ID <[email protected]>
Hallo Uwe,

das ist ein Klassiker. Eckige Klammer nach \\ wird als Argment gelesen 
und erwartet eine eckige Klammer zu.  Also es wird dann als 
\\[<Abstand>] gelesen, und führt eben zu einer Fehlermeldung.

On 9/22/23 12:23, Uwe Brauer wrote:
> Hallo
>
> Folgendes Minimal Beispiel (TL2013)
>
> ,----
> | \documentclass[12pt]{article}
> | \usepackage{amssymb,amsfonts,amsmath,amsthm}
> | \begin{document}
> | \begin{equation*}
> |   \begin{array}{l}
> |     [0, T + \delta)\\
> |     T^{*}<\infty\\
Hier ein \relax Einfügen verhindert das:
> |     \exists \delta > 0 \\\relax
> |     [0, T + \delta)
> |   \end{array}
> | \end{equation*}
> | \end{document}
> `----

Grüße

Marei

>
> Führt zu einer  Fehlermeldung wegen der letzten Zeile im Array,
>
>
> ,----
> | 12 Error   Paragraph ended before \@argarraycr was complete.
> |  LaTeX Error: \begin{array} on input line 5 ended by \end{document}.
> |  Improper \prevdepth.
> |  Missing } inserted.
> |  Missing } inserted.
> |  Missing \cr inserted.
> |  Missing $ inserted.
> |  You can't use `\end' in internal vertical mode.
> |  LaTeX Error: \begin{array} on input line 5 ended by \end{document}.
> |  Missing } inserted.
> |  Emergency stop.
> |   ==> Fatal error occurred, no output PDF file produced!
> `----
>
>
> der gleiche
> Ausdruck in der ersten Zeile wird aber akzeptiert.
>
> ,----
> | \documentclass[12pt]{article}
> | \usepackage{amssymb,amsfonts,amsmath,amsthm}
> | \begin{document}
> | \begin{equation*}
> |   \begin{array}{l}
> |     [0, T + \delta)\\
> |     T^{*}<\infty\\
> |     \exists \delta > 0
> |   \end{array}
> | \end{equation*}
> | \end{document}
> `----
>
> funktioniert
>
> Ich bin verwirrt.
>
> Danke
>
> Uwe Brauer
>

-- 
FAQ: http://texfragen.de/
Durchsuchbares Archiv: https://www.listserv.dfn.de/sympa/arc/tex-d-l 
Unsubscribe/Verwaltung: https://www.listserv.dfn.de/sympa/info/tex-d-l
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.