emath BBS

新規発言一覧最新記事過去一覧検索HOME

No.8297  emathAe.styの解答部の番号付けについて
発言者: NOBU
発言日: 2009 08/26 10:48
発言元: p2233-ipbf514fukuokachu.fukuoka.ocn.ne.jp
いつもお世話になっています.

早速ですが,emathAe.sty を使って解答部を後半にもって行くようにしているんですが,
enumerate環境での番号のスタイルで\renewcommand{\labelenumi}{〜} を使うと,解答部には反映されません.

ちなみに \begin{enumerate}[1.~] ではうまくいくのですが…….

どなたかご教授下さい.

%【sourse】-------------------
\documentclass[b5j]{jarticle}
\usepackage[mathabx]{emathP}
\usepackage{emathEy}
\usepackage{emathAe}
\usepackage{mydef}
%
\renewcommand{\labelenumi}{\Large \emKaku{\arabic{enumi}}}
%
\begin{document}
%
{\Large\bf 平成21年度 数学C 前期期末考査 模擬問題 No.1} \\
%
\openKaiFile%
%
\begin{enumerate}
%
\item         $A = \pgyouretu[r]{4,-2; 0,6}$, $B = \pgyouretu[r]{1,0;-3,6}$ のとき,次の等式を満たす行列$X$を求めよ.\vspace{1zh} \par
        \kaitou{}%
        \begin{edaenumerate}[(1)]
        \item         $X + 3A = 2B$
                \begin{Kaitou}
                \begin{align*}
                     X + 3A =& 2B \\
                     X =& 2B -3A \\
                \end{align*}
                より,
                \begin{align*}
                X =& 2B -3A \\
                =& 2 \pgyouretu[r]{1,0;-3,6} -3 \pgyouretu[r]{4,-2; 0,6} \\
                =& \pgyouretu[r]{2,0; -6,12} -\pgyouretu[r]{12, -6; 0, 18} \\
                =& \pgyouretu[r]{-10, 6; -6, -6}
                \end{align*}
                \end{Kaitou}
        \item         $5(X -A) = 3X -4B$
                \begin{Kaitou}
                \begin{align*}
                5(X -A) =& 3X -4B \\
                5X -5A =& 3X -4B \\
                5X -3X =& -4B + 5A \\
                2X =& -4B + 5A \\
                X =& -2B + \bunsuu{5}{2}A
                \end{align*}
                より,
                 \begin{align*}
                X =& -2B + \bunsuu{5}{2}A \\
                =& -2 \pgyouretu[r]{1,0; -3, 6} + \bunsuu{5}{2} \pgyouretu[r]{4, -2;0, 6} \\
                =& \pgyouretu[r]{-2, 0; 6, -12} + \pgyouretu[r]{10, -5; 0, 15} \\
                =& \pgyouretu[r]{8, -5; 6, 3}
                \end{align*}
                \end{Kaitou}
        \end{edaenumerate}
%
\vfill\vfill
%
\item         次の計算をせよ.
        \kaitou{}%
        \begin{enumerate}[(1)]
        \item         $\pgyouretu[r]{7, 9; 5, 6} \pgyouretu[r]{3, 0; 8, -1} + \pgyouretu[r]{7, 9; 5, 6} \pgyouretu[r]{-2, 0; -8, 2}$ \vfill
                \begin{Kaitou}
                   \itemtopmath
                \begin{align*}
                & \pgyouretu[r]{7, 9; 5, 6} \pgyouretu[r]{3, 0; 8, -1} + \pgyouretu[r]{7, 9; 5, 6} \pgyouretu[r]{-2, 0; -8, 2} \\
                =& \pgyouretu[r]{7, 9; 5, 6} \left\{\pgyouretu[r]{3, 0; 8, -1} + \pgyouretu[r]{-2, 0; -8, 2} \right\} \\
                =& \pgyouretu[r]{7, 9; 5, 6 } \pgyouretu[r]{1, 0; 0, 1} \\
                =& \pgyouretu[r]{7, 9; 5, 6}
                \end{align*}
                \end{Kaitou}
        \item         $\pgyouretu[r]{2, 4; 0, -5} \pgyouretu[r]{8, 3; 7, 10} + \pgyouretu[r]{-2,-4; 0, 5} \pgyouretu[r]{8, 3; 7, 10}$ \vfill.
                \begin{Kaitou}
                   \itemtopmath
                \begin{align*}
                & \pgyouretu[r]{2, 4; 0, -5} \pgyouretu[r]{8, 3; 7, 10} + \pgyouretu[r]{-2,-4; 0, 5} \pgyouretu[r]{8, 3; 7, 10} \\
                =& \pgyouretu[r]{2, 4; 0, -5} \pgyouretu[r]{8, 3; 7, 10} - \pgyouretu[r]{2, 4; 0, -5} \pgyouretu[r]{8, 3; 7, 10} \\
                =& \pgyouretu[r]{2, 4; 0, -5} \left\{\pgyouretu[r]{8, 3; 7, 10} - \pgyouretu[r]{8, 3; 7, 10} \right\} \\
                =& \pgyouretu[r]{2, 4; 0, -5} \pgyouretu[r]{0, 0; 0, 0} \\
                =& \pgyouretu[r]{0, 0; 0, 0}
                \end{align*}
                \end{Kaitou}
        \end{enumerate}
%
\vfill.
%
\closeKaiFile%
%
\newpage
\ \\
\newpage
%
\inputKaiFile%
%
\end{enumerate}
%
\end{document}


▼関連発言

8297:emathAe.styの解答部の番号付けについて [NOBU] 08/26 10:48
 └8298:Re:emathAe.styの解答部の番号付けについて [tDB] 08/26 12:49
  └8299:Re[2]:emathAe.styの解答部の番号付けについて [NOBU] 08/26 13:08<-last

Pass 保存


CGIROOM