dvipng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Dvipng] Re: dvipng color trouble


From: Jan-Åke Larsson
Subject: Re: [Dvipng] Re: dvipng color trouble
Date: Thu, 10 Jan 2008 10:44:45 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20070830)

Jan-Åke Larsson wrote:
> One way of resolving this would be to do (before the image inclusion)
> 
>       \textcolor{green}{Color allocation}
>       \newpage

I forgot: the color palette is page-specific. So you need to output the
green text before the image inclusion _on_each_page_.

You need to do something like

    \phantom{\includegraphics[bb=0 0 300 274]{figure}}

    \textcolor{green}{This text is green.}

    \vspace{-3.81in} % 274/72 in
    \vspace{-1.2\baselineskip}
    \includegraphics[bb=0 0 300 274]{figure}

The first is to leave space for the image, and the second includes the
image in the right place. This does the work, but is not recommended.

Recommended solution is still to allow truecolor output.

/JÅ



-- 
"Reality is that which when you stop believing in it does not go away."
   Philip K. Dick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]