Latexの画像取り込みのエラー
Latexの画像取り込みのエラー
タイトル通り画像を取り込もうとするとエラーが出ます。
エラー結果はこの通りです。
%% This is file `.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% fileerr.dtx (with options: `return')
%%
%% This is a generated file.
%%
%% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006
%% The LaTeX3 Project and any individual authors listed elsewhere
%% in this file.
%%
%% This file was generated from file(s) of the Standard LaTeX `Tools Bundle'.
%% --------------------------------------------------------------------------
%%
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3b
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3b or later is part of all distributions of LaTeX
%% version 2005/12/01 or later.
%%
%% This file may only be distributed together with a copy of the LaTeX
%% `Tools Bundle'. You may however distribute the LaTeX `Tools Bundle'
%% without such generated files.
%%
%% The list of all files belonging to the LaTeX `Tools Bundle' is
%% given in the file `manifest.txt'.
%%
\message{File ignored}
\endinput
%%
%% End of file `.tex'.
これはどういうことなんでしょうか?最新のバージョンに変えろってことでしょうか?
お願いします。
ちなみに以下のようにコーディングしました。
\documentclass{jsarticle}
\usepackage[dvipdfmx]{graphicx}
\begin{document}
\begin{center}
\includegraphics[width=5cm,clip]{tiger.eps}\\
Ghostscriptの虎
\end{center}
\end{document}