使用 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{ ...
随机推荐
- Java随机验证吗
<span style="font-size:18px;">package com.java.process.jsp; import java.awt.Color; i ...
- [CSS] Manipulate Images Using CSS Filter and Blend Modes
Apply filters like blur, brightness, saturation and hue to images. Combined with CSS blend modes, yo ...
- js进阶正则表达式7点数字字母空格(w d s)(小写表原意,大写表反义)(特殊字符要加反斜杠:var reg22=/\W/g)
js进阶正则表达式7点数字字母空格(w d s)(小写表原意,大写表反义)(特殊字符要加反斜杠:var reg22=/\W/g) 一.总结 1.w d s,word digital space 2.特 ...
- 小强的HTML5移动开发之路(47)——jquery mobile基本的页面框架
一.单容器页面结构 <!DOCTYPE html> <html> <head> <title>Jquery mobile 基本页面框架</titl ...
- [Angular] Observable.catch error handling in Angular
import { Observable } from 'rxjs/Observable'; import 'rxjs/add/operator/map'; import 'rxjs/add/opera ...
- C语言高速入门系列(五)
C语言高速入门系列(五) C语言指针初涉 ------转载请注明出处:coder-pig 本节引言: 上一节我们对C ...
- 版本控制(1)——SVN
一.工具下载 下载SVN: http://subversion.apache.org/ 我们选择Windows系统中的可视化的VisualSVN 如下图,左边是客户端,右边是服务器端,我们下载服务器端 ...
- 【u242】排名系统
Time Limit: 1 second Memory Limit: 64 MB [问题描述] F1的影响力越来越大,因此国际汽联决定扩大规模,让更多有天赋的车手加入这一行列. 不过规模的扩大带来了一 ...
- 【38.46%】【codeforces 615E】Hexagons
time limit per test 1 second memory limit per test 256 megabytes input standard input output standar ...
- ServletContextListener接口用法
ServletContextListener接口用于tomcat启动时自动加载函数,方法如下: 一.需加载的类必须实现ServletContextListener接口. 二.该接口中有两个方法必须实现 ...