tips & tricks/Linux/Unix

[ERR/lyx] IEEEtran.layout 관련 문제

manywaypark 2009. 5. 28. 15:29
문제:
lyx에서 문서를 랜더링할때 다음과 같은 에러를 내면서 안되는 경우가 있다.
Warning: Document class not available
----------------------------------------
The layout file requested by this document,
IEEEtran.layout,
is not usable. This is probably because a LaTeX
class or style file required by it is not
available. See the Customization documentation
for more information.
LyX will not be able to produce output.
Error: Couldn't export file
----------------------------------------

해결: package 하나만 설치하면 된다.
sudo apt-get install texlive-publishers
lyx에서 tools > reconfigure 하는 것도 잊지 말자.
예전에 한번 문제가 되어서 해결했던 것인데, 다시 다른 박스의 ubuntu에서 예전에 작성했던 문서 소스를 rendering하려니 make 에러가 났다. 1시간 가량 삽질. Orz

happy hackin'