cgnieder / acro

acronyms for LaTeX
LaTeX Project Public License v1.3c
42 stars 9 forks source link

Error message: "LaTeX Warning: Command \InputIfFileExists has changed." #140

Closed cgnieder closed 4 years ago

cgnieder commented 4 years ago

Original report by RJ (Bitbucket: RJ, GitHub: RJ).


MWE below:

\documentclass[10pt,a4paper]{article}
\usepackage{acro}
\begin{document}
test
\end{document}

cgnieder commented 4 years ago

Original comment by Clemens Niederberger (Bitbucket: cgnieder, GitHub: cgnieder).


The log file of your MWE should contain something like

(/usr/local/texlive/2019/texmf-dist/tex/latex/koma-script/scrlfile.sty

LaTeX Warning: Command \InputIfFileExists  has changed.
               Check if current package is valid.

)

which shows you that the package scrlfile.sty from the KOMA-Script bundle is the one with the warning, not acro. And indeed its a known “problem” there: https://komascript.de/release3.26 and will be fixed in the next release.

For the time being until the next release the message can very likely safely be ignored.

cgnieder commented 4 years ago

Original comment by Clemens Niederberger (Bitbucket: cgnieder, GitHub: cgnieder).


Removing version: 2.10 (automated comment)