| [ CnUnix ] in KIDS 글 쓴 이(By): Lennon (Im A Gine) 날 짜 (Date): 1996년09월16일(월) 16시25분08초 KDT 제 목(Title): [A] LaTeX에서 equation numbering 다음에 예를 보여드리겠습니다. 적당히 고쳐서 ㅎ꼍챰�. 뭐, 간단히 말해서 page, table, figure 등의 numberingㅐ� 다시 정의해서 쓰면 됩니다. %NEW MACRO TO HANDLE APPENDICES \newcounter{appendixc} \newcounter{subappendixc}[appendixc] \newcounter{subsubappendixc}[subappendixc] \renewcommand{\thesubappendixc}{\Alph{appendixc}.\arabic{subappendixc}} \renewcommand{\thesubsubappendixc} {\Alph{appendixc}.\arabic{subappendixc}.\arabic{subsubappendixc}} \renewcommand{\appendix}[1] {\vspace{0.6cm} \refstepcounter{appendixc} % \setcounter{figure}{0} \setcounter{table}{0} \setcounter{equation}{0} % \renewcommand{\thefigure}{\Alph{appendixc}.\arabic{figure}} \renewcommand{\thetable}{\Alph{appendixc}.\arabic{table}} \renewcommand{\theappendixc}{\Alph{appendixc}} \renewcommand{\theequation}{\Alph{appendixc}.\arabic{equation}} % \noindent{\bf Appendix \theappendixc. #1}\par\vspace{0.4cm}} \noindent{\bf Appendix \theappendixc #1}\par\vspace{0.4cm}} \newcommand{\subappendix}[1] {\vspace{0.6cm} \refstepcounter{subappendixc} \noindent{\bf Appendix \thesubappendixc. #1}\par\vspace{0.4cm}} \newcommand{\subsubappendix}[1] {\vspace{0.6cm} \refstepcounter{subsubappendixc} \noindent{\it Appendix \thesubsubappendixc. #1} \par\vspace{0.4cm}} % %------------------------------------------------------------------------------ % 도움 되시길.... ** Living is easy with eyes closed Misunderstanding all you see... - John Lennon ** |