Advertisement
orgads

Untitled

Nov 26th, 2014
363
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. \extrainfo{מידע נוסף (שנת לידה?)}
  23. \begin{document}
  24.  
  25. \vspace*{-3em}
  26.  
  27. \maketitle
  28.  
  29. \vspace*{-3em}
  30. \section{השכלה}
  31. \cventry{2001-2004}{\LR{B.Sc.}}{מקום הלימודים}{יישוב}{\textit{ממוצע}}{תחום הלימודים}
  32.  
  33. \vspace*{-1em}
  34. \section{פרויקטים}
  35. \cvline{פרויקט 1}{תיאור של הפרויקט}
  36. \cvline{פרויקט 2}{תיאור של הפרויקט}
  37.  
  38. \vspace*{-1em}
  39. \section{נסיון תעסוקתי}
  40. \cventry{2005-2010}{תיאור המקצוע}{מקום העבודה}{}{}{
  41. \begin{itemize}%
  42.   \item תפקיד 1
  43.   \item תפקיד 2
  44.   \item תפקיד 3
  45.   \begin{itemize}
  46.    \item פירוט של תפקיד 3 - 1
  47.    \item פירוט של תפקיד 3 - 2
  48.  \end{itemize}
  49. \end{itemize}}
  50.  
  51. \vspace*{-1em}
  52. \section{ידע מקצועי}
  53. \cvline{תחום 1}{פירוט}
  54. \cvline{תחום 2}{פירוט}
  55.  
  56. \vspace*{-1em}
  57. \section{שפות}
  58. \cvlanguage{עברית}{שפת אם}{}
  59. \cvlanguage{אנגלית}{רמה גבוהה}{}
  60.  
  61. \vspace*{-1em}
  62. \section{פרטים נוספים}
  63. \cvline{}{דברים נוספים}
  64. \cvline{}{ועוד כמה דברים נוספים}
  65.  
  66. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement