首页 > 系统服务 > 详细

Ubuntu使用Latex模板moderncv写简历

时间:2015-02-10 00:23:35      阅读:940      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!