doraTeX / TeX2img

TeX2img for macOS
https://tex2img.tech
Other
26 stars 2 forks source link

白塗りオブジェクトのバウンディングボックス #98

Closed doraTeX closed 5 years ago

doraTeX commented 5 years ago

黒背景のプレゼンスライドに貼り込むためなどに白塗り図形の画像を作成する際,gsのbboxデバイスが白い塗りを無視してbboxを算出してしまう問題を解決するために,bboxデバイスを使うときは

-c "<< /WhiteIsOpaque true >> setpagedevice"

をオプションに付けておくとよい。

abenori commented 5 years ago

これって

{\color{white}あいうえお}

みたいなのだとサイズ0の画像ができてしまいということですか?(手元では正しいサイズのができている……)

doraTeX commented 5 years ago
\documentclass[uplatex,dvipdfmx]{jlreq}
\usepackage{scsnowman}
\pagestyle{empty}
\def\hoge{\scsnowman[body=white,eyes=white,muffler=white,hat=white,arms=white,buttons=white,adjustbaseline]}
\begin{document}
\hoge あいうえお\hoge
\end{document}

のときに左右の☃が消える,という話でした。

abenori commented 5 years ago

お,確かに.