어떠한 문제는 누군가가 이미 경험해보았던 문제였을 가능성이 높다...
algorithm 작성에 필요한 이놈의 package가 요놈의 학회 proceeding class하고 붙여놓으면, 요런 뻑이 나던데..
이미 여러 사람이 경험했나보다. 간단한 solution이 웹에 돌아다니고 있다.
algorithm 작성에 필요한 이놈의 package가 요놈의 학회 proceeding class하고 붙여놓으면, 요런 뻑이 나던데..
이미 여러 사람이 경험했나보다. 간단한 solution이 웹에 돌아다니고 있다.
As noted here, the algorithm2e
LaTeX package conflicts with several others over the use of the algorithm
identifier. A common indicator is something like this message:
******************************************************** Package `algorithm2e' Release 3.9 -- october 04 2005 -- - algorithm2e-announce@lirmm.fr mailing list for announcement about releases - algorithm2e-discussion@lirmm.fr mailing list for discussion about package subscribe by emailing sympa@lirmm.fr with 'subscribe <list> <firstname name>' - Author: Christophe Fiorio (fiorio@lirmm.fr) ******************************************************** ! Too many }'s. l.1616 }
To resolve the issues, simply put the following just before the inclusion of the algorithm2e
package:
\makeatletter \newif\if@restonecol \makeatother \let\algorithm\relax \let\endalgorithm\relax
'CS 전공 > 논문 쓰기' 카테고리의 다른 글
LaTeX 원고에 삽입할 그림을 무료 SW로 EPS로 작성하는 방법. (2) | 2009.06.22 |
---|---|
How To Write Proofs (1) | 2009.03.04 |
JabRef - Reference Manager (0) | 2008.03.15 |
슈도 코드 작성의 표준화 (0) | 2007.11.12 |
알아두면 유용한 명제와 정의에 관한 용어들 (0) | 2007.11.12 |