奥村先生の美文章作成入門改訂第5版を用いてLaTexの勉強をさせて頂いております。
今回はp113ページからのLATEXでの図の扱い方で多少伺いたい事があり質問をしました。
ちなみにMac(Ver10.6)のTexWorkで作業をしております。
LaTexに図を挿入したいと考え、写真用のフォルダから図を選びTexWorkでテキスト通り行ったところ、エラーコードが出て出力できませんでした。
そこで、今回質問が三つあります。
1点目p113の
\documentclass{jsarticle}
\usepackage[ドライブ名]{graphicx}
\begin{document}
\includegraphics[オプション{ファイル名}
\end{document}
のドライブ名とは次のページから始まるdvipdfmxなどでいいのでしょうか?テキストには確かにdvipdfmxと記述されておりましたが、横にドライバ名は1つしか指定できないと書かれていたので、少し混乱しております。
ちなみにファイル名は自分の選んだ画像のファイル名にしております。
2点目p114の記述に沿ってプログラムを記述しコンパイルすると、テキストに書いてあるようなエラーメッセ-ジがありました。
そこで、本書に沿って問題を解決しようと思いましたが、
「・platexを起動する時に-shell-escape- test.texと記述するように」とありましたが、どこにこれを記述すれば良いでしょうか?
自分はターミナルの初期画面からこれを打ち込みましたがうまくいきませんでした。
また・texmf.cnfというファイルを見つけたのですがそこにテキスト通りの処理がうまくできないのもあります。
3点目赤い四角で囲まれた参考通りも試したもののうまく行かず、少し途方に暮れております。
たくさんの質問があり、質問の本意ももしかしたら伝わっていないかもしれませんが、分かる方は是非ご指導頂けないでしょうか?
山中
そうですね、一応自分のユーザーディレクトリからpictureディレクトリに進み写真に到達するようになっております。
一応写真の名前がIMG_2603.jpgですのでファイル名のところに記述しています。これが*.texファイルに自分が記述したプログラムです。
\documentclass{jsarticle}
\usepackage[dvipdfmx,hiresbb]{graphicx}
\begin{document}
\includegraphics[width=5cm]{IMG_2603.jpg}
\end{document}
そして、エラーコードには
### eplatex -kanji=utf8 testpicture.tex
This is e-pTeXk, Version 3.1415926-p3.1.11-100420 (utf8.euc) (TeX Live 2009)
restricted \write18 enabled.
entering extended mode
(./testpicture.tex
pLaTeX2e <2006/11/10>+0 (based on LaTeX2e <2009/09/24> patch level 0)
(/usr/local/texlive/p2009/texmf/ptex/platex/jsclasses/jsarticle.cls
Document Class: jsarticle 2010/03/14 okumura
) (/usr/local/texlive/p2009/texmf-dist/tex/latex/graphics/graphicx.sty
(/usr/local/texlive/p2009/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/local/texlive/p2009/texmf-dist/tex/latex/graphics/graphics.sty
(/usr/local/texlive/p2009/texmf-dist/tex/latex/graphics/trig.sty)
(/usr/local/texlive/p2009/texmf-dist/tex/latex/latexconfig/graphics.cfg)
(/usr/local/texlive/p2009/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def)))
(./testpicture.aux)
** WARNING ** Can't find file (IMG_2603.jpg)...skipping
LaTeX Warning: File `IMG_2603.jpg' not found on input line 4.
! LaTeX Error: File `IMG_2603.xbb' not found. Use -shell-escape option to gener
ate automatically.
See the LaTeX manual or LaTeX Companion for explanation.
Type H for immediate help.
...
l.4 \includegraphics[width=5cm]{IMG_2603.jpg}
?
と書いてあります。
申し訳ないですが引き続きご指導お願いいたします。
一応写真の名前がIMG_2603.jpgですのでファイル名のところに記述しています。これが*.texファイルに自分が記述したプログラムです。
\documentclass{jsarticle}
\usepackage[dvipdfmx,hiresbb]{graphicx}
\begin{document}
\includegraphics[width=5cm]{IMG_2603.jpg}
\end{document}
そして、エラーコードには
### eplatex -kanji=utf8 testpicture.tex
This is e-pTeXk, Version 3.1415926-p3.1.11-100420 (utf8.euc) (TeX Live 2009)
restricted \write18 enabled.
entering extended mode
(./testpicture.tex
pLaTeX2e <2006/11/10>+0 (based on LaTeX2e <2009/09/24> patch level 0)
(/usr/local/texlive/p2009/texmf/ptex/platex/jsclasses/jsarticle.cls
Document Class: jsarticle 2010/03/14 okumura
) (/usr/local/texlive/p2009/texmf-dist/tex/latex/graphics/graphicx.sty
(/usr/local/texlive/p2009/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/local/texlive/p2009/texmf-dist/tex/latex/graphics/graphics.sty
(/usr/local/texlive/p2009/texmf-dist/tex/latex/graphics/trig.sty)
(/usr/local/texlive/p2009/texmf-dist/tex/latex/latexconfig/graphics.cfg)
(/usr/local/texlive/p2009/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def)))
(./testpicture.aux)
** WARNING ** Can't find file (IMG_2603.jpg)...skipping
LaTeX Warning: File `IMG_2603.jpg' not found on input line 4.
! LaTeX Error: File `IMG_2603.xbb' not found. Use -shell-escape option to gener
ate automatically.
See the LaTeX manual or LaTeX Companion for explanation.
Type H for immediate help.
...
l.4 \includegraphics[width=5cm]{IMG_2603.jpg}
?
と書いてあります。
申し訳ないですが引き続きご指導お願いいたします。