the chemmacros has some lovely codes for listing NMR data: \NMR{31,P} for example, and the whole experimental environment. However, I do a lot of decoupled NMR work, which would be listed as
(31P spectrum, with 1H decoupled) for example. Is there a way to typeset this using the chemmacros package, or do I have to do it by hand?
MWE-like-thing:
\documentclass[]{article}
\usepackage{chemmacros}
\begin{document}
What I can do:
\begin{experimental}
\NMR{31,P}
\val{12.24}(d);
\end{experimental}
What I would like:
\(^{31}\text{P}\{^{1}\text{H}\}\)-NMR: \(\delta\) 12.24(d);
\end{document}
And the output:
