-
Hello, I wanted to write a latex equation that gives this expected results Unfortunately, when I try to render the document
It gives the following Any idea how to create a new line after the equation ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
From the pandoc manual: “[…] there can be no blank lines between the opening and closing |
Beta Was this translation helpful? Give feedback.
-
Well, that is also an option, although the actual problem in the OP lies in the empty lines in the source code. |
Beta Was this translation helpful? Give feedback.
-
You could insert alignment characters (
|
Beta Was this translation helpful? Give feedback.
You could insert alignment characters (
&
), or use a\parbox
.