Comment 3 for bug 57931

Revision history for this message
Ugnaught (karl-leicht) wrote :

1. Create a new file : bug.tex and edit it with emacs editor (or gedit)
2. Write :
\documentclass{article}
\begin{document}
I am
\end{document}
3. Save "bug.tex"
3. run "latex bug.tex"
4. open "bug.dvi"
5. Then, modify bug.tex with
\documentclass{article}
\begin{document}
I am hidden
\newpage
in the 2nd page !
\end{document}
6. Save "bug.tex"
7. run "latex bug.tex"
8. Go to the previous "evince" frame and move the scrolling-bar. The display seems to be updated (You can see "I am hidden" instead of "I am"). But the second page is not present.
9. Now, press (Ctrl+ R). The 2nd page appears.
10. Modify "bug.tex" with :
\documentclass{article}
\begin{document}
I am still here.
\end{document}
11. Save "bug.tex"
12. run "latex bug.tex"
13. Go to the previous "evince" frame and move the scrolling-bar. The first page appears two times.

Strange. No pb with Yap (windows dvi engine I used).

Thank you for your attention.