Published
Edited
Jul 8, 2020
3 forks
27 stars
Insert cell
Insert cell
md`
### ${tex`\LaTeX`} in a tex.block
#### While it is valid, we need to split out the prose as \`markdown\`
${tex.block`
% A '%' character causes TeX to ignore all remaining text on the line,
% and is used for comments like this one.

\LaTeX\ is good at typesetting mathematical formulas
like
x-3y + z = 7
`}
`
Insert cell
md`
### With \`markdown\`
#### A mixture of \`markdown\` and a \`tex.block{}\`

${tex`\LaTeX`} is good at typesetting mathematical formulas
like
${tex.block`
x-3y + z = 7
`}
`
Insert cell
md`
### ${tex`\LaTeX`} in \`markdown\`
#### A mixture of \`markdown\` and inline \`tex{}\`

${tex`\LaTeX`} is good at typesetting mathematical formulas
like
${tex`
x-3y + z = 7
`}
`
Insert cell
md`
### ${tex`\LaTeX`} in a cell
#### First as a \`tex.block{}\` then with inline \`tex{}\`.
The difference is centered vs. left-aligned.
`
Insert cell
tex.block`
x-3y + z = 7
`

Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more