Bonjour,
j'utilise le format eps pour mes images dans les fichiers Latex, sans aucun soucis jusqu'à aujourd'hui.
Dès que j'insère une nouvelle image comme ceci (comme toutes mes précédentes images) :
compilation impossible lors du passage ps2pdf si je comprend bien. Voici les erreurs :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6 \begin{figure}[t] \begin{center} \includegraphics[scale = 0.8]{test.eps} \end{center} \caption{\label{fig_test1}truc} \end{figure}
Celà se passe comme s'il y avait une limite en terme de poids de fichier que l'on peut inclure car ça ne dépend pas de l'image que l'on insère. Dès que je l'enlève, ça fonctionne.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14 ### ps2pdf13 /tmp/altpdflatex.1234-1210152028/bibliographie.ps /tmp/altpdflatex.1234-1210152028/bibliographie.pdf Error: /rangecheck in --shfill-- Operand stack: --dict:6/15(L)-- --dict:6/15(L)-- Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1813 1 3 %oparray_pop 1812 1 3 %oparray_pop 1808 1 3 %oparray_pop 1691 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- 1805 1 6 %oparray_pop --nostringval-- false 1 %stopped_push --nostringval-- Dictionary stack: --dict:1084/1123(ro)(G)-- --dict:0/20(G)-- --dict:71/200(L)-- --dict:201/300(L)-- --dict:44/200(L)-- --dict:89/141(L)-- Current allocation mode is local Last OS error: 2 Current file position is 5715434 GPL Ghostscript 8.57: Unrecoverable error, exit code 1 ### FAILED to generate /tmp/altpdflatex.1234-1210152028/bibliographie.pdf ()
Quelqu'un a une idée ?
Je vous remercie;
---
TeXshop
Mac-OS Leopard
Partager