Conversion Tools ⇒ Colored output
Colored output
I am a newbie to LaTeX environment. I use TeXnicCenter as editor. I can generate a colored DVI file with LaTeX => DVI output profile and now I need to generate a PDF. I installed Ghostscript 9.05 and defined an output profile LaTeX => PS => PDF using TeXnicCenter wizard. However, generated PDF file is not colored. I tried to make a few modifications in output profile but I couldn't make it. Could you help me about this small problem?
Thank you.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Colored output
welcome to the board!
Would it be possible for you to use LaTeX => PDF as output profile, i.e. pdfLaTeX, directly producing pdf instead of the way via dvi? Or is there a reason that you need dvi or ps?
Stefan
Colored output
Thank you for your answer. I forgot to add that LaTeX => PDF option generates colored PDF, but this time some figures are displayed faulty, unlike from DVI.Stefan_K wrote:Hi yildiza,
welcome to the board!
Would it be possible for you to use LaTeX => PDF as output profile, i.e. pdfLaTeX, directly producing pdf instead of the way via dvi? Or is there a reason that you need dvi or ps?
Stefan
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Colored output
Stefan
Colored output
It gives a warning for each image in PNG format:Stefan_K wrote:How about fixing the issue with the figures and using the more modern pdfLaTeX engine, without several conversions (dvi to ps to pdf)?
Stefan
Option `bb' does not make sense, (pdftex.def) using 'viewport' instead
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
Colored output
Actually pdfLaTeX supports PNG format, but LaTeX in DVI mode doesn't. I wonder why LaTeX => DVI or LaTeX => PS => PDF would work for you with PNG images. I wouldn't expect that.yildiza wrote:It gives a warning for each image in PNG format
Well, that's not the topic here. pdfLaTeX was just a suggestion to solve the color issue.
Regarding the original issue: perhaps post a

Stefan
Colored output
Thank you for your help.Stefan_K wrote:Actually pdfLaTeX supports PNG format, but LaTeX in DVI mode doesn't. I wonder why LaTeX => DVI or LaTeX => PS => PDF would work for you with PNG images. I wouldn't expect that.yildiza wrote:It gives a warning for each image in PNG format
Well, that's not the topic here. pdfLaTeX was just a suggestion to solve the color issue.
Regarding the original issue: perhaps post aminimal working example which shows the undesired behavior, which we could test and fix.
Stefan
Actually I have a reference example on which I have to work. Perhaps it's better if I try to solve this problem myself.
Note: I have no problem with LaTeX => DVI profile, it shows PNG images without problem.
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm