1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
\ifstyleloaded\relax\else
% << slight change from text/ included below
% emacs info mode does not fontify level 1 headers if they're not
% underlined by a line of *s
\@makesection
{\section}{0}{section}
% {\@forcenewline\@open{head}{*=}}
{\@forcenewline\@open{head}{*}}
{\thesection}{\quad}
{\@forcenewline\@close{head}}
% >> end
\input{text/article.hva}
\setcounter{menudepth}{2}
\newcommand{\sectionname}{Section}
\newcommand{\subsectionname}{Subsection}
\newcommand{\subsubsectionname}{Subsubsection}
\renewcommand{\@indexsection}[1]{\section{#1}}
\renewcommand{\@bibliosection}[1]{\section{#1}}
\fi
|