TeX Live and MacTeX ⇒ problem with xdvi command
problem with xdvi command
[1] 2737
rudra@mahasagar:~/groups$ gs: Unknown device: x11
gs: Unrecoverable error: undefined in .uninstallpagedevice
gs: Operand stack:
gs: defaultdevice
xdvik: read_from_gs: Connection reset by peer
te DE I have texlive-latex3 installed. I have a number of `\includegraphics{figure.eps}' in the `file.tex' file. As long as the total file length was small there was no problem of showing the figures when I ran `xdvi file.dvi &' after running `latex file.tex' . But when the file grew somewhat
large, then for the figure only the boundary was appearing, but nothing inside the boundary. But if I ran `xpdf file.pdf &' after running `latex file.tex' and
`dvipdf file.dvi', then the full figure was appearing. So it seems that the full figure was being generated by latex command but was not being shown by the
xdvi command. Also after running the xdvi command on the terminal appeared
rudra@mahasagar:~/groups$ xdvi group.dvi &
[1] 2737
rudra@mahasagar:~/groups$ gs: Unknown device: x11
gs: Unrecoverable error: undefined in .uninstallpagedevice
gs: Operand stack:
gs: defaultdevice
xdvik: read_from_gs: Connection reset by peer
This is not causing any harm but is a nuisance.
I shall appreciate help in solving the problem and avoiding the nuisance. Thanks.
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
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
problem with xdvi command
Stefan
problem with xdvi command
A survey of debian packages list showed that there is a package in their repository that has this device
ghostscript-x (9.06~dfsg-2+deb8u4)
interpreter for the PostScript language and for PDF - X11 support
So #apt-get install ghostscript-x
solved the problem.