ubuntu TeXStudio 遇到 File `moderncv.cls' not found. 问题

解决方案:
使用apt-cache search 命令可以看到很多包。
可以查询具体moderncv 具体所在的包。

hadoop@lucy-desktop:~$ sudo apt-cache search moderncv
texlive-latex-extra - TeX Live: LaTeX additional packages

随后安装:
sudo apt-get install texlive-latex-extra

补充:如果要编辑中文,需要安装包:
sudo apt-get install texlive-lang-cjk


参考资料:
http://www.360doc.com/content/12/0510/09/419911_209897759.shtml

你可能感兴趣的:(Latex)