I'm using TexStudio 2.10.2, and all was fine for a couple of years until today when I started to get the following warning:
"fixltx2e is not required with releases after 2015(fixltx2e) All fixes are now in the LaTeX kernel."
Code reads:
Code: Select all
\documentclass[12pt,oneside]{report}
...
\usepackage{fixltx2e}
...
I have read through a few different forums on this and tried the recommended fixes that I felt were within my understanding and capability, including:
- commenting out the \usepackage{fixltx2e} line, as it is apparently obsolete
commenting out that line and introducing \RequirePackage[latest]{latexrelease}
moving line to before \documentclass[]{}
restoring to default settings on TexStudio
"Error: Command crashed: pdflatex.exe -synctex=1 -interaction=nonstopmode "Thesis".tex
Process exited with error(s)"
(Which as far as I understand is just telling me to look at the error log). It then says that the PDF is corrupt or in the process of creation (suspect it's the former).
I suspect there's a simple fix I haven't found yet and would really appreciate some help. Many thanks
