PDF画像のTeXへの埋め込み
pdfファイルの画像(fig1.pdf)をTeXに取り込もうと思い、texファイルのあるフォルダにmediabb.styをおき、
\documentclass{jarticle}
\usepackage[dvipdfm]{graphicx}
\usepackage{mediabb}
\begin{document}
\includegraphics[width=5cm,clip]{fig1.pdf}
\end{document}
と書いて、platexを実行したところ、WinShellの下部にある、出力のところに、
thesis.tex...
thesis.tex(1): エラー: ! LaTeX Error: Missing \begin{document}.
thesis.tex(4): エラー: ! Missing $ inserted.
thesis.tex(4): LaTeX Font Warning: Command \normalsize invalid in math mode on input line 4.
thesis.tex(5): エラー: ! Missing = inserted for \ifnum.
thesis.tex(5): エラー: ! Missing number, treated as zero.
thesis.tex(5): エラー: ! Misplaced alignment tab character &.
thesis.tex(5): エラー: ! Missing = inserted for \ifnum.
thesis.tex(5): エラー: ! Missing number, treated as zero.
thesis.tex(5): エラー: ! Missing = inserted for \ifnum.
thesis.tex(5): エラー: ! Missing number, treated as zero.
thesis.tex(1): エラー: ! Text line contains an invalid character.
というものすごい量のエラーメッセージが出てしまいました。TeX Wikiに例示されているものと同じ手順を踏んでいると思うのですが、どこが問題なのでしょうか?「Missing $ inserted」というエラーメッセージの意味をネットで検索したけれども、わかりませんでした。アドバイス、お願いします。
お礼
ありがとうございました。 見やすいページでよかったです。