标签:
回家打开小电脑写个简历,但是moderncv在Ubuntu上编译有点问题啊。一点不惊讶,下面一步一步解决吧。
看到这里就JD不已:
LaTeX is a markup language and also a system designed for generate high quality documents.
Almost all scientific papers and most books published nowadays are generated with this system.
wget ‘http://mirror.ctan.org/macros/latex/contrib/moderncv.zip‘
unzip moderncv.zip
moderncv文件获取到了。我这里不能编译moderncv说是版本太低的缘故
Sadly the current Ubuntu version (Precise Pangolin) comes with a quite old TeX Live version (2009).
To be able to compile Michael‘s moderncv template we need to update it to version 2012.
,那么就升级吧:
sudo apt-add-repository ppa:texlive-backports/ppa sudo apt-get update sudo apt-get install texlive
也可以使用下面的命令先切换到超级用户下:
sudo -i
安装好texlive2012再进行尝试。
参考自:How to install TeX Live 2012 and moderncv in Ubuntu Precise Pangolin
标签:
原文地址:http://www.cnblogs.com/jiangxiaoqiang/p/4282721.html