%   Definition File for Experiment of Hydraulics

\makeatletter
\def\@listI{\leftmargin\leftmargini \parsep 4.5pt plus 2pt minus 1pt\topsep
9pt plus 3pt minus 5pt\itemsep 1.5pt plus 1pt minus 0pt}
\makeatother

  \addtolength{\topmargin}{-14mm}
  \addtolength{\textheight}{28mm}
%  \addtolength{\oddsidemargin}{-10mm}
%  \addtolength{\evensidemargin}{-30mm}
  \addtolength{\oddsidemargin}{-5mm}
  \addtolength{\evensidemargin}{-35mm}
  \addtolength{\textwidth}{40mm}
  
  \renewcommand{\topfraction}{0.6}
  \renewcommand{\bottomfraction}{0.7}
  \renewcommand{\textfraction}{0.3}
  
  \newcommand{\mulc}[1]{\multicolumn{1}{c}{#1}}
  \newcommand{\mulci}[1]{\multicolumn{1}{c|}{#1}}
  \newcommand{\mulcii}[1]{\multicolumn{1}{c||}{#1}}
  \newcommand{\tabunit}[1]{\multicolumn{1}{r|}{{\tiny #1}}}
  \newcommand{\tabiunit}[1]{\multicolumn{1}{|r|}{{\tiny #1}}}

  \newcounter{ehchapcount}
  \newcommand{\ehchapter}[1]{\addtocounter{ehchapcount}{1}
                             \addtocounter{chapter}{1}
                             \setcounter{equation}{0}
                             \setcounter{table}{0}
                             \setcounter{figure}{0}
                             \begin{flushleft}
                               {\LARGE \bf 実験\theehchapcount .\ #1}
                             \end{flushleft}
                             \vspace*{2ex}
                             \addcontentsline{toc}{chapter}%
                                                  {\theehchapcount .\ #1}
                             \markboth{実験\theehchapcount .\ #1}{}
                            }
  \newcommand{\ehsection}[1]{\vspace{1ex}
                             \begin{flushleft}
                               {\bf [ #1 ] }
                             \end{flushleft}
                            }
  \newcommand{\refsection}[1]{{\bf [ #1 ]}}
  \newcommand{\reffigure}[1]{図~\ref{#1}}
  \newcommand{\reftable}[1]{表~\ref{#1}}
  \newcommand{\refequation}[1]{式(\ref{#1})}
  \newcommand{\refitem}[1]{\ref{#1}.}
  \newcommand{\refhouhou}[1]{\refsection{実験方法}\ \refitem{#1}}
  \newcommand{\refseiri}[1]{\refsection{データ整理}\ \refitem{#1}}
  \newcommand{\refchapter}[2]{「実験 #1 . #2」}

  \newcommand{\del}{\mbox{\scriptsize $\mit \Delta$}}
  \newcommand{\dx}{\del x}

  \newcounter{enumis}
  \newcommand{\pushenum}{\setcounter{enumis}{\theenumi}}
  \newcommand{\popenum}{\addtocounter{enumi}{\theenumis}}
