回家打开小电脑写个简历,但是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下载moderncv压缩包
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.
,那么就升级吧:
- Ctrl+Alt+T打开Ubuntu终端
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
时间: 2024-10-12 23:21:39