![]() |
>[TeX] | >[数式] | >[数式番号に節番号を付加] |
\makeatletter
\renewcommand{\theequation}{%
\thesection.\arabic{equation}}
\@addtoreset{equation}{section}
\makeatother
|
\makeatletter
\renewcommand{\theequation}{\arabic{chapter}-\arabic{section}-\arabic{equation}}
\@addtoreset{equation}{section}
\makeatother
|
| (j)articleの場合 |
| Preambleに入れない |
| Preambleに入れた |
| subsectionを含める。 [上のソースファイル] |
| (j)bookの場合 |
Preambleに入れない(第1章第1節の最初の式)
|
Preambleに入れた(第1章第1節の最初の式)
|


\newcommand{\Tabref}[1]{表~\ref{#1}}
\newcommand{\Equref}[1]{式~(\ref{#1})}
\newcommand{\Figref}[1]{図~\ref{#1}}
をプレアンブルに入れておくと、\tabref、\Equref、\Figrefが利用できます。 |

| 式番号参照。 式番号を[ ]で参照。 式番号を修飾参照。 mathtools.sty参照。 \renewcommand参照。 |