Guest User

Untitled

a guest
May 25th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. documentclass[12pt]{report}
  2.  
  3. %% Je suis francophone !
  4. usepackage[francais]{babel}
  5. usepackage[utf8]{inputenc}
  6. usepackage[T1]{fontenc}
  7. usepackage{fancybox}
  8. %% Je veux utiliser néanmoins des fontes qui « paraissent bien » en PDF
  9. usepackage[cyr]{aeguill}
  10. usepackage[table,svgnames]{xcolor}
  11. newcolumntype{C}[1]{>{centeringarraybackslash }b{#1}}
  12. newcolumntype{L}[1]{>{raggedrightarraybackslash }b{#1}}
  13. newcolumntype{R}[1]{>{raggedleftarraybackslash }b{#1}}
  14. begin{document}
  15. begin{center}
  16. begin{table}[h]
  17. begin{tabular}{||C{0.5cm}||C{5cm}||C{4cm}||C{6.5cm}||}
  18.  
  19. hline
  20. cellcolor{Gray} textbf{RG} & textbf{Définition} & textbf{Mapping} & textbf{Règles de gestion spécifiques}\
  21. hline
  22. hline
  23. multicolumn{1}{||L{0.5cm}|}{parbox{0.5cm}{1}} & multicolumn{1}{|L{5cm}|}{footnotesize {Portail -Date Traitement Courant}} & multicolumn{1}{|L{4cm}|}{scriptsize{RBP _ vTBADMRBP _ SUIVI _ APPLI.D _ TRAIT}} & multicolumn{1}{|L{6.5cm}||}{footnotesize {CASE
  24. WHEN [RBP - Presentation View].[Dimension - Référentiel Datamart].[L_DATMR] = 'PORTAIL' THEN [RBP - Presentation View].[Fait - Suivi Application].[D_TRAIT]
  25. END}} \
  26. hline
  27. end{tabular}
  28. caption{Équipe de travail}
  29. end{table}
  30. end{center}
  31. end{document}
Add Comment
Please, Sign In to add comment