Hi everyone,
In
chemfig there is a possibility to scale your figure by one of the optional arguments:
However, when I apply this on a figure of DDT I made, the circles inside of the benzene rings do not rescale (figure attached). I used the following code:
Code: Select all
\documentclass{article}
\usepackage{chemfig}
\begin{document}
\chemfig[][scale=.7]{**6((-Cl)---(-([2]-([:45]-Cl)([:135]-Cl)-Cl)-[:-30]**6(---(-Cl)---))---)}
\end{document}
Thus, my question is: How do I scale my
chemfig figure as a whole so that it still looks representable.
Thanks for reading,
Matthias