itemize環境終了後、改行インデントがされなくなる
クラスファイルのどこかおかしいか、分かりません。
分かる人がいたら、教えてください。
使用した環境
OS: Windows 7
LaTeX:
http://did2memo.net/2014/03/06/easy-latex-install-windows-8-2014-03/
の手順に従い、インストールしたもの
学会が用意したclass
http://www.ists.or.jp/2015/files/2015/02/30th_ISTS_TeX_template_150223a_発表論文.zip
の中に入っているists_ver_01_en.cls
というクラスファイル
Latexソースファイル
%%%%%%%%%%%%%%%%
\documentclass[a4paper,twocolumns,JSASS]{ists_ver_01_en}%please use this option when submit to ISTS special issue.
%---Required Packages---
%The packages below should be installed on your PC
\usepackage[dvipdfmx]{graphicx}
\RequirePackage{multicol}
\RequirePackage{amsmath}
\RequirePackage[varg]{txfonts}
\RequirePackage{bm}
\RequirePackage{array}
\RequirePackage{overcite}
\renewcommand\citeform[1]{ #1)}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%---Set up Title & Author---
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{Test}% paper title
\subtitle{}% paper subtitle only when necessary
%
%%%%%% put author's name in \author{} following the rules below.
%% \NAME{first name}{last name} %last name is converted to capital letters.
%% \thanksNum{#)}
%
\author{\NAME{TEST}{Test}\thanksNum{1)},
\NAME{TEST}{TEST}\thanksNum{2)} and
\NAME{TEST}{TEST}\thanksNum{1)}}% author&affiliation
%
\thanksOrg{TEST, Japan}% affiliation 1
\thanksOrg{TEST, Australia}% affiliation 2
%
\begin{abstract}
test test test
\end{abstract}
%
\keywords{test1, test2}
%
%---Publication Info.---
\pubyear{2016}% year of publication
\bookvolume{14}% volume
\bookissue{ists30}% issue
\session{d} % session category
\setcounter{page}{1}% starting page number
\titleheadertrue% title for header
\headerauthor{TEST et al.}% author name for header
\receiveddate{July 3rd, 2015}%
\begin{document}
\maketitle
\section{Introduction}
Introduction test
\begin{itemize}
\item x
\item y
\item z
\end{itemize}
After itemize command, parindent does not work correclty.
After itemize command, parindent does not work correclty.
After itemize command, parindent does not work correclty.
\end{document}