使用 LaTex 制作个人简历(CV,英文版)
\documentclass[12pt]{article}
\textwidth=6.5in
\textheight=9in
\topmargin=-1.1in
\headheight=0in
\headsep=1in
\advance\hoffset -.5truein\relax
\pagestyle{empty}
\begin{document}
\centerline{\large \bf VITA}
\vspace{.2in}
\centerline{\large \bf Chunhui Zhang}\vspace{12pt}
\noindent {\bf PERSONAL INFORMATION}\vspace{12pt}
\begin{tabular}{ll}
wechat:& 17802929597 \\[2ex]
QQ :& 1439217525 \\[2ex]
Citizenship:&China\\[2ex]
Email:& zch921005@126.com
\end{tabular}
\vspace{.2in}
\noindent {\bf EDUCATION:}
\vskip.1in
\begin{tabular}{lp{3.5in}l}
B.S.& Henan University of Economics and Law & 2010\\
M.S.& Xidian University& 2014\\
\end{tabular}
\vskip.2in
\noindent{\bf ACADEMIC EXPERIENCE:}
\vskip.15in
\begin{tabular}{lp{4.5in}}
1990-present& Professor, Texas Tech University \\
1993-1994&Visiting Professor, University of Texas at Dallas\\
1989-present& Affiliate Professor, Washington University \\
\end{tabular}
\vskip.2in
\noindent{\bf SELECT LIST OF PUBLISHED RESEARCH }
\begin{enumerate}
\item ``Boundary control,
stabilization and zero--pole dynamics for a nonlinear distributed parameter
system,'' to appear in {\em Journal of Robust and Nonlinear Control}, with C.I. Byrnes and
V.I. Shubov.
\item ``Numerical stationary solutions for a viscous Burgers' equation,''
{\em Journal of
Mathematical Systems, Estimation and Control}, with
J. Burns, A. Balogh and Victor I. Shubov.
Summary Vol. 8, No. 2, 1998,
(full paper at http://www.birkhauser.com)
\end{enumerate}
\vspace{.15in}
\end{document}
使用 LaTex 制作个人简历(CV,英文版)的更多相关文章
- 利用latex制作个人简历
转自: http://www.cnblogs.com/panpei/ 前些日子,有点无聊,就在网上逛逛技术大牛的blogs,发现很多大牛都喜欢用pdf版式的简历,发现这种版式的简历排版非常漂亮简洁.深 ...
- Latex制作beamer
Latex制作beamer latex beamer Beamer Theme Matrix网页给出了一般常用的主题和配色方案. tuwcvl这个主题比较简单,感觉比较适合用作实验室内的报告,可以自己 ...
- 制作在线简历(一)——Loading与底部菜单
想装逼下搞个在线简历,然后顺便用些CSS3与HTML5的一些技术,再顺带把响应式也加上去去,在移动端也能看到. 不过我的配色low了点,还望见谅...... 一.首页Loading效果 这次就打算把几 ...
- 微信小程序制作个人简历
使用微信小程序云开发制作自己的个人简历,简单高效. 首先需要了解小程序的基本结构以及云开发模式,及一些css样式基础. 使用小程序云数据库.vant组件库实现简历内容. 最终效果如下: 首先申请个人微 ...
- 制作宅基腐主页 && 制作个人简历--材料:BootStrap
宅基腐主页 主页分为四大板块:导航栏,轮播图,主页内容,相关信息. 导航栏:<nav>标签,class="navbar",navbar-inverse为反色,navba ...
- HTML制作个人简历
简历代码: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w ...
- LaTex 制作表格 合并行\multirow 合并列\multicolumn
在latex文件最前面用这个包\usepackage{multirow} multirow 宏包提供了 \multirow 命令可以在表格中排版横跨两行以上的文本.命令的格式如下: \multirow ...
- table表单制作个人简历
应用table表单,编程个人简历表单,同时运用了跨行rowspan和跨列colspan. <!DOCTYPE html> <html> <head> <met ...
- LaTeX 制作表格
实例代码: \begin{table}[h] \centering \begin{tabular}{|c|c|} \hline \textbf{Distribution} & \textbf{ ...
随机推荐
- CComboBox自动匹配
void CLoadPhotoDlg::OnCbnEditchangeCombo1() { // TODO: 在此添加控件通知处理程序代码 UpdateData(TRUE); CComboBox ...
- [React] Setup 'beforeunload' listener
In this lesson we'll show how to take a beforeUnload call and convert it to a declarative React Comp ...
- 50个SQL语句
一个项目用到的50个SQL语句 转载 说明:下面五十个语句都依照測试数据进行过測试.最好每次仅仅单独执行一个语句. 问题及描写叙述: --1.学生表 Student(Sid,Sname,Sage,Ss ...
- thinkphp5 tp5 获取模块名控制器名方法名
<?php namespace app\index\controller; use think\Db; use think\Controller; class Base extends Cont ...
- [Vue] Build Vue.js Apps with the Vue-CLI and Nuxt.js
The vue-cli allows you to easily start up Vue projects from the command line while Nuxt.js enables a ...
- iis MP4 不能访问404
为什么我上传了flv或MP4文件到服务器,可输入正确地址通过http协议来访问总是出现“无法找到该页”的404错误呢?这就表明mp4格式文件是服务器无法识别的,其实,这是没有在iis中将相应的MIME ...
- swf loading 自身
stop(); import flash.net.URLRequest; import caurina.transitions.Tweener; loaderInfo.addEventListener ...
- 判断文件是否存在的另一种方法 _access 和 _waccess
函数原型: int _access( const char *path, int mode ); int _waccess( const wchar_t *path, int mode ); 示例代码 ...
- PHP接口类interface使用方法
PHP同大多数的面向对象语言一样,并不支持多重继承.少数支持多重继承的语言中最著名的就是C++和Smalltalk.如果需要实现多重继承功能,在PHP中,可以通过接口,它是PHP解决多重继承问题的方法 ...
- 【codeforces 754B】 Ilya and tic-tac-toe game
time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard o ...