11/01/31 18:10:20
>>126
\documentclass[twocolumn]{jsarticle}
\makeatletter
\def\maketitle{%
\begin{center}%
{\LARGE \@title \par}
{\small \@date}
\end{center}%
\begin{flushright}%
{\large \@author}
\end{flushright}%
}
\makeatother
\title{TITLE}
\author{AUTHOR}
\date{\today}
\begin{document}
\twocolumn[\maketitle]
HOGE
\end{document}