Problème avec includegraphics
J'ai un problème avec l'inclusion de graphiques. Je travaille avec Texshop et j'ai installé la dernière version de TeX Live.
Dès que j'utilise `\includegraphics` je récupère le message suivant :
> Paragraph ended before \@tempa was complete
Et ceci avec tous mes fichiers, même avec ceux qui se compilaient depuis des années sans aucun problème.
\documentclass[11pt]{amsart}
\usepackage{graphicx}
\title{Brief Article}
\author{The Author}
%\date{} % Activate to display a given date or no date
\begin{document}
\maketitle
%\section{}
%\subsection{}
\includegraphics[width=5cm]{limite.pdf}
\end{document}
Précisions suite aux commentaires
---------------------------------
### Classes
Même problème avec toutes les classes. Ce qui me laisse perplexe c'est que le problème se pose aussi sur les anciens fichiers que je compilais sans problèmes.
### Fichier log
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
(./AjeterGraph.tex
LaTeX2e <2020-02-02> patch level 5
L3 programming layer <2020-03-06>
(/usr/local/texlive/2020/texmf-dist/tex/latex/base/article.cls
Document Class: article 2019/12/20 v1.4l Standard LaTeX document class
(/usr/local/texlive/2020/texmf-dist/tex/latex/base/size11.clo))
(/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/graphicx.sty
(/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/keyval.sty)
(/Users/fdo/Library/texmf/tex/latex/UPS/graphics.sty
(/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/trig.sty)
(/usr/local/texlive/2020/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
(/usr/local/texlive/2020/texmf-dist/tex/latex/graphics-def/pdftex.def)))
(/usr/local/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def)
(./AjeterGraph.aux)
(/usr/local/texlive/2020/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
) (/usr/local/texlive/2020/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
(/usr/local/texlive/2020/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))
Runaway argument?
"limite.pdf" \edef \Gin@ext {\Gin@sepdefault \filename@ext }\ifx \Gin@ext \ETC.
./AjeterGraph.tex:14: Paragraph ended before \@tempa was complete.
<to be read again>
\par
l.14
?
[1{/usr/local/texlive/2020/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
(./AjeterGraph.aux) )
(\end occurred inside a group at level 2)
### semi simple group (level 2) entered at line 13 (\begingroup)
### semi simple group (level 1) entered at line 13 (\begingroup)
### bottom level
(\end occurred when \ifx on line 13 was incomplete)
(\end occurred when \ifx on line 13 was incomplete)</usr/local/texlive/2020/tex
mf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb></usr/local/texlive/2020/texmf
-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb></usr/local/texlive/2020/texmf-d
ist/fonts/type1/public/amsfonts/cm/cmr17.pfb>
Output written on AjeterGraph.pdf (1 page, 26798 bytes).
SyncTeX written on AjeterGraph.synctex.gz.
Transcript written on AjeterGraph.log.