| [ CnUnix ] in KIDS 글 쓴 이(By): kkiri (우 승 균) 날 짜 (Date): 1996년09월10일(화) 22시34분08초 KDT 제 목(Title): Re: Latex에서 Appendix의 equation number \appendix 다음에 다음을 넣어주면 됩니다. \setcounter{equation}{0} \renewcommand{\theequation}{\thesection-\arabic{equation}} document style이 article이면 위와 같이 하면 되고 book이나 report이면 \thesection 대신에 \thechapter라고 하면 될 것 같네요... |