Re: Error using \usepackage{color} and supp-pdf together
Akira Kakuto <kakuto-/k5Uodmu4m/[email protected]>
| Newsgroups | gmane.comp.tex.pdftex |
|---|---|
| Message-ID | <6C995FAC08024327B5B7750678816B5F@CJ3001517A> |
Dear Rodolfo,
> \input eplain.tex
> \beginpackages
> \usepackage{color}
> \endpackages
>
> \input supp-pdf
>
> hello
>
> \end
Is it ok to change the order of reading
for your purpose?
\input eplain.tex
\input supp-pdf
\beginpackages
\usepackage{color}
\endpackages
hello
\end
Best,
Akira