Ubuntu使用Latex模板moderncv写简历
回家打开小电脑写个简历,但是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
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。