Advertisement
Guest User

Untitled

a guest
Feb 1st, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. % PACKAGES
  2. % ---------------------------------------------------------------------
  3.  
  4. documentclass[a4paper, 10 pt, oneside, final]{scrartcl}
  5. usepackage[left=4.1cm, right=0.75cm, top=0.5cm, bottom=0.5cm]{geometry}
  6. usepackage{soul}
  7. usepackage{scrpage2}
  8. usepackage{titlesec}
  9. usepackage{marvosym}
  10. usepackage{tabularx}
  11. usepackage[francais]{babel}
  12. usepackage[T1]{fontenc}
  13. usepackage[utf8]{inputenc}
  14. pagestyle{empty}
  15. usepackage{enumitem}
  16. usepackage{color}
  17. usepackage{wrapfig}
  18. usepackage{graphicx}
  19. usepackage{amsmath,amssymb,mathrsfs}
  20. usepackage{scrextend}
  21. usepackage{marvosym}
  22.  
  23. % Title format
  24. titleformat{section}{largescshaperaggedright}{}{0em}{} [{color{coolblack}}vskip-topskiprule{linewidth}{0.8pt}]
  25. titlespacing*{section}
  26. {0pt}{0ex plus 0ex minus 0ex}{0ex plus 0ex}
  27.  
  28.  
  29.  
  30. % Title line color
  31. usepackage{xcolor}
  32. definecolor{coolblack}{RGB}{58, 53, 61}
  33.  
  34. % Left margin
  35. reversemarginpar
  36. marginparwidth 82pt
  37.  
  38.  
  39.  
  40.  
  41. % DOCUMENT
  42. % ---------------------------------------------------------------------
  43. begin{document}
  44.  
  45. % Command label item
  46. renewcommand{labelitemi}{raise .5exhbox{tiny$bullet$}}
  47. newcommand{mymarginnote}[1]{marginpar{normalsizetextcolor{black}{#1}}}
  48.  
  49.  
  50.  
  51.  
  52. % Personal informations and picture
  53. begin{wrapfigure}{r}{00mm}
  54. hfill
  55. includegraphics[scale=0.12]{cv_picture.jpg}
  56. end{wrapfigure}
  57. noindent mymarginnote{fontsize{10.5}{12}textbf{Arnaud Money}}
  58.  
  59. noindent Born on the 21th of March 1887
  60.  
  61. mymarginnote{Route 17 \ Alabama \ USA\ Telefon thinspace +4167899724 }
  62.  
  63. noindent Single
  64.  
  65. noindent US nationality
  66.  
  67. noindent Letter thinspace branchsmith@gmail.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement