view Paper/riono-sigos.tex @ 1:566fbbc15926

add Makefile and tex file
author riono <e165729@ie.u-ryukyu.ac.jp>
date Thu, 30 Apr 2020 20:13:53 +0900
parents
children c52d91f27041
line wrap: on
line source

%%
%% 研究報告用スイッチ
%% [techrep]
%%
%% 欧文表記無しのスイッチ(etitle,eabstractは任意)
%% [noauthor]
%%

%\documentclass[submit,techrep]{ipsj}
\documentclass[submit,techrep,noauthor]{ipsj}



\usepackage[dvips]{graphicx}
\usepackage{latexsym}

\def\Underline{\setbox0\hbox\bgroup\let\\\endUnderline}
\def\endUnderline{\vphantom{y}\egroup\smash{\underline{\box0}}\\}
\def\|{\verb|}
%

%\setcounter{巻数}{59}%vol59=2018
%\setcounter{号数}{10}
%\setcounter{page}{1}


\begin{document}


\title{情報処理学会研究報告の準備方法\\
(2018年10月29日版)}

\etitle{How to Prepare Your Paper for IPSJ SIG Technical Report \\ (version 2018/10/29)}

\affiliate{IPSJ}{情報処理学会\\
IPSJ, Chiyoda, Tokyo 101--0062, Japan}


\paffiliate{JU}{情報処理大学\\
Johoshori Uniersity}

\author{情報 太郎}{Joho Taro}{IPSJ}[joho.taro@ipsj.or.jp]
\author{処理 花子}{Shori Hanako}{IPSJ}
\author{学会 次郎}{Gakkai Jiro}{IPSJ,JU}[gakkai.jiro@ipsj.or.jp]

\begin{abstract}
本稿は,情報処理学会研究報告に投稿する原稿を執筆する際の注意点等をまとめたものである.
\LaTeX と専用のスタイルファイルを用いた場合の論文フォーマットに関する指針,
および論文の内容に関してするべきこと,
するべきでないことをまとめたべからずチェックリストからなる.
本稿自体も\LaTeX と専用のスタイルファイルを用いて執筆されているため,
論文執筆の際に参考になれば幸いである.
\end{abstract}


%
%\begin{jkeyword}
%情報処理学会論文誌ジャーナル,\LaTeX,スタイルファイル,べからず集
%\end{jkeyword}
%
%\begin{eabstract}
%This document is a guide to prepare a draft for submitting to IPSJ
%Journal, and the final camera-ready manuscript of a paper to appear in
%IPSJ Journal, using {\LaTeX} and special style files.  Since this
%document itself is produced with the style files, it will help you to
%refer its source file which is distributed with the style files.
%\end{eabstract}
%
%\begin{ekeyword}
%IPSJ Journal, \LaTeX, style files, ``Dos and Dont's'' list
%\end{ekeyword}

\maketitle

%1
\section{はじめに}

までお寄せ頂きたい.



\begin{acknowledgment}
A4横型に対するガイドを基に,本稿を作成した.
クラスファイルの作成においては,
京都大学の中島 浩氏にさまざまなご教示を頂き,
さらにBiB\TeX 関連ファイルの利用についても快諾頂いたことを深謝する.
また,A4横型に対するガイドを作成された当時の編集委員会の担当者に深謝する.
\end{acknowledgment}



\nocite{*}
\bibliographystyle{ipsjunsrt}
\bibliography{riono-sigos}

\end{document}