%--^
\usepackage[top=2cm, bottom=1cm, left=2cm, right=2cm, includefoot]{geometry}
\usepackage[dvipdfmx]{graphicx}
\usepackage[dvipdfmx, hidelinks]{hyperref}
\usepackage[numbers, sort]{natbib}
\usepackage{url}
\usepackage[at]{easylist}
\usepackage{listliketab}
\usepackage[english, japanese]{babel}
\usepackage{amsthm}
\newtheoremstyle{mystyle}{}{}{\normalfont}{}{\bfseries}{}{\newline}{}
\theoremstyle{mystyle}
\newtheorem{thm}{定理}[section]
\newtheorem*{thm*}{定理}
\newtheorem{prf}{証明}[section]
\newtheorem*{prf*}{証明}
\usepackage{bm}
\makeatletter
\renewcommand{\theequation}
{\arabic{section}.\arabic{equation}}
\@addtoreset{equation}{section}
\makeatother%--^
¥chapter{いち} % 第1章
¥begin{figure} % 「図1」になっている
¥begin{figure} % 「図1」になっている
¥label{fig:a}
¥includegraphics{fig1.eps}
¥caption{figure 1}
¥end{figure}
¥caption{figure 1}
¥end{figure}
ここで、
¥ref{fig:a} % と書くと「図1-1」と表示されてしまうが「図1」にしたい