-
Notifications
You must be signed in to change notification settings - Fork 0
/
Resume_TseHou.tex
51 lines (41 loc) · 1.2 KB
/
Resume_TseHou.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
\documentclass[letterpaper,11pt]{article}
% Choose bibliography style for formatting list of publications
\usepackage[style=ieee,url=false,doi=false,maxbibnames=99,sorting=ydnt,dashed=false]{biblatex}
\bibliography{papers}
% Choose theme, e.g. black, RedViolet, ForestGreen, MidnightBlue
\def\theme{MidnightBlue}
% For more, see https://en.wikibooks.org/wiki/LaTeX/Colors
\usepackage{gensymb}
\usepackage{simplecv}
\def\hyph{-\penalty0\hskip0pt\relax}
\boldname{Hung}{Tse-Hou}{N.}
\begin{document}
% Heading
\headinginline{Tse-Hou Hung}{
Email: \email{[email protected]} \\
GitHub: \github{tse-hou} \\
Phone: +886-919-390136
}
\import{}{objective}
\import{}{interest}
\import{}{education}
\import{}{skill}
\import{}{publications}
\import{}{honor}
\pagebreak
\import{}{experience}
\import{}{reference}
% % Page One
% \import{sections/}{education.tex}
% \import{sections/}{experience.tex}
% \import{sections/}{publications.tex}
% \import{sections/}{teaching.tex}
% \pagebreak
% % Page Two
% \sidebyside
% {\import{sections/}{skills.tex}}
% {\import{sections/}{languages.tex}}
% \import{sections/}{projects.tex}
% \import{sections/}{awards.tex}
% \import{sections/}{extracurricular.tex}
\end{document}