General ⇒ Windows 7 Font Problem with \emph
-
- Posts: 2
- Joined: Wed Dec 23, 2009 7:50 pm
Windows 7 Font Problem with \emph
I'm having an issue with viewing pdf output created by sequentially running latex, then dvi2ps, and finally ps2pdf13 on UNIX. I have a \usepackage{times} in my latex file.
When I look at the pdf output in Windows XP, everything looks fine.
When I look at the pdf output in Windows 7, it seems the \emph command defaults to using the \sl font instead of \it. Both are slanted, but \it is what should be created by the \emph command.
If I use pdflatex on UNIX to create the pdf, then everything works in both Windows XP and Windows 7. However, pdflatex won't handle postscript figures, which is why I'm using the latex --> dvi2ps --> ps2pdf13 command sequence to generate the pdf.
Any suggestions as to how to fix this would be greatly appreciated.
Thanks!
Kindest Regards,
Duck Dodgers
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: Windows 7 Font Problem with \emph
-
- Posts: 2
- Joined: Wed Dec 23, 2009 7:50 pm
Re: Windows 7 Font Problem with \emph
Sorry for the delay in posting a reply.
For the minimal example, I have attached three files:
- LaTeX source file
- pdf output generated by the sequence latex --> dvips --> ps2pdf13, i.e., by first generating postscript
- LaTeX log file from running latex
On Windows 7, the pdf output does not look correct. Specifically, it looks like a slanted font is being generated by the \emph and \it commands, rather than a proper italic font. The same pdf file looks different when viewed on a mac or on Windows XP, where output generated by \emph and \it looks like a proper roman italic font.
Thanks for any help you or anyone else in the community might be able to offer.
Happy Holidays!
Kindest Regards,
Duck Dodgers
- Attachments
-
- emph_font_problem_example.tex
- LaTeX source file
- (1.57 KiB) Downloaded 269 times
-
- emph_font_problem_example_FROM_POSTSCRIPT.pdf
- pdf output generated by running latex --> dvips --> ps2pdf13
- (5.01 KiB) Downloaded 190 times
-
- emph_font_problem_example.log
- log file from running latex
- (8.34 KiB) Downloaded 283 times