発言者: トノ
発言日: 2005 10/16 19:49
発言元: 220.209.26.7
dvipdfmx.def がケンジさんの環境に存在しないのが原因ではないでしょうか。
最近の W32TeX なら C:\LaTeX2e\local\share\texmf\tex\latex\config に
あるはずですが、W32TeX に dvipdfmx.def が含まれるようになったのは
それほど古いことではなかったと思います。
dvipdfmx.exe 自体が比較的新しいものなら、下の内容の dvipdfmx.def を
作成しておけば済むでしょう。
それでも dvipdfmx.exe の実行時にエラーが生じるようなら、
W32TeX 全体のアップデートが必要かもしれません。
==== 次行から
%% This is file `dvipdfmx.def' for DVIPDFMx by J.-H. Cho and S. Hirata
%% which is written based on `dvipdf.def' in the LaTeX `Graphics Bundle'.
%%
%% This is file `dvipdf.def',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% drivers.dtx (with options: `dvipdf,color1,psrulesZ')
%%
%% drivers.dtx Copyright (C) 1994 David Carlisle Sebastian Rahtz
%% Copyright (C) 1995 1996 1997 1998 1999 David Carlisle
%%
%% This file is part of the Standard LaTeX `Graphics Bundle'.
%% It may be distributed under the terms of the LaTeX Project Public
%% License, as described in lppl.txt in the base LaTeX distribution.
%% Either version 1.0 or, at your option, any later version.
%%
\ProvidesFile{dvipdfmx.def}
[1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)]
\def\c@lor@arg#1{%
\dimen@#1\p@
\ifdim\dimen@<\z@\dimen@\maxdimen\fi
\ifdim\dimen@>\p@
\PackageError{color}{Argument `#1' not in range [0,1]}\@ehd
\fi}
\def\color@gray#1#2{%
\c@lor@arg{#2}%
\edef#1{[#2]}%
}
\def\color@cmyk#1#2{\c@lor@@cmyk#2\@@#1}
\def\c@lor@@cmyk#1,#2,#3,#4\@@#5{%
\c@lor@arg{#4}%
\c@lor@arg{#1}%
\c@lor@arg{#2}%
\c@lor@arg{#3}%
\edef#5{[#1 #2 #3 #4]}%
}
\def\color@rgb#1#2{\c@lor@@rgb#2\@@#1}
\def\c@lor@@rgb#1,#2,#3\@@#4{%
\c@lor@arg{#1}%
\c@lor@arg{#2}%
\c@lor@arg{#3}%
\edef#4{[#1 #2 #3]}%
}
\def\color@RGB#1#2{\c@lor@@RGB#2\@@#1}
\def\c@lor@@RGB#1,#2,#3\@@#4{%
\c@lor@RGB@rgb{#1}\@tempa
\c@lor@RGB@rgb{#2}\@tempb
\c@lor@RGB@rgb{#3}\@tempc
\c@lor@@rgb\@tempa,\@tempb,\@tempc\@@#4%
}
\def\c@lor@RGB@rgb#1#2{%
\dimen@#1\p@
\divide\dimen@\@cclv
\edef#2{\strip@pt\dimen@}}
\def\color@hsb#1#2{\c@lor@@hsb#2\@@#1}
\def\c@lor@@hsb#1,#2,#3\@@#4{%
\c@lor@arg{#1}%
\c@lor@arg{#2}%
\c@lor@arg{#3}%
\edef#4{[#1 #2 #3] hsb}%
}
\def\color@named#1#2{\c@lor@@named#2,,\@@#1}
\def\c@lor@@named#1,#2,#3\@@#4{%
\@ifundefined{col@#1}%
{\PackageError{color}{Undefined color `#1'}\@ehd}%
{\edef#4{ #1}}%
}
\def\c@lor@to@ps#1 #2\@@{\csname c@lor@ps@#1\endcsname#2 \@@}
\def\c@lor@ps@#1 #2\@@{TeXDict begin #1 end}
\def\c@lor@ps@rgb#1\@@{#1 setrgbcolor}
\def\c@lor@ps@hsb#1\@@{#1 sethsbcolor}
\def\c@lor@ps@cmyk#1\@@{#1 setcmykcolor}
\def\c@lor@ps@gray#1\@@{#1 setgray}
\def\current@color{[0]}
\def\set@color{%
\special{pdf:bcolor \current@color
}\aftergroup\reset@color}
\def\reset@color{\special{%
pdf:ecolor}}
\def\set@page@color{\special{%
pdf:bgcolor \current@color}}
\def\define@color@named#1#2{%
\expandafter\let\csname col@#1\endcsname\@nnil}
\def\Ginclude@eps#1{%
\message{<#1>}%
\bgroup
\def\@tempa{!}%
\dimen@\Gin@req@width
\dimen@ii.1bp%
\divide\dimen@\dimen@ii
\@tempdima\Gin@req@height
\divide\@tempdima\dimen@ii
\special{PSfile="#1"\space
llx=\Gin@llx\space
lly=\Gin@lly\space
urx=\Gin@urx\space
ury=\Gin@ury\space
\ifx\Gin@scalex\@tempa\else rwi=\number\dimen@\space\fi
\ifx\Gin@scaley\@tempa\else rhi=\number\@tempdima\space\fi
\ifGin@clip clip\fi}%
\egroup}
\def\Ginclude@bmp#1{%
\message{<#1>}%
\bgroup
\def\@tempa{!}%
\special{pdf:image\space
width \the\Gin@req@width\space
height \the\Gin@req@height\space
(#1)}%
\egroup}
\def\Grot@start{%
\special{pdf:btrans rotate \Grot@angle}}
\def\Grot@end{\special{pdf:etrans}}
\def\Gscale@start{%
\special{pdf:btrans xscale \Gscale@x\space yscale \Gscale@y}}
\def\Gscale@end{\special{pdf:etrans}}
\def\Gin@PS@raw#1{\special{ps: #1}}
\def\Gin@PS@restored#1{\special{" #1}}
\def\Gin@PS@literal@header#1{\AtBeginDvi{\special{! #1}}}
\def\Gin@PS@file@header#1{\AtBeginDvi{\special{header=#1}}}
\@namedef{Gin@rule@.jpg}#1{{bmp}{.bb}{#1}}
\@namedef{Gin@rule@.jpeg}#1{{bmp}{.bb}{#1}}
\@namedef{Gin@rule@.png}#1{{bmp}{.bb}{#1}}
\@namedef{Gin@rule@.bmp}#1{{bmp}{.bb}{#1}}
\def\Gin@extensions{.eps,.ps,.eps.gz,.ps.gz,.eps.Z}
\@namedef{Gin@rule@.pdf}#1{{eps}{.bb}{#1}}
\@namedef{Gin@rule@.ps}#1{{eps}{.ps}{#1}}
\@namedef{Gin@rule@.eps}#1{{eps}{.eps}{#1}}
\@namedef{Gin@rule@.pz}#1{{eps}{.bb}{`gunzip -c #1}}
\@namedef{Gin@rule@.eps.Z}#1{{eps}{.eps.bb}{`gunzip -c #1}}
\@namedef{Gin@rule@.ps.Z}#1{{eps}{.ps.bb}{`gunzip -c #1}}
\@namedef{Gin@rule@.ps.gz}#1{{eps}{.ps.bb}{`gunzip -c #1}}
\@namedef{Gin@rule@.eps.gz}#1{{eps}{.eps.bb}{`gunzip -c #1}}
\@namedef{Gin@rule@*}#1{{eps}{\Gin@ext}{#1}}
\endinput
%%
%% End of file `dvipdfmx.def'.
==== 前行まで
▼関連発言
│
└◆3750:bmpファイルのpdf化 [ケンジ] 10/16 00:52
└◆3751:Re:bmpファイルのpdf化 [tDB] 10/16 09:08
└◆3752:Re[2]:bmpファイルのpdf化 [ケンジ] 10/16 11:14
└◆3753:Re[3]:bmpファイルのpdf化 [tDB] 10/16 11:21
└◆3754:Re[4]:bmpファイルのpdf化 [ケンジ] 10/16 11:58
└◆3755:Re[5]:bmpファイルのpdf化 [tDB] 10/16 12:10
└◆3756:Re[6]:bmpファイルのpdf化 [ケンジ] 10/16 12:35
└◆3757:Re[7]:bmpファイルのpdf化 [tDB] 10/16 12:56
├◆3758:Re[8]:bmpファイルのpdf化 [tDB] 10/16 13:02
└◆3759:Re[8]:bmpファイルのpdf化 [ケンジ] 10/16 19:06
└◆3760:Re[9]:bmpファイルのpdf化 [ケンジ] 10/16 19:19
└◆3761:Re[10]:bmpファイルのpdf化 [tDB] 10/16 19:31
├◆3762:Re[11]:bmpファイルのpdf化 [ケンジ] 10/16 19:39
│├◆3763:Re[12]:bmpファイルのpdf化 [トノ] 10/16 19:49
││└◆3766:Re[13]:bmpファイルのpdf化 [ケンジ] 10/16 20:17
│├◆3764:Re[12]:bmpファイルのpdf化 [tDB] 10/16 20:01
││└◆3765:Re[13]:bmpファイルのpdf化 [ケンジ] 10/16 20:13
││ └◆3767:Re[14]:bmpファイルのpdf化 [tDB] 10/16 20:26
││ └◆3769:Re[15]:bmpファイルのpdf化 [ケンジ] 10/16 21:19
││ └◆3771:Re[16]:bmpファイルのpdf化 [tDB] 10/16 21:36
││ └◆3772:Re[17]:bmpファイルのpdf化 [ケンジ] 10/16 21:42
││ └◆3773:Re[18]:bmpファイルのpdf... [tDB] 10/16 21:53
││ └◆3774:Re[19]:bmpファイルのpd.. [ケンジ] 10/16 22:31
││ └◆3775:Re[20]:bmpファイルの.. [tDB] 10/17 08:03
││ └◆3776:ありがとうございま.. [ケンジ] 10/17 08:44<-last
│└◆3768:Re[12]:bmpファイルのpdf化 [石原 守] 10/16 20:34
└◆3770:--- [---] 10/16 21:35