Good evening,
I am using \setlabel from the chemnum package to rename some of my figures and make them contain references to other labelled compounds (\cmpd).
\documentclass[a5paper, 11pt, headinclude, footinclude, headsepline, footsepline, DIV10, twoside, openright]{scrbook}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{chemnum}
\begin{document}
\begin{center}
\replacecmpd{I}
\replacecmpd{I_II}\setcmpdlabel{I_II}{\cmpd{I}\_\cmpd{II}}
\replacecmpd{II}
\includegraphics{60-CO2-HCOOH/Abbildungen/ameisensaure-rgl}
\captionof{figure}{caption}
\label{fig:formic-acid}
\end{center}
\end{document}
I know how to change the fontsize within the graphics I am setting labels for (I am using \setchemnum{format =\tiny, replace-style =\sffamily}). Now, How can I adapt the label size used in the text? At the moment, all the labels set by \setcmpdlabel are smaller than the rest of the labels. adjusting one of the sizes would suffice for me to unify the style a little.
Thanks a million for you help!!
