texmf/tex/config
Sebastian Rahtz
TWG-TDS@SHSU.edu
Tue, 24 Oct 1995 12:13:44 GMT
> In the case of graphics at least, the answer to this is yes. If no
> config file is supplied then you have to say what driver you are
> using in the document file, as in \usepackage[dvips]{graphics}
graphics just leaves everything undefined, correctly, doesnt
it? ie if you say
\includegraphics{foo.eps}
it will says "cant do .eps files, sorry" - quite rightly. just as
\includegraphics{foo.tiff}
will generate an error with the dvips driver
so i think we are talking cross-purposes. graphics does have a default
setup, just not in terms of a config file
sebastian