artisticat1 / obsidian-tikzjax

Render LaTeX and TikZ diagrams in your notes
MIT License
356 stars 18 forks source link

Scaling does not work #50

Open nKumar2015 opened 9 months ago

nKumar2015 commented 9 months ago

When attempting to draw a lewis dot diagram using chemfig with the following code:

\usepackage{chemfig}

\begin{document}
\scalebox{4}{
    \chemfig{
        \Lewis{0.2:4:6.,S}
    }
}
\end{document}

This is produced: Screenshot 2023-09-19 at 10 48 06 AM I'm wondering why only the letter scales and not the dot.