From 16c5e3de65749b61c3ba9d02b8907452eda99ca9 Mon Sep 17 00:00:00 2001 From: Cheysen <1583438367@qq.com> Date: Wed, 12 Jan 2022 15:27:00 +0800 Subject: Add files via upload --- cvtemplate.jpg | Bin 0 -> 158994 bytes cvtemplate.pdf | Bin 0 -> 17451 bytes cvtemplate.tex | 126 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 126 insertions(+) create mode 100644 cvtemplate.jpg create mode 100644 cvtemplate.pdf create mode 100644 cvtemplate.tex diff --git a/cvtemplate.jpg b/cvtemplate.jpg new file mode 100644 index 0000000..ffe1ede Binary files /dev/null and b/cvtemplate.jpg differ diff --git a/cvtemplate.pdf b/cvtemplate.pdf new file mode 100644 index 0000000..ad4b008 Binary files /dev/null and b/cvtemplate.pdf differ diff --git a/cvtemplate.tex b/cvtemplate.tex new file mode 100644 index 0000000..7d26e22 --- /dev/null +++ b/cvtemplate.tex @@ -0,0 +1,126 @@ +\documentclass[10.5pt]{article} +\usepackage[slantfont, boldfont]{xeCJK} +\usepackage{amsmath} +\usepackage{enumitem} +\usepackage[left=0.3in,top=0.8in,right=0.3in,bottom=0.8in]{geometry} % Document margins +\usepackage{hyperref} +\hypersetup{ + colorlinks=true, + linkcolor=blue, + filecolor=blue, + citecolor = black, + urlcolor=blue, + } +\linespread{1.1}%行距 1 +\setlength{\parskip}{-1.5ex}%端距 +\setlength{\parindent}{0em}%缩进 +\usepackage{fancyhdr} +\pagestyle{fancy} +\fancyhf{} +\chead{ + {\bf\underline{\large{} (<姓名>)}}\\ + \vspace{2ex} + tel: (853)- | e-mail: \href{mailto:}{} | web: \href{}{} +} +\cfoot{\thepage\hspace{1pt} OF \pageref*{LastPage}} +\renewcommand\headrulewidth{0pt} +\setlength{\headheight}{0.5in}%改变数值好像只影响第一页 但加上之后其余页就同步了 +\setlength{\footskip}{5ex}%加上之后其余页就同步了 +\setlength{\headsep}{2ex} +\usepackage{titlesec} +\titleformat{\section}{\bf}{}{0em}{}[\hrule] +\usepackage{lastpage} + +\begin{document} + +%\setlength{\headsep}{0pt} + +\begin{section}{SUMMARY OF QUALIFICATIONS} + +\begin{itemize}[leftmargin=1.5em]\itemsep -0.5ex + \item +\end{itemize} + +\end{section} + +% EDUCATION + +\begin{section}{EDUCATION} + +\textbf{ \hfill ()\hfill - } + +\begin{itemize}[leftmargin=1.5em]\itemsep -0.5ex + \item \textbf{Major in } (\textbf{}) + \item Coursework: + \item +\end{itemize} + +\end{section} + +% AWARDS + +\begin{section}{AWARDS} + +\begin{itemize}[leftmargin=1.5em]\itemsep -0.5ex + \item + \item , +\end{itemize} + +\end{section} + +% Experiences + +\begin{section}{EXPERIENCES} + +\textbf{Research Assistant \hfill () \hfill - } + +\begin{itemize}[leftmargin=1.5em]\itemsep -0.5ex + \item Supervisor - \href{}{Professor } + \item
+\end{itemize} + +% \newpage + +\end{section} + +% Publications + +\begin{section}{PUBLICATIONS} + +\begin{itemize}[leftmargin=1.5em]\itemsep -0.5ex + \item +\end{itemize} + +\end{section} + +% COMMUNITY WORK + +\begin{section}{COMMUNITY WORK} + +\textbf{ \hfill () \hfill - } + +\begin{itemize}[leftmargin=1.5em]\itemsep -0.5ex + \item
+\end{itemize} + +\end{section} + +% HOBBIES AND INTERESTS + +\begin{section}{HOBBIES AND INTERESTS} + + \begin{itemize}[leftmargin=1.5em]\itemsep -0.5ex + \item + \end{itemize} + +\end{section} + +\begin{section}{} + + \begin{itemize}[leftmargin=1.5em]\itemsep -0.5ex + \item + \end{itemize} + +\end{section} + +\end{document} -- cgit v1.2.3