summaryrefslogtreecommitdiff
path: root/macros/xetex/latex/resumecls/example/resume-en.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/xetex/latex/resumecls/example/resume-en.tex')
-rw-r--r--macros/xetex/latex/resumecls/example/resume-en.tex16
1 files changed, 13 insertions, 3 deletions
diff --git a/macros/xetex/latex/resumecls/example/resume-en.tex b/macros/xetex/latex/resumecls/example/resume-en.tex
index 899fa8cb0c..e14b37ee1e 100644
--- a/macros/xetex/latex/resumecls/example/resume-en.tex
+++ b/macros/xetex/latex/resumecls/example/resume-en.tex
@@ -4,7 +4,7 @@
% | Author: huxuan
% | E-mail: i(at)huxuan.org
% | Created: 2012-12-18
-% | Last modified: 2020-04-16
+% | Last modified: 2020-04-20
% | Description:
% | A English Resume Example in LaTeX based on resumecls
% |
@@ -27,7 +27,7 @@
\begin{table}
\maketitle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\heading{Experience (Compacted version)}
+\heading{Experience (Compact Version)}
\entry{0em}{Xlr}{{\bfseries Organization} \quad Department & Position & Time Period}
\entry{2em}{X}{%
Description1 \\
@@ -83,9 +83,19 @@
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% If there is no publications, just comment this part.
-\heading{Appendix: Publications}
+\heading{Publications}
\vspace{-6em}
\bibliography{resume}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Sample for two or more pages.
+\end{table}
+\clearpage
+\begin{table}
+\heading{Heading for Page 2}
+\entry{0em}{X}{
+ Each page is enclosed inside a table environment. \\
+ \verb|\clearpage| between the tables will lead to a new page. \\
+}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{table}
\end{document}