%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% %%%%% %%%%%   << 学術論文作成用スタイルファイル >> %%%%% %%%%% general.sty %%%%% %%%%% %%%%% Arranged by Hara %%%%% 20 Decem. 1999 %%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % Usage: % % \documentclass[a4paper]{jarticle} % \usepackage{general} % % % % \title{...} % \author{...} % \affiliation{....} % % \begin{document} % % % \maketitle % % % \begin{abstract} % . % \end{abstract} % % % \begin{keyword} % . % \end{keyword} % % % \section{...} % % \section{...} % . % . % . % \begin{thebibliography}{99} % \bibitem{1} % \bibitem{2} % . % . % . % \end{thebibliography} % % % \end{document} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Set the margins \oddsidemargin -12mm \evensidemargin -12mm \topmargin -20mm \headheight 12pt %\headsep 25pt \textheight 250mm \textwidth 184mm \twocolumn \sloppy \flushbottom %% \sloppy右余白に突き出しにくくなる %% \flushbottomページの長さを一定に→二段組ではこれが標準 %xx これらを横にならべたのは、多分頭に%をいれると全部解消できるから \columnsep 5mm %% 左右の段の間の距離 %\columnseprule 0.4pt %% 段の間に太さ0.4ポイントの線を引く \parindent 0.14in %% 段落の頭の字下げ量 %\leftmargini 2.6em \leftmargin\leftmargini %% \leftmargini左余白の標準値 %% \leftmargin左余白 %\leftmarginv .5em \leftmarginvi .5em %\thispagestyle{empty} \pagestyle{plain} % \renewcommand{\baselinestretch}{1} %Sectioning Commands % %m%\ifthenelse{\value{wabun}}{ \def\thesection{\arabic{section}.} \def\thesubsection{\thesection\,{\arabic{subsection}}} \def\thesubsubsection{\thesubsection.\,\arabic{subsubsection}} \def\theparagraph{\alph{paragraph}\,)} \def\thesubparagraph{\roman{subparagraph}\,)} %m% }% % % {% % \def\thesection { \Roman{section}.\kern-0.5em} % \def\thesubsection {\Alph{subsection}.\kern-0.5em} % \def\thesubsubsection {\thesubsection\kern0.5em\arabic{subsubsection}. %\kern-0.5em} % \def\theparagraph{\alph{paragraph}\kern-0.5em} % \def\thesubparagraph{\roman{subparagraph}\kern-0.5em} % }% \def\section{\@startsection{section}{1}{1.5em} {0.4\baselineskip plus .5mm minus .5mm} {0.4\baselineskip plus .5mm minus .5mm} {\normalsize\bf\centering}} % \def\subsection{\@startsection{subsection}{2}{1.5em} {0.0001\baselineskip plus .1mm minus .1mm} {0.0001\baselineskip plus .1mm minus .1mm} {\normalsize\it\raggedright}} % \def\subsubsection{\@startsection{subsubsection}{3}{1.5em} {0.0001\baselineskip plus .1mm minus .1mm} {0.0001\baselineskip plus .1mm minus .1mm} {\normalsize\it\raggedright}} % \def\paragraph{\@startsection{paragraph}{4}{1.5em} {0.0001\baselineskip plus .1mm minus .1mm} {0.0001\baselineskip plus .1mm minus .1mm} {\normalsize\rm\raggedright}} % \def\subparagraph{\@startsection{subparagraph}{5}{1.5em} {0.0001\baselineskip plus .1mm minus .1mm} {0.0001\baselineskip plus .1mm minus .1mm} {\normalsize\rm\raggedright}} %\newif\if和文 \newif\if和文c %\newif\ifoubun \newif\ifoubunc %\newif\OUBUN \newif\OUBUNc % %%%%%%%%%%%%%%%% Define Title style %%%%%%%%%%%%%%%% %% % \newcommand{\affiliation}[1]{\date{ #1}} \def\maketitle{% \par %% 改段 \begingroup \def\thefootnote{\fnsymbol{footnote}} %% 脚注は番号でなく記号で \def\@makefnmark{\hbox to 0pt{$^{\@thefnmark}$\hss}} %% 脚注記号の幅を0にする \twocolumn[\@maketitle] %% \twocolumn[]二段組の文書の一部を一段組みにする命令 %% この[]の中に一段組みにしたいタイトルなどを書くn奥村168 %y \@maketitle \@thanks %% 脚注を入れる \endgroup \setcounter{footnote}{0} %% 脚注番号を0に戻す \let\maketitle\relax %% この命令の定義を消去する \let\@maketitle\relax %% この命令の定義を消去する \gdef\@thanks{}\gdef\@author{}\gdef\@title{}% %% この命令の定義を消去する \let\thanks\relax} %% 自分自身も消去する \def\@maketitle{% % \vskip 3mm %%%%% top と title の間の間隔 %%%%%%%%%%%%%% % {\hsize\textwidth %% \linewidth\hsize \vfil \centering {\huge \bf \@title \par} % \vskip 4mm %%%%% title と author の間の間隔 %%%%%%%%%%% % {\large \begin{tabular}[t]{c}\@author \end{tabular}\par} % %%%%%%%%%% 下の各行を外すとaffiliationが外せる %%%%%%%%%% \vskip 4mm %%%%% author と affiliation の間の間隔 %%%%% %% 下のいずれかを選択。欧文の場合、下の方がきれいかもれない。 %% {\large \begin{tabular}[t]{c}\@date \end{tabular}\par} {\it \begin{tabular}[t]{c}\@date \end{tabular}\par} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % } \vspace*{8mm} %%%%% title部分 と text の間の間隔 %%%%%%%% } \def\copyrightspace{\footnotetext[0]{\mbox{}\vrule height 97pt width 0pt}} % %%%%%%%%%%%%%%%% Define Abstract (環境) %%%%%%%%%%%%%%%% %% \def\abstract{\parindent\z@ %% 次のいずれか一つを選ぶこと %% %%   \hspace*{1.5em}{\bf あらまし}{\bf--- }\ignorespaces} %% \begin{center} {\bf あらまし} \end{center}} %% \hspace*{1.5em}{\bf ABSTRACT}{\bf--- }\ignorespaces} %% \begin{center} {\bf ABSTRACT} \end{center}} \hspace*{1.5em}{\bf Abstract}{\bf--- }\ignorespaces} %% \begin{center}{\bf Abstract}\end{center}} %% \def\endabstract{\par\ignorespaces} %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % %%%%%%%%%%%%%%%% Define Keyword (環境) %%%%%%%%%%%%%%%%% \def\keyword{\parindent\z@ \vspace*{0.3\baselineskip} \hspace*{1.5em}{\bf キーワード\hskip1.5em}{\bf--- }\ignorespaces} \def\endkeyword{\par} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %