:
\usepackage{graphicx}
\usepackage{epstopdf} %converting to PDF
\begin{document}
\includegraphics[width=\textwidth]{LineTest}
\end{document}
これには、凡例ボックスを持っていない次のような結果を与えますMatlab 2016aとTeXドキュメントを使用するとうまく動作します。
\documentclass[a4paper]{article}
\usepackage[pdftex]{graphicx}
\begin{document}
\includegraphics[width=\textwidth]{LineTest.eps}
\end{document}
は、EPS画像に手動でepstopdf
を実行しているにもボックス内の伝説を持つPDFを与える:次のTeX文書はまた、多分それはあなたのTeXコンパイラの問題です、それを試して、動作します。あなたはコマンドラインからそれを実行し、問題がまだあなたのために存在するかどうかを見ることができますか?
FYI pdflatex
の私のバージョン:
pdfTeX 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian)
kpathsea version 6.2.1
Copyright 2015 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
There is NO warranty. Redistribution of this software is
covered by the terms of both the pdfTeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the pdfTeX source.
Primary author of pdfTeX: Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
Compiled with libpng 1.6.17; using libpng 1.6.17
Compiled with zlib 1.2.8; using zlib 1.2.8
Compiled with poppler version 0.41.0
フム、私はコマンドラインからeps2pdfを実行する伝説の周りにいないのボックスで、同じ結果が得られます。 あなたのtexドキュメントを実行すると、次のエラーが返されます。 不明なグラフィック拡張子:.eps。 \ includegraphics [幅= \ textwidth] {} ALineTest.eps 私は通常私の前文に以下のものが必要になります。USEPACKAGE {} epstopdf –
\ その後、あなたにpdflatexバージョンで問題になる可能性がありますB.Thomas @、何であるかをOSあなたはLaTeXをどのようにインストールしましたか? – Sheljohn
私はWindows 10(64bit)を使用していますが、かなり前にLaTeXをインストールしました。私はTexstudioを使ってMiktex 2.9を使っています。私は私のpdftex版を手に入れる方法がわからないのですか? –