Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. documentclass[12pt,a4paper,oneside]{report}
  2. usepackage[top=2.5cm, bottom=2.5cm, left=2.5cm, right=2.5cm]{geometry}
  3. usepackage{graphicx}
  4. usepackage{setspace}
  5. usepackage[utf8]{inputenc}
  6. usepackage{floatrow}
  7. usepackage{multirow,bigdelim}
  8. usepackage{booktabs}
  9. usepackage{textgreek}
  10. usepackage{gensymb}
  11. usepackage[label font=bf,labelformat=simple]{subfig}%using for my other figures
  12. usepackage[font=footnotesize,labelfont=bf]{caption}%also using for my other figures
  13. floatsetup[table]{capposition=top,captionskip=0pt}
  14. usepackage[table]{xcolor}
  15. definecolor{GrayTable}{gray}{0.90}
  16. definecolor{GrayText}{gray}{0.55}
  17. definecolor{BlueTable}{rgb}{0.0,0.6,0.9}
  18.  
  19. begin{document}
  20.  
  21. begin{table}[!htb]
  22. caption{Mix PCR pour vérifier la présence des LCT}
  23. rowcolors{2}{GrayTable}{white}
  24. resizebox{textwidth}{!}{% Using this command because the table is large
  25. begin{tabular}{ccccc}
  26. toprule
  27. rowcolor{BlueTable} LCT & Séquence SU & Taille de l'amplicon (pb) & Température d'hybridation (degree C) & Concentration en MgCl$_{2}$ \
  28. midrule
  29. LCT_0071 & AAAAGAGCGTGTTATTTTAGGCA & 200 & 60 & 2 \
  30. LCT_0078 & TGGCCACCTTCTCTTTCCAT & 143 & 60 & 2 \
  31. LCT_0090 & ACGGCTTTGCTTTCAGTTGT & 160 & 60 & 2 \
  32. bottomrule
  33. end{tabular}}
  34. end{table}
  35.  
  36. begin{table}[!htb]
  37. singlespacing
  38. caption{Mix PCR pour vérifier la présence des LCT}
  39. begin{tabular}{ccccc}
  40. toprule
  41. rowcolor{BlueTable} Réactifs & Concentration initiale & Concentration finale & Volume pour 1 tube (textmu L) \
  42. midrule
  43. Buffer & 5X & 1X & 5\
  44. bottomrule
  45. end{tabular}
  46. end{table}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement