Re: 閉じ括弧(全角)

名前: kk
日時: 2010-02-07 16:04:41
IPアドレス: 219.116.215.*

>>54484 構造を持つマクロ(下記例)を考えると,何かの対策が必要になりそうです. \documentclass{jbook} \usepackage[deluxe]{otf} \makeatletter \def\zenkakuparentheses{\@ifnextchar[{\@zenkakuparentheses}{\@zenkakuparentheses[]}} \def\@zenkakuparentheses[#1]#2{ \def\@ii{#2} \ifx\@ii\empty\unskip\unskip\unskip( ) \else { \unskip\unskip\unskip\unskip({#2}) } \fi } \makeatother \makeatletter \@ifundefined{footnotes@ve}{\let\footnotes@ve=\footnote}{} % jsclass \def\footnote{\unskip\unskip\footnotes@ve} \@ifundefined{footnotemarks@ve}{\let\footnotemarks@ve=\footnotemark}{} % jsclass \def\footnotemark{\unskip\unskip\footnotemarks@ve} \makeatother % \begin{document} \noindent \verb/\footnote/ (modified)\\ あ\footnote{あ}あ(あ)\footnote{あ}あ( )\footnote{あ}.\footnote{あ}あ \par\noindent あ \footnote{あ} あ\zenkakuparentheses{あ} \footnote{あ} あ\zenkakuparentheses{} \footnote{あ} . \footnote{あ} あ \\\par\noindent \verb/\zenkakuparentheses/ (macro)\\ .(あ),(あ).(あ),( ). \par\noindent .\zenkakuparentheses{あ},\zenkakuparentheses{あ}. \zenkakuparentheses{あ},\zenkakuparentheses{}. \\\par\noindent \verb/\textbf/ (参考まで)\\ \textbf{.(あ),(あ).(あ),( ).} \par\noindent .\textbf{(あ)},\textbf{(あ)}. \textbf{(あ)},\textbf{( )}. \end{document}

この書き込みへの返事:

お名前
題名 
メッセージ(タグは <a href="...">...</a> だけ使えます。適宜改行を入れてください)