Ask Your Question
0

How can a line be broken inside $$ in Latex?

asked 2023-06-16 18:02:38 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-06-16 18:27:01 +0000

lakamha gravatar image

To break a line inside $$ in Latex, you can use the \newline or \ command. For example:

$$y = mx + b \newline z = x + y$$

Or

$$y = mx + b \ z = x + y$$

Both of these commands create a new line within the equation. Note that it is advisable to use \begin{align} and \end{align} instead of $$ for multiline equations as they provide better alignment and spacing options.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-16 18:02:38 +0000

Seen: 16 times

Last updated: Jun 16 '23