\usepackage{asmthm}를 쓰면 아래와 같은 에러가 뜰 수 있다.
LaTeX Error: Command \openbox already defined.
Or name \end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.426   \vrule\hfil}}
                     
Your command was ignored.
Type  I <command> <return>  to replace it with another command,
or  <return>  to continue without it.
이 에러는 \openbox라는 커맨드가 여러 패키지에 정의되어있어서 발생하는 오류이기 때문에 다음과 같이 amsthm 패키지를 사용하는 명령어 전에 openbox에 대한 정의를 없애버리면 된다.
 \let\openbox\undefined
 \usepackage{amsthm}'기타 > 논문작성 Writing' 카테고리의 다른 글
| [LaTeX] LaTeX 안에 코드 블록 넣기 (0) | 2023.09.14 | 
|---|---|
| [논문작성] Word에 수식번호 추가하기 (0) | 2023.09.13 | 
| [논문작성] physics와 siunitx package 활용하기 (0) | 2023.06.06 | 
| [Overleaf] 고치던 파일이 컴파일되기 전에 날아갈 때 (0) | 2023.05.28 | 
| [논문작성] 논문 리뷰에 대한 응답 (0) | 2023.05.17 |