I would like to use latex expression of chemarr for gitbook
format of bookdown package.
\begin{equation}
[C] + [R]
\xrightleftharpoons[k_{-1}]{k_1}
[CR] + [C]
\xrightleftharpoons[k_{-2}]{k_2}
[C2R]
(\#eq:multiplebinding)
\end{equation}
For PDF format, there is no problem of displaying the equation.
On the other hand, for gitbook format there is an error message.
It's mainly because I cannot define the following yaml header for gitbook
format.
header-includes:
- \usepackage{chemarr}
Is there a way to use latex expression of chemarr for gitbook
format of bookdown package? If it's impossible, is there a way to use include_graphics
function and add equation numbering (say, 19.16 in this example)?