个性化阅读
专注于IT技术分析

Latex简历和模板

本文概述

Latex有多种用途。简历和模板是文档的关键部分。

它给特定的雇主留下了第一印象, 并在人群中产生了独特的外观。有多种样式可用于创建模板, 例如专业, 经典, 普通等。

你可以根据要求创建具有不同背景, 颜色, 纹理等的简历和模板。

简历和简历(Curriculum Vitae)的区别?

简历是对你的技能和经验的总结, 而简历则更详尽, 更详尽。简历只有一页或两页, 而简历则超出了这两页。简历是最常见的文档类型, 而简历则包含有关你的学术背景的大量信息。

通过使用到目前为止讨论的各种命令, 你可以为简历或简历创建样式和设计。

让我们通过创建一个简单的简历来了解这一点。

第一部分从标题开始。为了创建边距, 我们使用了几何图形包。

在此示例中, 将对每个部分进行详细讨论, 并提供相应的输出以更好地理解。最后, 整个代码将被编译。你可以考虑输出以及CV的外观。

开头部分的代码如下:

\documentclass[10pt]{article} 
\usepackage[margin=4cm]{geometry}
\begin{document}

\title{\bfseries\Huge Jack Robert}
\author{RobertJack12@gmail.com}
\date{}
\maketitle

\end{document}

下图显示了当前部分的输出:

Latex简历和模板

你也可以在简历中插入护照尺寸的照片。插入照片的代码如下:

\documentclass[10pt]{article}
\usepackage[margin=5cm]{geometry} % you can change the margins according to the requirements
\usepackage{graphicx}
\begin{document}

\title{\bfseries\Huge Jack Robert}
\author{RobertJack12@gmail.com}
\date{}
\begin{minipage}{0.70\textwidth}
\begingroup % it signifies the local text 
\let\center\flushleft % flushleft is used to align the text to left
\let\endcenter\endflushleft
\maketitle
\endgroup
\end{minipage} % minipage environment is used to split the page into two parts
\begin{minipage}{0.27\textwidth}
\includegraphics[scale=0.6]{image} % the scale dimension can be changed accordingly
\end{minipage}

\end{document}

输出:

Latex简历和模板

你还可以使用vspace命令设置各部分之间的间隔。该命令写为\ vspace {3em}。大括号内的数据是间距的尺寸。你可以根据要求更改外观。

下面给出了不同的部分及其代码和输出:

  • 地址和个人信息

本部分包含在简历中提及你的地址和个人信息的步骤或代码。

\documentclass[10pt]{article}
\begin{document}
\begin{minipage}[ht]{0.64\textwidth}
Address: 268, Street, Melbourne \\ % this example is just for your reference. You can change it accordingly.
Phone No. +61357768788

\end{minipage}
\end{document}

输出:

Latex简历和模板
  • 资料概要

本节包含候选人的个人资料摘要详细信息。代码如下:

\documentclass[10pt]{article}
\begin{document}
\begin{large}

\textbf{PROFILE} \\ \\ % you can also use \section{PROFILE} command instead. 
An expert in Chemical engineering with hand base knowledge on the projects and devices used for the manufacturing of the chemicals.\\I usually focus on modern techniques with practical implementation beliefs and
ensure smooth business operations and knowledge of business decisions as well.

% it is just an example. You can modify it according to the requirements.
\end{large}
\end{document}

输出:

Latex简历和模板
  • 经验

本节包含候选人的工作经验详细信息。代码如下:

\documentclass{article}
\begin{document}
\begin{large}
\textbf{WORK EXPERIENCE}
\end{large}\\ \\
\begin{tabular}{lr}
Sept 2016- Present & \textbf{Assistant Manager Concours Motors , Melbourne} \\
& Responsible for proper management of an organization.\\
 & Developed understanding of customer service of sub parts.\\ \\
July 2014-2016& \textbf{Senior Associate, Lands' End, Melbourne}\\
 & Managing the product development process.\\
 & Ensuring functioning and productivity with quality.\\
\end{tabular}
\end{document}

输出:

Latex简历和模板
  • 教育

本节包含候选人的教育详细信息。代码如下:

\documentclass{article}
\begin{document}

\begin{large}
\textbf{EDUCATION}
\end{large}\\ \\
\textbf{Bachelors in Chemical Engineering , RMIT University, Melbourne, Australia}\\
2010-2014\\ \\ % set the preference of Education according to your qualifications.
% the text metioned above is just an example.
\textbf{High school, St. Catherine's School, VIC Melbourne}\\
2008-2010
 
\end{document}

输出:

Latex简历和模板
  • 技巧和兴趣

本节包含候选人的技能和兴趣详细信息。代码如下:

\documentclass{article}
\begin{document}

\begin{large}
\textbf{SKILLS AND INTERESTS}
\end{large}\\ \\
$\bullet$ I Can speak French and Spanish Fluently.\\
$\bullet$ Excellent performer in the Chemistry.\\
$\bullet$ Participation and Award-winning certificates in various Activities.\\
$\bullet$ Advanced knowledge of C++
% you can add many skills according to the requirements.
 
\end{document}

输出:

Latex简历和模板

你可以根据要求添加其他部分, 例如已知语言, 兴趣爱好等。

现在, 要查看整个CV, 将结合上面说明的所有步骤。

CV的代码如下:

\documentclass[10pt]{article} 
\usepackage[margin=5cm]{geometry}
\usepackage{graphicx}
\begin{document}

\title{\bfseries\Huge Jack Robert}
\author{RobertJack12@gmail.com\\ Address: 268, Street, Melbourne \\ Phone No. +61357768788}
\date{}
\begin{minipage}{0.70\textwidth}
\begingroup
\let\center\flushleft 
\let\endcenter\endflushleft
\maketitle
\endgroup
\end{minipage} % minipage environment is used to split the page into two parts
\begin{minipage}{0.27\textwidth}
\includegraphics[scale=0.6]{image}
\end{minipage}

\begin{large}
\textbf{PROFILE} \\ \\ % you can also use \section{PROFILE} command instead. 
An expert in Chemical engineering with hand base knowledge on the projects and devices used for the manufacturing of the chemicals.\\I usually focus on modern techniques with practical implementation beliefs and
ensure smooth business operations and knowledge of business decisions as well.
\end{large}\\ \\

\begin{large}
\textbf{WORK EXPERIENCE}
\end{large}\\ \\
\begin{tabular}{lr}
Sept 2016- Present & \textbf{Assistant Manager Concours Motors , Melbourne} \\
& Responsible for proper management of an organization.\\
 & Developed understanding of customer service of sub parts.\\ \\
July 2014-2016& \textbf{Senior Associate, Lands' End, Melbourne}\\
 & Managing the product development process.\\
 & Ensuring functioning and productivity with quality.\\
\end{tabular} \\ \\ 

\begin{large}
\textbf{EDUCATION}
\end{large}\\ \\
\textbf{Bachelors in Chemical Engineering , RMIT University, Melbourne, Australia}\\
2010-2014\\ \\ % set the preference of Education according to your qualifications.
% the text metioned above is just an example.
\textbf{High school, St. Catherine's School, VIC Melbourne}\\
2008-2010 \\ \\

\begin{large}
\textbf{SKILLS AND INTERESTS}
\end{large}\\ \\
$\bullet$ I Can speak French and Spanish Fluently.\\
$\bullet$ Excellent performer in the Chemistry.\\
$\bullet$ Participation and Award-winning certificates in various Activities.\\
$\bullet$ Advanced knowledge of C++

\end{document}

由于数据量, 输出分为两页, 如下图所示:

Latex简历和模板
Latex简历和模板

你可以使用多种样式和颜色。你可以突出显示文本, 也可以使用背景颜色, 例如文本背景, 页面背景等。

字数

要在Texmaker或Latex中计算pdf文件中的单词, 请右键单击pdf页面, 然后选择-文档中的单词数。-

它将向你显示文档中单词的数量。

让我们考虑以上代码的示例。

右键单击pdf页码2的屏幕, 如下图所示:

Latex简历和模板

选择选项-文档中的单词数-

它将向你显示文档中的单词数。

字数统计的图像如下:

Latex简历和模板

赞(0)
未经允许不得转载:srcmini » Latex简历和模板

相关推荐

评论 抢沙发

评论前必须登录!