Sectionの番号と見出しの間のスペースについて

名前: 道産子
日時: 2005-01-26 20:54:18
IPアドレス: 133.38.11.*

こんにちは, 道産子です. いつもお世話になっております. article クラスで section の見出しを中央寄せで "1. First Section" としたいので, 以下の様に \section を再定義しました. --------------------------------------------------------------------------------- \documentclass[12pt,notitlepage,leqno,twoside]{article} \makeatletter \renewcommand*{\title}[2][]{\gdef\shorttitle{#1}\gdef\@title{\sc#2}} \renewcommand*{\author}[2][]{\gdef\shortauthor{#1}\gdef\@author{\sc#2}} \def\ps@mypage{\ps@empty \def\@evenhead{% \rlap{\thepage}\hfil\sc\shortauthor{}{}\hfil}% \def\@oddhead{% \hfil\sc\shorttitle{}{}\hfil\llap{\thepage}}% } \def\section{\@startsection{section}{1}% \z@{-3.5ex \@plus -1ex \@minus -.2ex}% {2.3ex \@plus.2ex}% {\normalfont\scshape\centering}} \makeatother \renewcommand{\thesection}{\arabic{section}.} \pagestyle{mypage} \title[Title]{Title} \author[Name]{Name} \date{ \today } \begin{document} \maketitle \section{First Section} \end{document} --------------------------------------------------------------------------------- "1." と "First Section" の間を少し小さくしたいと思い, \@startsection のパラメータ を色々変えてみたのですが, "1." と "First Section" の間のスペースに変化が起きませ ん. "1." と "First Section" の間のスペースはどこで定義されているのでしょうか? TeX は Vine Linux 3.1 に標準でインストールされるものを使用しています. どなたか ご解答下さいますでしょうか. 宣しくお願い致します.

この書き込みへの返事:

お名前
題名 
メッセージ(タグは <a href="...">...</a> だけ使えます)