IPSJ関西支部LaTeXテンプレート

公式にはMS Word(.doc)のみ配布されていたので、LaTeXで書く人用に用意してみました。
ソースと作成プレビューは以下からどうぞ。

Source (抜粋)

\documentclass[twocolumn, a4paper, 9pt]{jarticle}

\makeatletter
\def\section{\@startsection{section}{1}{\z@}{2ex plus .2ex minus .2ex}%
  {.5ex plus .2ex minus .2ex}{\large\bfseries}}
\def\thesection{\arabic{section}.}
\def\subsection{\@startsection{subsection}{1}{\z@}{.7ex plus .2ex minus .2ex}%
  {.5ex plus .2ex minus .2ex}{\normalsize\bfseries}}
\def\thesubsection{\arabic{section}.\arabic{subsection}}
\def\thefootnote{\fnsymbol{footnote}}
\makeatother

% ipsj-kansai
\setlength{\topmargin}{-10mm} % 15mm - 1in
\setlength{\headheight}{5mm}
\setlength{\headsep}{5mm}
\setlength{\oddsidemargin}{-7mm} % 18mm - 1in
\setlength{\evensidemargin}{-7mm} % 18mm - 1in
\setlength{\textheight}{247mm} % 297 - 25(top) - 25(bottom)
\setlength{\textwidth}{174mm} % 210 - 18*2
\setlength{\columnsep}{7mm}

\usepackage{fancyhdr}
\pagestyle{empty}
\thispagestyle{fancy}
\lhead[]{\fontsize{9pt}{9pt} \sf A-01}
\rhead[]{\fontsize{9pt}{9pt} 2014年度情報処理学会関西支部 支部大会}
\cfoot[]{}
\renewcommand{\headrulewidth}{0pt}

\begin{document}
\twocolumn[
  \begin{center}
    {
      {\bf \Large 情報処理学会関西支部 支部大会 講演原稿の執筆要領 \\} % 14.4pt
      \vspace{0.5ex}
      {\bf \sf \large Request of the Manuscript for IPSJ Kansai-Branch Convention 2014 \\}
    }
    \vspace{1.5ex}
    {
      \fontsize{10.5pt}{10pt}
      \begin{tabular}{c}
        情報 太郎$^\dag$ \\
        Taro Joho
      \end{tabular}
      % \and
      \begin{tabular}{c}
        関西 二郎$^\ddag$ \\
        Jiro Kansai
      \end{tabular}
    }
    \vspace{1.5ex}
  \end{center}
]

\insert\footins{
  \noindent
  \small % 9pt
  \begin{tabular}{r p{23em}}
    $^\dag$ & 一般社団法人情報処理学会, IPSJ \\
    $^\ddag$ & 関西情報大学, Kansai University of Information Technology
  \end{tabular}
}

\section{はじめに}
(snip)
\end{document}

Preview

配布doc

f:id:nmfproducer:20140729093041p:plain

作成tex

f:id:nmfproducer:20140729093756p:plain