38.1 Maketitle

<..aa maketitle..>
 \NewConfigure{subtitle institute}[7]{%
    \c:def\a:sbttl{#1}\c:def\b:sbttl{#2}%
    \c:def\a:institute{#3}\c:def\b:institute{#4}%
    \c:def\c:institute{#5}\c:def\d:institute{#6}%
    \c:def\b:and{#7}%
 }
 \NewConfigure{headnote}{2}
 
 \NewConfigure{maketitle}[4]{\c:def\a:mktl{#1}\c:def\b:mktl{#2}%
    \c:def\a:ttl{#3}\c:def\b:ttl{#4}}
 \NewConfigure{thanks author date and}[8]{%
    \c:def\a:thanks{#1}\c:def\a:thanks{#2}%
    \c:def\a:author{#3}\c:def\b:author{#4}\c:def\a:date{#5}%
    \c:def\b:date{#6}\c:def\a:and{#7}\c:def\e:mktl{#8}}
 
 \def\inst#1{\unskip$\sp{#1}$}
 \def\fnmsep{\unskip$\sp,$}
 
 \let\o:maketitle:=\@maketitle
 \def\@maketitle{%
    <.adjust minipageNum for setcounter footnote 0.>%
   \def\sec:typ{title}%
   \Tag{)title)}{\@title}%
   \makeheadbox \let\makeheadbox=\empty
   \def\andname{\a:and}%
   \def\lastandname{, \a:and}
   \if!\@headnote!\else
     \pend:def\@headnote{\a:headnote\ignorespaces}%
     \append:def\@headnote{\b:headnote}%
   \fi
   \pend:def\@title{\a:ttl\ignorespaces}%
   \if!\@subtitle!\append:def\@title{\b:ttl}\else
      \pend:def\@subtitle{\a:sbttl\ignorespaces}%
      \append:def\@subtitle{\b:sbttl\b:ttl}%
   \fi
   \pend:def\@author{\a:author\ignorespaces}%
   \append:def\@author{\b:author}%
   \let\o:institutename=\institutename
   \def\institutename{\a:institute
     \pend:def\@institute{\pend:def\and{\b:and}}%
     \pend:def\theinst{\c:institute}\append:def\theinst{\d:institute}%
     \o:institutename \b:institute
  \if!\@dedic!\else
     \pend:def\@dedic{\a:dedic}\append:def\@dedic{\b:dedic}%
  \fi
     \pend:def\@date{\a:date}\append:def\@date{\b:date}}%
   \Configure{newline}{\e:mktl}\a:mktl\o:maketitle:\b:mktl
   \relax\if!\@mail!\else
       \pend:def\@mail{\a:mail\ignorespaces}%
       \append:def\@mail{\b:mail}%
       \global\let\@mail=\@mail
   \fi
 }
 \let\strich=\empty
 \NewConfigure{mail}{2}
 \NewConfigure{makeheadbox}{5}
 \def\makeheadbox{{%
    \a:makeheadbox{\bf\@journalname\ manuscript no.}
    \b:makeheadbox{\bf Your thesaurus codes are:}
    \c:makeheadbox{\@thesaurus}
    \d:makeheadbox{\AALogo}\e:makeheadbox}}
 
 \def\AALogo{ASTRONOMY AND ASTROPHYSICS}
 -_-_-