Skip to content

Instantly share code, notes, and snippets.

@ntddk
Created November 18, 2014 05:13
Show Gist options
  • Save ntddk/f842cabe4298a2f988b9 to your computer and use it in GitHub Desktop.
Save ntddk/f842cabe4298a2f988b9 to your computer and use it in GitHub Desktop.
予稿
%
% From jarticle.sty 16-Mar-88
% -------------------------------------------------------------------------
% No page number
\pagestyle{empty}
% Page layout
%
%\paperwidth 210mm
%\paperheight 297mm
\textwidth 160.0mm
\textheight 237.0mm
\oddsidemargin 0mm
\evensidemargin 0mm
\topmargin 0mm
\headheight 5.0mm
\headsep 0.0mm
\footskip 0.0mm
\columnsep 6.0mm
\parindent 1zw\relax
% Two column
\twocolumn
\raggedbottom
% List Environment
\def\@listi{%
\leftmargin = 0.7cm
\labelsep = 0.2cm
\itemsep = 0.1cm}
\let\@listI\@listi
%
\def\maketitle{
\par
\begingroup
\def\thefootnote{\fnsymbol{footnote}}
\def\@makefnmark{\hbox to 0pt{$^{\@thefnmark}$\hss}}
\twocolumn[\@maketitle]\@thanks
\endgroup
\setcounter{footnote}{0}
\let\maketitle\relax
\let\@maketitle\relax
\gdef\@thanks{}\gdef\@author{}\gdef\@title{}\let\thanks\relax
}
%
%%%%% Format of Page 1 %%%%%
%
% Title
%
\def\@maketitle{
\newpage\null\vskip 1em%
\begin{center}%
\let\footnote\thanks
% Japanese title
{\Large \bf \@title \par}
\vskip 1.5em
{\large \begin{tabular}[t]{c} \@author \end{tabular}\par}
\vskip 1.5em
{\unvbox\@abstractbox}
\vskip2em
\end{center}
}
\def\title#1{\gdef\@title{#1}}
\def\@title#{\mkt\@warning\title}
%
% Japanese & English authors
%
\long\def\author#1{\long\gdef\@author{#1}}
\def\@author{\mkt@warning\author}
\def\abstractname{あらまし}
\newbox\@abstractbox \global\setbox\@abstractbox\box\voidb@x
\def\abstract{%
\global\setbox\@abstractbox\vbox\bgroup
\hsize\textwidth \@parboxrestore
{\bfseries \abstractname} \parindent=1zw\relax}
\def\endabstract{\egroup}
%%%%%%%%%%%%%%%%%%%%%%%
% EOF
\documentclass[a4j,10pt]{jarticle}
\usepackage{graphicx,layout,url,term}
\pagestyle{empty}
%2014/05/28
\begin{document}
%\layout
\title{予稿タイトル}
% 和文著者名
\author{著者名}
% 和文概要
\begin{abstract}
ここにアブストラクトを書く
\end{abstract}
\maketitle
\thispagestyle{empty}
\section{はじめに}
引用例 \cite{test} を書いてみた.
\section{背景}
\subsection{hoge}
小見出し付きの文章.
\begin{enumerate}
\item 番号付き箇条書き
\item 番号付き箇条書き
\end{enumerate}
\begin{itemize}
\item 箇条書き
\item 箇条書き
\end{itemize}
%---------------------------------------------
\section{研究目的}
\subsection{hoge}
hogehoge
\subsection{fuga}
fugafuga
\section{関連研究}
\section{提案手法}
\section{評価}
\section{考察}
\begin{thebibliography}{9}
%\bibitem{a}
\bibitem{test}
test\\
\texttt{ http://www.example.com}
\end{thebibliography}
\end{document}
% end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment