LaTeX in Pandoc Markdown
Example Pandoc Markdown doc containing some LaTeX:
\pagenumbering{gobble}
Such and such: **So and so**
The majority of the doc is *regular markdown*. You\underline{underline text}.
can also
$y=2x+1$ math and display math:
Inline
$$a=b+c$$
To put space between multiple equations:
$$u=2x \qquad v=3x \qquad w=4x $$
\fbox{$s = 2t^{3}$}. To get subscripts to be
To box an equation: $t_{\text{start}}$.\
in plain roman text: $2.5 \times 10^{-4}$ m/s.
For scientific notation:
You can make blanks/underlines like ____________ so.
And here's some vertical space.\vspace{2.0cm}
\hspace{5cm} like so.
Put in some horizontal space
If you want to escape numbered-list syntax, add in a backslash:
\ This and that.
1.
\ And the other.
2.
or
\ This and that.
(1)
\ And the other.
(2)
\newpage`.\
To get a column-break use `\pagebreak`.
To get a page-break use `
\vspace{0.5cm}
\null\hfill name = __________
To put space in the middle of a line:
\vspace{0.5cm}
Or on a line all by itself:
\null\hfill date = __________
\vspace{0.5cm}
Done.