In this post How to draw a fullerene I asked how to draw a fullerene. This is a complex chemical structure and was nicely answered by @GRSousaJr (https://tex.stackexchange.com/users/184980/grsousajr)
However, I need to resize it in my text and got mess after trying to change the bonding length.
My question is, is it possible to have a code for resizing such a complex chemical structure?
My tried code was the one below. Sorry if this is a very dumb question, but I am really inexperient in chemfig or any other package as well.
\documentclass{article}
\usepackage{chemfig}
\setchemfig{
bond offset = 0.75pt,
double bond sep = 2.5pt,
bond style = {line width = 0.75pt}
}
\begin{document}
\definesubmol{fragment}{
-[::126]-[::-54](=_#(2pt,2pt)[::180])
-[::-70](-[::-56.2,1.07]=^#(2pt,2pt)[::180,1.07])
-[::110,0.6](-[::-148,0.60](=^[::180,0.35])-[::-18,1.1])
-[::50,1.1](-[::18,0.60]=_[::180,0.35])
-[::50,0.6]
-[::110]
}
\chemfig{
[,0.5](-[::+18,0.85,,,draw=none]!{fragment})
(-[::+90,0.85,,,draw=none]!{fragment})
(-[::162,0.85,,,draw=none]!{fragment})
(-[::234,0.85,,,draw=none]!{fragment})
(-[::306,0.85,,,draw=none]!{fragment})
}
\end{document}


{\tiny \chemfig{ (-[::+18,0.85,,,draw=none]!{fragment}) (-[::+90,0.85,,,draw=none]!{fragment}) (-[::162,0.85,,,draw=none]!{fragment}) (-[::234,0.85,,,draw=none]!{fragment}) (-[::306,0.85,,,draw=none]!{fragment}) }}. – leandriis Oct 03 '19 at 20:52