Guest User

Untitled

a guest
May 27th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. usepackage{babel}
  2. usepackage[utf8]{inputenc}
  3. usepackage[T1]{fontenc}
  4. usepackage{cfr-lm} % instead of the "[cyr]{aeguill}"
  5.  
  6. usepackage[table]{xcolor}
  7. usepackage{ragged2e} % new
  8. usepackage{booktabs, % new
  9. makecell, % new
  10. tabularx} % new
  11. renewcommandtheadfont{smallbfseries}
  12. renewcommandtheadgape{}
  13. newcolumntype{L}{>{RaggedRight}X} % redefined
  14.  
  15.  
  16. %---------------------------------------------------------------%
  17.  
  18. begin{document}
  19. begin{table}[htb]
  20. footnotesize
  21. setlengthtabcolsep{4pt}
  22. begin{tabularx}{linewidth}{@{}
  23. >{large}c
  24. >{hsize=0.25hsize}L
  25. >{hsize=0.25hsize}L
  26. >{hsize=0.50hsize}L @{}}
  27. toprule
  28. thead[l]{RG}
  29. & thead[l]{Définition}
  30. & thead[l]{Mapping}
  31. & thead[l]{Règles de gestion spécifiques} \
  32. midrule
  33. 1 & Portail Date Traitement Courant
  34. & RBP vTBADMRB _SUIVI_APPLI.D _TRAIT
  35. & CASE WHEN
  36.  
  37. [RBP Presentation View].[Dimension Référentiel Datamart].[L_DATMR]
  38.  
  39. = 'PORTAIL' THEN [RBP Presentation View].[Fait Suivi Application].[D_TRAIT] END \
  40.  
  41. bottomrule
  42. end{tabularx}
  43. caption{Équipe de travail}
  44. end{table}
  45. end{document}
Add Comment
Please, Sign In to add comment