我一直在尝试重新创建这份简历:https://rishabhjoshi.github.io/assets/pdf/vitae.pdf在 LaTeX 中。
不幸的是,我无法完全按照我的希望复制它,而且代码似乎变得越来越复杂。
\documentclass{article}
\usepackage[margin=1in]{geometry}
\usepackage{hyperref}
\usepackage{xcolor}
\usepackage{titlesec}
\usepackage{parskip}
% Define custom color
\definecolor{myblue}{rgb}{0.2, 0.2, 0.6}
% Remove page number
\pagestyle{empty}
\begin{document}
\begin{center}
{\Huge \textbf{RISHABH JOSHI}} \\
\rule{\textwidth}{0.5pt}
\end{center}
\begin{minipage}[t]{0.3\textwidth}
\textbf{Contact} \\
\textbf{Information} \\
\end{minipage}
%
\begin{minipage}[t]{0.4\textwidth}
Google \\
Mountain View, CA, USA
\end{minipage}
%
\begin{minipage}[t]{0.3\textwidth}
\textbf{E-mail} : \href{mailto:[email protected]}{[email protected]} \\
\textbf{Links} : \href{http://www.example.com}{Webpage}, \href{http://scholar.google.com}{Google Scholar}, \href{http://linkedin.com}{LinkedIn}
\end{minipage}
\vspace{10pt}
\begin{minipage}[t]{0.4\textwidth}
\textbf{Education} \\
\end{minipage}
%
\begin{minipage}[t]{0.6\textwidth}
Carnegie Mellon University - School of Computer Science; Pittsburgh, PA \\
\textit{Master of Science in Language Technologies} \\
Aug 2021 \\
CGPA : 3.94 \\
Courses : Machine Learning, Neural Networks for NLP, Dialog Seminar, Deep RL, Multilingual NLP
\end{minipage}
\end{document}
有人能帮我提供一份基本代码来重现模板吗?我将不胜感激任何指导。
先感谢您。
答案1
以下内容为制作您感兴趣的布局提供了基础。
\documentclass{article}
\usepackage[margin=0.25in]{geometry}
\usepackage{paracol}
\usepackage{enumitem}
\usepackage[colorlinks]{hyperref}
\setlist[itemize,1]{%
leftmargin=1.2em,
nosep% Remove vertical separation
}
\setlength{\parindent}{0pt}
\pagestyle{empty}
\NewDocumentCommand{\cvtitle}{ m }{%
\switchcolumn[0]*% Switch to left-most column
\par\addvspace{\bigskipamount}% Add vertical space in left column
{\strut\raggedright\scshape #1\par}% Set the CV title
\switchcolumn[1]% Switch to right-most column
\par\addvspace{\bigskipamount}% Add vertical space in right column
}
\NewDocumentCommand{\newcvitem}{ m m m m }{%
% \newcvitem{<where>}{<title>}{<location>}{<duration>}
\begin{tabular}[t]{@{} l }
\bfseries #1 \\
\itshape #2
\end{tabular}\hfill
\begin{tabular}[t]{ r @{} }
#3 \\
\itshape #4
\end{tabular}
\par
}
\begin{document}
\begin{tabular}{@{} p{\linewidth} @{}}
\bfseries {\Large R}{\large ISHABH} {\Large J}{\large OSHI} \\
\hline
\end{tabular}
\columnratio{0.15}
\begin{paracol}{2}
\cvtitle{Contact Information}
\newcvitem
{Google}
{Mountain View, CA, USA}
{E-mail: [email protected]}
{Links: \href{abc}{google.com}}
\cvtitle{Education}
\newcvitem
{Carnegie Mellon University - School of Computer Science\textmd{ ; Pittsburg, PA}}
{Master of Science in Language Technologies}
{Aug 2021}
{CGPA : .394}
Courses : Machine Learning, Neural Networks for NLP, Dialog Seminar, Deep RL, Multilingual NLP
\medskip
\newcvitem
{The Mother's International School\textmd{ ; Delhi, India}}
{\mdseries\begin{tabular}{@{} l }
Class XII, CBSE \\ Class X, CBSE
\end{tabular}}
{May 2014}
{\begin{tabular}{r @{}}
95.6\% \\ CGPA : 10/10
\end{tabular}}
\begin{itemize}
\item
Proposed an interpretable approach for knowledge proliferation in academic research articles by identifying
key phrases using importance attribution.
\item
Performed a linguistic driven analysis on the characteristics of good negotiators and incorporated explicit
strategy-sequence structure using Graph Neural Networks to improve non-collaborative dialogue systems.
\item
Collaborated with team Tartan to develop a conversational system in Amazon Alexa Challenge 2019 ;
developed mini-bots and analyzed conversational story structure, reached semi-finals.
\item
Modeled the structure of dialogue by analyzing the flow of conversational topics and detecting noncoherence.
Submitted proposal for Alexa Challenge 2020.
\end{itemize}
\cvtitle{Publications}
Yao Zhao, \textbf{Rishabh Joshi}, Tianqi Liu, Misha Khalman, Mohammad Saleh, and Peter J.~Liu. SLiC-HF :
Sequence Likelihood Calibration with Human Feedback. \hfill \href{google.com}{[Paper]}
Yao Zhao, \textbf{Rishabh Joshi}, Tianqi Liu, Misha Khalman, Mohammad Saleh, and Peter J.~Liu. SLiC-HF :
Sequence Likelihood Calibration with Human Feedback. \hfill \href{google.com}{[Paper]}
\end{paracol}
\end{document}
答案2
这是一个使用表格型包裹
\documentclass{article}
\usepackage[margin=0.5in]{geometry}
\usepackage{hyperref}
\usepackage{xcolor}
\usepackage{titlesec}
\usepackage{parskip}
\usepackage{tabularx}
% Define custom color
\definecolor{myblue}{rgb}{0.2, 0.2, 0.6}
% Remove page number
\pagestyle{empty}
\begin{document}
\begin{center}
{\Huge \textbf{RISHABH JOSHI}} \\
\rule{\textwidth}{0.5pt}
\end{center}
\begin{tabularx}{\textwidth}{p{1.1in}Xr}
\textsc{Contact} & Google & \textbf{E-mail} : \href{mailto:[email protected]}{[email protected]}\\
\textsc{Information} & Mountain View, CA, USA & \textbf{Links} : \href{http://www.example.com}{Webpage}, \href{http://scholar.google.com}{Google Scholar}, \href{http://linkedin.com}{LinkedIn}\\
\end{tabularx}
\vspace{10pt}
\begin{tabularx}{\textwidth}{p{1.1in}Xr}
\textsc{Education}
&Carnegie Mellon University - School of Computer Science; Pittsburgh, PA & Aug 2021 \\
&\textit{Master of Science in Language Technologies} & CGPA : 3.94 \\
&\multicolumn{2}{X}{Courses : Machine Learning, Neural Networks for NLP, Dialog Seminar, Deep RL, Multilingual NLP}
\end{tabularx}
\end{document}
我减少了你的边距以使其与你提供的链接相似。
第一列的宽度(1.1 英寸)是所需的近似值。可以对其进行修改以满足您的需要。
第三列右对齐,将文本放在文本的右边距
X 列类型使用剩余的可用空间。
对于描述,我使用了多列命令让文本跨越最后两列。
对于其余文本,最好的想法是为简历的每个元素创建一个新的 tabularx。
希望能帮助到你。