名前: 北見 けん 日時: 2001-07-18 10:52:28 IPアドレス: 202.25.71.*
初めて書き込みます。 北見 けん と申します。 お遊びですが、 \renewcommand{\theequation}{% \ifnum\c@chapter>\z@\thechapter.\fi \@arabic\c@equation\protect\pushsp} \def\pushsp{\aftergroup }%←\aftergroupに続けて半角空白と全角空白 でどうでしょう。(^^) 本当は、 LaTeX なら \def\@eqnnum{{\normalfont \normalcolor (\theequation)}} \usepackage{amsmath} なら \def\maketag@@@#1{\hbox{\m@th\normalfont#1}} を再定義といったところでしょうか? ところで、お使いの \@addtoreset{equation}{chapter} \renewcommand{\theequation}{% \ifnum\c@chapter>\z@\thechapter.\fi \@arabic\c@equation} は、\documentclass{book}のデフォルト設定と同じなんですよね。
この書き込みへの返事: