% dncrbe.sty --- 大学入試センター紀要スタイル出力のためのマクロ for English % % $Id: $ % % Copyright 1998 by The National Center for University Entrance Examinations % % 使用例 % % \documentstyle[dncrb]{jarticle} % \title{ポリ・ガンマ関数のC言語,および\\Fortran77言語による算譜} % \author{石岡 恒憲\thanks{株式会社リコー ソフトウェア事業部}} % \date{} % % \begin{document} % \maketitle % \begin{abstract} ... \end{abstract} % \begin{keywords} ... \end{keywords} % \twocolumn % \section{はじめに} % ... % \cite{NAMEi} % \cite{NAMEii} % \section{おわりに} % ... % \begin{acknowledge} ... \end{acknowledge} % \begin{thebibliography}{} % \bibitem[LABELi]{NAMEi} % \bibitem[LABELii]{NAMEii} % \end{thebibliography} % \end{document} %\makeatletter % % page layout % \textwidth=42em %% 42-2=40 kanji-characters for line \columnsep=2em %% 2 kanji-characters width for column separation \textheight=43\baselineskip %% original %% 235mm \topmargin=0em %% no top-margin %\headsep=0em %% no head-sp \oddsidemargin=0em %% no side-margin %\parindent=1em %% one kanji-character for paragraph indentation \renewcommand{\@afterindentfalse}{} %% indentation for first paragraph % % latex.tex % \def\and{%% % \begin{tabular} %\end{tabular}\par\hskip 1em plus .17fil\begin{tabular}[t]{c}%% \end{tabular} \end{tabular}\par\noindent\begin{tabular}[t]{c}%% \end{tabular} } % % redefine of fnsymbol % %\def\@fnsymbol#1{\ifcase#1\or *\or \dagger\or \ddagger\or % \mathchar "278\or \mathchar "27B\or \|\or **\or \dagger\dagger % \or \ddagger\ddagger \else\@ctrerr\fi\relax} \def\@fnsymbol#1{\ifcase#1\or *\or **\or ***\or *4or *5or *6or *7or *8 \or *9 \else\@ctrerr\fi\relax} % % jarticle.sty % modified `maketitle' % \def\abstract{\if@twocolumn %\noindent {\large\bf Abstract} \center {\large\bf Abstract} \else \small \centering{\normalsize\bf Abstract} \normalsize \quotation %\noindent {\normalsize\bf Abstract} \fi} \def\endabstract{\if@twocolumn\else\endquotation\fi} \def\keywords{\if@twocolumn \noindent {\large\bf Key words:} \else \small \quotation \noindent {\normalsize\bf Key Words:} \normalsize \fi} \def\endkeywords{\if@twocolumn\else\endquotation\fi} %\makeatother