Viewers for PDF, PS, and DVI ⇒ problem with YAP
problem with YAP
I compiled my document using latex, and I wanted to see the result in Yap, it gave me the following error message:
Message: The page could not be rendered.
Data: Unrecoverable error: rangecheck in .putdeviceprops
The strange thing is that I converted the dvi file to ps using dvi2ps and I viewed it normally using gsview.
I am using MikTeX 2.8 and Yap was working normally till today!
An ideas of the problem ?
Regards,
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
Re: problem with YAP
Does anybody knows where to download yap.exe only (for miktex 2.8)?
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: problem with YAP
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
problem with YAP
Code: Select all
\documentclass[12pt,letter]{article}
\usepackage{amssymb,amsmath,fullpage,graphicx,pstricks,sectsty,subfigure}
\usepackage[comma,numbers]{natbib}%round,
\begin{document}
Hello!
\end{document}
Thanks,
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: problem with YAP
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
problem with YAP
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: problem with YAP
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: problem with YAP
Thank you very much,