名前: 本田 日時: 2011-03-26 09:19:36 IPアドレス: 61.194.13.*
>>55809 >\not\in と入力すると,\notin に置き換える それはTeXの仕事ではないでしょう. エディタなどで前に処理するものです. いわゆるフィルタの仕事なので TeXでフィルタを書くというのであればまた別の話ですが。。 あえてマクロでやるなら \documentclass{jsarticle} \makeatletter \let\orgnot\not \def\notingobble{\notin\@gobble} \def\makenotin{% \ifx\in\next\relax\expandafter\notingobble\else\expandafter\orgnot\fi } \def\not{\futurelet\next\makenotin} \makeatother \begin{document} $\not\in$ $\not \in$ $\notin$ $\not=$ \end{document} けど・・・無意味でしょう
この書き込みへの返事: