Guest User

Untitled

a guest
May 27th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. documentclass[12pt,a4paper]{article}
  2.  
  3. usepackage[utf8]{inputenc}
  4. usepackage[T1]{fontenc}
  5. usepackage{cfr-lm} % instead of the "[cyr]{aeguill}"
  6.  
  7. usepackage[table]{xcolor}
  8. usepackage{ragged2e} % new
  9. usepackage{booktabs, % new
  10. makecell, % new
  11. tabularx} % new
  12. renewcommandtheadfont{smallbfseries}
  13. renewcommandtheadgape{}
  14. newcolumntype{L}{>{RaggedRight}X} % redefined
  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. hline
  28. thead[l]{RG}
  29. & thead[l]{Définition}
  30. & thead[l]{Mapping}
  31. & thead[l]{Règles de gestion spécifiques} \
  32. hline
  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. hline
  42. end{tabularx}
  43. caption{Équipe de travail}
  44. end{table}
  45. end{document}
Add Comment
Please, Sign In to add comment