码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu使用Latex模板moderncv写简历

时间:2015-02-10 00:26:08      阅读:424      评论:0      收藏:0      [点我收藏+]

标签:

回家打开小电脑写个简历,但是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

 

Ubuntu使用Latex模板moderncv写简历

标签:

原文地址:http://www.cnblogs.com/jiangxiaoqiang/p/4282721.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!