at first i appreciate your hard work, this package is awesome!
But since week or two atom-latex shows strange behavior on my Win10 computer. It builds the latex files like it should, but after the 3rd run building doesn't stop (I am using default custom toolchain with biber). The progress icon on the lower left keeps spinning and spinning despite the output pdf is generated. No errormessages are displayed and the build directory isnt cleaned automatically.
I tried reinstalling atom-latex -> didn't help.
I reinstalled newest version of texlive -> at first it worked, but after ~two days it shows the same behavior.
It must have something to do with atom-latex, because TEXworks compiles my files normally.
Additionally, the issue may regard to images. I added a png image recently, and when commenting it out, the build completes normally. This is my environment for images:
\begin{figure}
\centering
\includegraphics[width=\textwidth]{img/my_image}
\caption{Description of the image}
\label{img-my_image}
\end{figure}
Hello,
at first i appreciate your hard work, this package is awesome!
But since week or two atom-latex shows strange behavior on my Win10 computer. It builds the latex files like it should, but after the 3rd run building doesn't stop (I am using default custom toolchain with biber). The progress icon on the lower left keeps spinning and spinning despite the output pdf is generated. No errormessages are displayed and the build directory isnt cleaned automatically. I tried reinstalling atom-latex -> didn't help. I reinstalled newest version of texlive -> at first it worked, but after ~two days it shows the same behavior. It must have something to do with atom-latex, because TEXworks compiles my files normally. Additionally, the issue may regard to images. I added a png image recently, and when commenting it out, the build completes normally. This is my environment for images:
Thanks for your time!