Advertisement
orgads

Untitled

Nov 26th, 2014
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.99 KB | None | 0 0
  1. \documentclass{bidimoderncv}
  2. \usepackage{xltxtra}
  3. \usepackage[RTLdocument]{bidi}
  4. \cvtheme[blue]{bidiclassic} % you can use orange, red, green, grey and blue as options
  5. %\usepackage[scale=0.8]{geometry}
  6. %\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
  7. \AtBeginDocument{\setlength{\maketitlenamewidth}{10cm}}  % only for the classic theme, if you want to change the width of your name placeholder (to leave more space for your address details
  8. \AtBeginDocument{\recomputelengths}
  9.  
  10. \renewcommand*{\emailsymbol}{\MVAt}
  11. \renewcommand*{\addresssymbol}{\Letter}
  12.  
  13. \usepackage{fontspec}
  14. \setmainfont{DejaVu Sans}
  15. \firstname{פלוני}
  16. \familyname{אלמוני}
  17. \resumename{קורות חיים}
  18. \title{קורות חיים}
  19. \address{אי שם}
  20. \mobile{050-123-4567}
  21. \phone{03-123-4567}
  22. \email{me@mail.com}
  23. \extrainfo{מידע נוסף (שנת לידה?)}
  24. \begin{document}
  25.  
  26. \vspace*{-3em}
  27.  
  28. \maketitle
  29.  
  30. \vspace*{-3em}
  31. \section{השכלה}
  32. \cventry{2001-2004}{\LR{B.Sc.}}{מקום הלימודים}{יישוב}{\textit{ממוצע}}{תחום הלימודים}
  33.  
  34. \vspace*{-1em}
  35. \section{פרויקטים}
  36. \cvline{פרויקט 1}{תיאור של הפרויקט}
  37. \cvline{פרויקט 2}{תיאור של הפרויקט}
  38.  
  39. \vspace*{-1em}
  40. \section{נסיון תעסוקתי}
  41. \cventry{2005-2010}{תיאור המקצוע}{מקום העבודה}{}{}{
  42. \begin{itemize}%
  43.   \item תפקיד 1
  44.   \item תפקיד 2
  45.   \item תפקיד 3
  46.   \begin{itemize}
  47.    \item פירוט של תפקיד 3 - 1
  48.    \item פירוט של תפקיד 3 - 2
  49.  \end{itemize}
  50. \end{itemize}}
  51.  
  52. \vspace*{-1em}
  53. \section{ידע מקצועי}
  54. \cvline{תחום 1}{פירוט}
  55. \cvline{תחום 2}{פירוט}
  56.  
  57. \vspace*{-1em}
  58. \section{שפות}
  59. \cvlanguage{עברית}{שפת אם}{}
  60. \cvlanguage{אנגלית}{רמה גבוהה}{}
  61.  
  62. \vspace*{-1em}
  63. \section{פרטים נוספים}
  64. \cvline{}{דברים נוספים}
  65. \cvline{}{ועוד כמה דברים נוספים}
  66.  
  67. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement