General(newbie)can't remove fixltx2e warning

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
hippo17
Posts: 2
Joined: Wed Mar 01, 2017 7:15 am

(newbie)can't remove fixltx2e warning

Post by hippo17 »

Hi there,

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
I'm getting the following as the error:
"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 :)

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

(newbie)can't remove fixltx2e warning

Post by Johannes_B »

Remove that line.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10337
Joined: Mon Mar 10, 2008 9:44 pm

(newbie)can't remove fixltx2e warning

Post by Stefan Kottwitz »

Welcome to the forum!

Look at the errors in the log file, perhaps post it here, as attachment.

Stefan
LaTeX.org admin
BlackForestrian

(newbie)can't remove fixltx2e warning

Post by BlackForestrian »

"fixltx2e is not required with releases after 2015(fixltx2e) All fixes are now in the LaTeX kernel."
Well, since the LaTeX kernel updates early in 2015 (so say two years ago, as of writing), the fixes provided by fixltx2e aren't needed any longer, since you're seeing the warning message you most likely have a newer LaTeX distribution already.

Just remove the line `\usepackage{fixltx2e}`
hippo17
Posts: 2
Joined: Wed Mar 01, 2017 7:15 am

(newbie)can't remove fixltx2e warning

Post by hippo17 »

Thanks everyone - I assumed that commenting out the line would be equivalent to removing it, but Latex kept calling the package even with it commented out, and issuing me with the error. Any idea why the package would still be called despite commenting it out - just for future reference?

All is well and my PhD thesis has been saved, thank you so very very much! :D :D
Post Reply