Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 2.43 KB | None | 0 0
  1. \documentclass[12pt,a4paper]{article}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage[french]{babel}
  4. \usepackage[T1]{fontenc}
  5. \usepackage{amsmath}
  6. \usepackage{amsfonts}
  7. \usepackage{amssymb}
  8. \usepackage{fancyhdr}
  9. \usepackage{color}
  10. \usepackage{eurosym}
  11. \usepackage[table,xcdraw]{xcolor}
  12. \usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
  13. \author{Nathan Gallet}
  14.  
  15. %footer
  16. \pagestyle{fancy}
  17.  
  18. \renewcommand{\footrulewidth}{1pt}
  19. \fancyfoot[C]{37 Quai de Grenelle 75015 Paris}
  20. \fancyfoot[L]{http://jobservice.ece.fr/}
  21. \fancyfoot[R]{2014-2015}
  22.  
  23. \renewcommand{\headrulewidth}{0pt}
  24. \fancyhead[C]{}
  25. \fancyhead[L]{}
  26. \fancyhead[R]{}
  27.  
  28. \begin{document}
  29. \begin{center}
  30. \section*{Devis}
  31. \end{center}
  32. \begin{table}[h]
  33. \begin{tabular}{|
  34. >{\columncolor[HTML]{3166FF}}l |
  35. >{\columncolor[HTML]{B2C2F2}}l |}
  36. \hline
  37. Client :       &  \\ \hline
  38. Nom :          & Edouard Chabano \\ \hline
  39. Adresse :      & 22 rue Balard \\ \hline
  40. Pays :         & France \\ \hline
  41. Téléphone :    & 06 59 75 85 51\\ \hline
  42. Adresse mail : &  edouard.chabano\@ parcourspro.com\\ \hline
  43. \end{tabular}
  44. \end{table}
  45. \begin{table}[h]
  46. \begin{tabular}{llllll}
  47. \hline
  48. \rowcolor[HTML]{3166FF}
  49. \multicolumn{1}{|l|}{\cellcolor[HTML]{3166FF}Quantité} & \multicolumn{1}{l|}{\cellcolor[HTML]{3166FF}Intitulé} & \multicolumn{1}{l|}{\cellcolor[HTML]{3166FF}Date} & \multicolumn{1}{l|}{\cellcolor[HTML]{3166FF}\begin{tabular}[c]{@{}l@{}}Nombre d'heure\\ effectué\end{tabular}} & \multicolumn{1}{l|}{\cellcolor[HTML]{3166FF}Prix horaire} & \multicolumn{1}{l|}{\cellcolor[HTML]{3166FF}Total} \\ \hline
  50. 6 & Distribution de flyers & 30/09/2014 & 2h & 15\euro & 120\euro  \\
  51. \rowcolor[HTML]{B2C2F2}6 & Distribution de flyers & 01/10/2014 & 2h & 15\euro & 120\euro \\
  52. 6 & Distribution de flyers & 08/10/2014 & 2h & 15\euro & 120\euro  \\
  53. \rowcolor[HTML]{B2C2F2}4 & \begin{tabular}[c]{@{}l@{}}Distribution de flyers\\(La Défense)\end{tabular} & 02/10/2014 & 4h & 15\euro & 240\euro
  54. \end{tabular}
  55. \end{table}
  56. \begin{table}[h]
  57. \begin{tabular}{|
  58. >{\columncolor[HTML]{3166FF}}l |
  59. >{\columncolor[HTML]{7A9BFF}}l |}
  60. \hline
  61. Sous-total : &  600\euro \\ \hline
  62. Taux de TVA (0,196\%) &  \\ \hline
  63. \cellcolor[HTML]{32CB00}Total TTC & \cellcolor[HTML]{32CB00} \\ \hline
  64. \end{tabular}
  65. \end{table}
  66.  
  67. \textcolor{red}{Régler par \textbf{CHEQUE/VIREMENT} à l'ordre de : 'Association JobServic'ECE – ECE'}
  68.  
  69. \vspace{2cm}
  70. Signature JobServic'ECE :
  71. \hspace{7cm}
  72. Signature Client :
  73. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement