MiKTeX and proTeXtDVI/PDF Output Differences

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
Post Reply
atrophy
Posts: 2
Joined: Sat Feb 05, 2011 1:05 am

DVI/PDF Output Differences

Post by atrophy »

Hello,

I'm new to LaTeX so apologies if this is a stupid question.

I've installed MiKTeX 2.9 and TeXnicCenter 1.0 under Windows 7.

The attached file test.tex uses shading.sty. In TeXnicCenter if I select the output profile as LaTeX => DVI then the output appears as expected. If I select the LaTeX => PDF profile then the shading provided by shading.sty does not appear.

TeXnicCentre reports 0 errors when I build the DVI or PDF output so no luck there.

Can anyone help?

Thanks.
Attachments
shading.sty
(8.93 KiB) Downloaded 281 times
test.tex
(297 Bytes) Downloaded 250 times
Last edited by atrophy on Mon Feb 07, 2011 1:27 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

DVI/PDF Output Differences

Post by localghost »

The shading package once has been developed for LaTeX2.09 thus is obsolete (we are using LateX2e). Furthermore it writes Postscript specials into the DVI output so it can only be used with LaTeX, not with PDFLaTeX. Look at common graphics packages like pgf/tikZ or pstricks to get the desired result.

There are some classes and packages that support drafting a resume (or CV) [1]. Perhaps you can find an alternative that's interesting for you.

[1] The TeX Catalogue Online, Topic Index — Writing Applications for a Job / CV


Best regards and welcome to the board
Thorsten
atrophy
Posts: 2
Joined: Sat Feb 05, 2011 1:05 am

Re: DVI/PDF Output Differences

Post by atrophy »

Thanks Thorsten, I've reproduced the shaded box using TikZ and all's well.
Post Reply