Advertisement
Ichiki

Tabelle pokego

Sep 15th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.87 KB | None | 0 0
  1. \documentclass{article}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage{booktabs}
  4. \usepackage{tcolorbox}
  5. \usepackage{tabularx}
  6. \usepackage{xcolor, colortbl}
  7. \usepackage{array, multirow, multicol}
  8. \usepackage{tikz}
  9. \usetikzlibrary{matrix}
  10. \tcbuselibrary{most,raster,skins}
  11.  
  12. \title{}
  13. \author{}
  14. \date{}
  15.  
  16. \begin{document}
  17.  
  18. \begin{figure}[htb]
  19. \centering\includegraphics[scale=0.25]{m2.png}
  20. \end{figure}
  21. \begin{center}
  22. \newtcolorbox{mybox}[2][]
  23. {colback = red!5!white, colframe = white!15!black, fonttitle = \bfseries, colbacktitle = black!85!black, enhanced, attach boxed title to top center={yshift=-2mm}, title=#2,#1}
  24. \begin{mybox}[colback=pink!15!white,width=7cm]{MEWTWO}
  25. \begin{tabular}{lccccr} \multicolumn{2}{c}{Punti Lotta} & \multirow{2}*{Atk} & \multirow{2}*{Dif} & \multirow{2}*{PS} & \multirow{2}*{IV} \\ \cmidrule(lr){1-2} Lv20 & Lv25 \\
  26. \midrule
  27. & & 15 & 15 & 15 & 100 \\
  28. & & 15 & 14 & 15 & 97.8 \\
  29. & & 15 & 15 & 14 & 97.8 \\
  30. & & 14 & 15 & 15 & 97.8 \\
  31. & & 15 & 15 & 13 & 95.6 \\
  32. & & 15 & 13 & 15 & 95.6 \\
  33. & & 15 & 14 & 14 & 95.6 \\
  34. & & 14 & 14 & 15 & 95.6 \\
  35. & & 14 & 15 & 14 & 95.6 \\
  36. & & 13 & 15 & 15 & 95.6 \\
  37. & & 15 & 15 & 12 & 93.3 \\
  38. & & 15 & 13 & 14 & 93.3 \\
  39. & & 15 & 14 & 13 & 93.3 \\
  40. & & 14 & 15 & 13 & 93.3 \\
  41. & & 15 & 12 & 15 & 93.3 \\
  42. & & 14 & 13 & 15 & 93.3 \\
  43. & & 14 & 14 & 14 & 93.3 \\
  44. & & 13 & 14 & 15 & 93.3 \\
  45. & & 13 & 15 & 14 & 93.3 \\
  46. & & 12 & 15 & 15 & 93.3 \\
  47. & & 15 & 15 & 11 & 91.1 \\
  48. & & 15 & 12 & 14 & 91.1 \\
  49. & & 15 & 13 & 13 & 91.1 \\
  50. & & 15 & 14 & 12 & 91.1 \\
  51. & & 14 & 15 & 12 & 91.1 \\
  52. & & 15 & 11 & 15 & 91.1 \\
  53. & & 14 & 12 & 15 & 91.1 \\
  54. & & 14 & 13 & 14 & 91.1 \\
  55. & & 14 & 14 & 13 & 91.1 \\
  56. & & 13 & 15 & 13 & 91.1 \\
  57. & & 13 & 13 & 15 & 91.1 \\
  58. & & 13 & 14 & 14 & 91.1 \\
  59. & & 12 & 14 & 15 & 91.1 \\
  60. & & 12 & 15 & 14 & 91.1 \\
  61. & & 10 & 10 & 10 & 66.6 \\
  62. \end{tabular}
  63. \end{mybox}
  64. \end{center}
  65.  
  66. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement