-
I need to use a LaTeX package inside a formula, as LaTeX doesn't have the feature I need by default (isotope formatting). Why I need a packageDoing it the naive way creates an undesirable result (the spacing is weird): So I need to use a package to format it correctly. (The How would I include a LaTeX package when the LaTeX code is inside a Markdown file? (for |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You will need to put the
|
Beta Was this translation helpful? Give feedback.
You will need to put the
\usepackage{mchem}
command in the document's preamble.This can be done by using
--include-in-header
(with a file containing the code you want to add) or through YAML metadata (setting the variableheader-includes
):