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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- 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.