ex.タイトル
<・・・・・例の内容・・・・>
cf.タイトル
<・・・・・例の内容・・・・>
のように表示するマクロ。
プリアンブル部分に以下を記入。
\newcommand{\cft}[2]{\begin{quote}{\bf \textit{cf.}} #1\\#2 \end{quote}}
\newcommand{\ext}[2]{\begin{quote}{\bf \textit{ex.}} #1\\#2 \end{quote}}
文章内で
\cft{タイトル}{・・・・・例の内容・・・・}
\ext{タイトル}{・・・・・例の内容・・・・}
タイトルがない場合
ex.<・・・・・例の内容・・・・>
cf.<・・・・・例の内容・・・・>
という表示をしたいとき、は以下をプリアンブル部分に記入。
\newcommand{\cf}[1]{\begin{quote}{\bf \textit{cf.}} #1 \end{quote}}
\newcommand{\ex}[1]{\begin{quote}{\bf \textit{ex.}} #1 \end{quote}}
本文では
\cft{・・・・・例の内容・・・・}
\ext{・・・・・例の内容・・・・}
と記入。
2006年01月25日
この記事へのコメント
コメントを書く
この記事へのトラックバックURL
http://blog.seesaa.jp/tb/12248832
この記事へのトラックバック
http://blog.seesaa.jp/tb/12248832
この記事へのトラックバック

