包裹彩色有一个选项xcdraw
,其文档为:
Option xcdraw uses PostScript commands to draw frames and color boxes in case
of the dvips driver and PDF code to draw frames in case of the pdftex and
dvipdfm drivers. This is still experimental code that may confuse .dvi viewers.
并且确实使用它会令xdvi
观看者感到困惑(当然,来自 ps 文件dvips
就可以了)。
\documentclass{article}
\usepackage[xcdraw]{xcolor}
\begin{document}
\fcolorbox{red}{white}{\phantom{\rule{\linewidth}{1cm}}}
\end{document}
以下是编译latex
和查看dvi
文件的情况:
由于各种引擎的 graphicx 驱动程序都得到积极维护(xetex、pdftex),使用xcdraw
选项现在仍然是一件好事吗?
答案1
不,几年前它只是用于特殊情况。但是,该软件包的作者 Uwe Kern 也已经多年不再活跃了,这个选项将一直存在,直到没有人接管维护权。