create init files for resume & cv

This commit is contained in:
Posquit0.BJ 2015-01-18 18:13:00 +09:00
parent fbbdf60818
commit a35aff4651
2 changed files with 14 additions and 0 deletions

7
cv.tex Normal file
View file

@ -0,0 +1,7 @@
% 2015 Claud D. Park <posquit0.bj@gmail.com> http://www.posquit0.com
%
\documentclass{article}
\begin{document}
My CV
\end{document}

7
resume.tex Normal file
View file

@ -0,0 +1,7 @@
% 2015 Claud D. Park <posquit0.bj@gmail.com> http://www.posquit0.com
%
\documentclass{article}
\begin{document}
My Resume
\end{document}