Skip to main content
Fixing a site bug of disappearing double backslashes: https://tex.meta.stackexchange.com/questions/7168/double-backslashes-disappear-from-code
Source Link
David Carlisle
  • 828.7k
  • 74
  • 1.7k
  • 2.6k

Inside an align environment I have a \lim with two variables which should be displayed in two lines:

\begin{align} ... f & = \lim _ {a \rightarrow -\infty \linebreak b \rightarrow \infty} ... \ \\ ... \end{align} 

Currently there is no line break where I want to have one; it's displayed in one line. How can I force a line break there? \linebreak is ignored and \\ breaks the align environment.

Inside an align environment I have a \lim with two variables which should be displayed in two lines:

\begin{align} ... f & = \lim _ {a \rightarrow -\infty \linebreak b \rightarrow \infty} ... \ ... \end{align} 

Currently there is no line break where I want to have one; it's displayed in one line. How can I force a line break there? \linebreak is ignored and \\ breaks the align environment.

Inside an align environment I have a \lim with two variables which should be displayed in two lines:

\begin{align} ... f & = \lim _ {a \rightarrow -\infty \linebreak b \rightarrow \infty} ... \\ ... \end{align} 

Currently there is no line break where I want to have one; it's displayed in one line. How can I force a line break there? \linebreak is ignored and \\ breaks the align environment.

Tweeted twitter.com/#!/StackTeX/status/122478317717827584
changed title
Link
Peter Grill
  • 228.8k
  • 51
  • 602
  • 962

Force line break inside a limes\lim argument in align environment

Removed signature + retag
Source Link
Werner
  • 625k
  • 145
  • 1.5k
  • 2.4k

force Force line break inside a limes argument in align environment

inside a alignInside an align environment I have a limes\lim with two variables which should be displayed in two lines:

\begin{align} ... f & = \lim _ {a \rightarrow -\infty \linebreak b \rightarrow \infty} ... \ ... \end{align} 

Currently there is no linebreakline break where iI want to have one,one; it's displayed in one line, how. How can iI force a line break there? \linebreak is ignored and \\ breaks the align environment.

Thanks for your help!

Florian

force line break inside a limes argument in align environment

inside a align environment I have a limes with two variables which should be displayed in two lines:

\begin{align} ... f & = \lim _ {a \rightarrow -\infty \linebreak b \rightarrow \infty} ... \ ... \end{align} 

Currently there is no linebreak where i want to have one, it's displayed in one line, how can i force a line break there? \linebreak is ignored and \\ breaks the align environment.

Thanks for your help!

Florian

Force line break inside a limes argument in align environment

Inside an align environment I have a \lim with two variables which should be displayed in two lines:

\begin{align} ... f & = \lim _ {a \rightarrow -\infty \linebreak b \rightarrow \infty} ... \ ... \end{align} 

Currently there is no line break where I want to have one; it's displayed in one line. How can I force a line break there? \linebreak is ignored and \\ breaks the align environment.

Source Link
Florian
  • 439
  • 3
  • 9
Loading