如何将对象放在简历的中上部

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何将对象放在简历的中上部相关的知识,希望对你有一定的参考价值。

我使用TexShop和Mac来创建我的简历。我使用的代码是指GitHub如下:enter link description here

我现在的问题是,我想在中间位置添加“目标:____实习”,字体与我的名字大致相同。它应该在我的名字和“电子邮件”部分之间,但与我的名字在同一级别。

我的文本代码如下:

   documentclass[letterpaper,11pt]{article}

usepackage{latexsym}
usepackage[empty]{fullpage}
usepackage{titlesec}
usepackage{marvosym}
usepackage[usenames,dvipsnames]{color}
usepackage{verbatim}
usepackage{enumitem}
usepackage[hidelinks]{hyperref}
usepackage{fancyhdr}


pagestyle{fancy}
fancyhf{} % clear all header and footer fields
fancyfoot{}

enewcommand{headrulewidth}{0pt}

enewcommand{footrulewidth}{0pt}

% Adjust margins
addtolength{oddsidemargin}{-0.5in}
addtolength{evensidemargin}{-0.5in}
addtolength{	extwidth}{1in}
addtolength{	opmargin}{-.5in}
addtolength{	extheight}{1.0in}

urlstyle{same}


aggedbottom

aggedright
setlength{	abcolsep}{0in}

% Sections formatting
	itleformat{section}{
  vspace{-4pt}scshape
aggedrightlarge
}{}{0em}{}[color{black}	itlerule vspace{-5pt}]

%-------------------------
% Custom commands

ewcommand{
esumeItem}[2]{
  itemsmall{
    	extbf{#1}{: #2 vspace{-2pt}}
  }
}


ewcommand{
esumeSubheading}[4]{
  vspace{-1pt}item
    egin{tabular*}{0.97	extwidth}[t]{l@{extracolsep{fill}}r}
      	extbf{#1} & #2 
      	extit{small#3} & 	extit{small #4} 
    end{tabular*}vspace{-5pt}
}


ewcommand{
esumeSubItem}[2]{
esumeItem{#1}{#2}vspace{-4pt}}


enewcommand{labelitemii}{$circ$}


ewcommand{
esumeSubHeadingListStart}{egin{itemize}[leftmargin=*]}

ewcommand{
esumeSubHeadingListEnd}{end{itemize}}

ewcommand{
esumeItemListStart}{egin{itemize}}

ewcommand{
esumeItemListEnd}{end{itemize}vspace{-5pt}}

%-------------------------------------------
%%%%%%  CV STARTS HERE  %%%%%%%%%%%%%%%%%%%%%%%%%%%%


egin{document}

%----------HEADING-----------------
egin{tabular*}{	extwidth}{l@{extracolsep{fill}}r}
  	extbf{href{https://github.com/jenli810006995}
   {Large Jen-Li Chen}} 
    hfill
      	extbf{Objective: Internship}& Email : href{mailto:jc3992@rit.edu}{jc3992@rit.edu} 

看起来如下图所示:enter image description here

有什么建议让我把“实习”放到简历的中间位置吗?现在“”不存在,因为我裁剪了它。谢谢大家!!

答案

如果我理解得很好,你想得到类似的东西:

compilation output

为此,您可以向表中添加第三列,如下所示:

egin{tabular*}{	extwidth}{@{extracolsep{fill}}llr}
  {Large	extbf{href{https://github.com/jenli810006995}{Jen-Li Chen}}} 	extbf{Objective:} & {Large	extbf{Internship}} & Email : href{mailto:jc3992@rit.edu}{jc3992@rit.edu} 
  href{https://www.linkedin.com/in/jenlichen}{https://www.linkedin.com/in/jenlichen} &&
  href{https://github.com/jenli810006995}{https://github.com/jenli810006995} &&
end{tabular*}

或者,如果您希望“实习”位于页面的正中心,如下所示:

pdf output

然后我不知道如何使用表格,但你可以使用以下技巧:在一行的中心写“Intership”,然后在表格上写下表格:

centering{Large	extbf{Internship}}vspace*{-aselineskip}
egin{tabular*}{	extwidth}{l@{extracolsep{fill}}r}
  	extbf{href{https://github.com/jenli810006995}{Large Jen-Li Chen}} 	extbf{Objective:}& Email : href{mailto:jc3992@rit.edu}{jc3992@rit.edu} 
  href{https://www.linkedin.com/in/jenlichen}{https://www.linkedin.com/in/jenlichen} &
  href{https://github.com/jenli810006995}{https://github.com/jenli810006995} &
end{tabular*}

以上是关于如何将对象放在简历的中上部的主要内容,如果未能解决你的问题,请参考以下文章

简历的中上部应该放什么内容

如何更新片段简历上的数据

Android - 如何将一个片段放在另一个片段上

如何将列表视图放在片段中

如何提高WEB的性能?

Android - 如何将自定义对象传递给片段