In
chemfig there is a possibility to scale your figure by one of the optional arguments:
Code: Select all
\chemfig[][scale=x]{figure 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}
chemfig figure as a whole so that it still looks representable.Thanks for reading,
Matthias