マクロツイーター

はてダから移行した記事の表示が崩れてますが、そのうちに直せればいいのに(えっ)

TeX の構文規則がフリーフォーマットでないので絶望している話

(参考:昨日の記事

TeX Live を最新状態に更新して、graphicx + dvipdfmx で「段落内の \includegraphics」を試したら、なんかおかしい……。

\documentclass[a4paper]{article}
\usepackage[dvipdfmx]{graphicx}
\begin{document}
A\includegraphics[width=50pt]{tiger.eps}B
\end{document}

dvipdfmx.def [2014/03/31 v3.5] を調べてみたら………

[dvipdfmx.def 194行目]
\def\Ginclude@eps#1{%
 \message{<#1>}%
  ……(略)……
  \if@trim@vport
  \advance\dimen@ \Gin@vllx\p@
  \fi
  \edef\Gin@urx{\strip@pt\dimen@}           ←うわぁ
  \dimen@\Gin@ury\p@
  \advance\dimen@ -\Gin@lly\p@
  \if@trim@vport
  \advance\dimen@ \Gin@vlly\p@
  \fi
  \edef\Gin@ury{\strip@pt\dimen@}           ←うわぁ
  \dimen@\Gin@req@width
  \dimen@ii.1bp%
  ……(略)……
  \egroup}

うわぁぁぁぁぁぁぁぁぁ!!!