名前: しっぽ愛好家 日時: 2003-07-04 01:23:11 IPアドレス: 210.234.40.*
>>19897 とりあえず,下記の記述を試してみてください. %%% 引用なさっていたコードでは, %%% \gl@align を \gl@algin としている箇所が 1 箇所あります. \documentclass{jsarticle} \makeatletter \newcommand{\LEQQ}{\mathrel{\mathpalette\gl@align<}} \newcommand{\GEQQ}{\mathrel{\mathpalette\gl@align>}} \newcommand{\gl@align}[2]{% \lower.6ex\vbox{\baselineskip\z@skip\lineskip\z@ \ialign{$\m@th#1\hfil##\hfil$\crcr#2\crcr=\crcr}}} \makeatother \begin{document} $p \GEQQ q$ and $x \LEQQ y$ \end{document}
この書き込みへの返事: