Seitenumbruch in Gleichungen
Verfasst: Do 6. Apr 2017, 10:19
Ich möchte das Formeln lokal am Seitenende umgebrochen werden dürfen.
Die Lösung die ich bisher fand, laufen nicht: http://tex.stackexchange.com/questions/ ... ns-problem
Problem:
Package amsmath Error: Erroneous nesting of equation structures;(amsmath) trying to recover with `aligned'. \end{align}
Läuft, bricht aber nicht um.
Läuft nicht: Package amsmath Error: Erroneous nesting of equation structures;(amsmath) trying to recover with `aligned'. \end{align}
Das package asmath kann kein aligned. \allowdisplaybreaks[3] kann nicht ohne. Wie kann ich das noch realisieren?
Ich möchte \allowdisplaybreaks[0] komplett abstellen, und nicht auf 0. Ist das dann tatsächlich: \interdisplaylinepenalty=10000
http://tex.stackexchange.com/questions/ ... playbreaks
Die Lösung die ich bisher fand, laufen nicht: http://tex.stackexchange.com/questions/ ... ns-problem
Problem:
Package amsmath Error: Erroneous nesting of equation structures;(amsmath) trying to recover with `aligned'. \end{align}
Läuft, bricht aber nicht um.
\documentclass[12pt]{scrartcl} \usepackage{blindtext} \usepackage{amsmath} \begin{document} \blindtext \blindtext \blindtext \allowdisplaybreaks[3] %allows a page breaks, more relaxed \begin{equation} \begin{aligned} a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ \end{aligned} \end{equation} \allowdisplaybreaks[0] %allows a page break after the following \\, but doesn't encourage it \end{document}
\documentclass[12pt]{scrartcl} \usepackage{blindtext} \usepackage{amsmath} \begin{document} \blindtext \blindtext \blindtext \allowdisplaybreaks[3] %allows a page breaks, more relaxed \begin{equation} \begin{align} a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ a =b \\ \end{align} \end{equation} \allowdisplaybreaks[0] %allows a page break after the following \\, but doesn't encourage it \end{document}
Ich möchte \allowdisplaybreaks[0] komplett abstellen, und nicht auf 0. Ist das dann tatsächlich: \interdisplaylinepenalty=10000
http://tex.stackexchange.com/questions/ ... playbreaks