Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.06 KB | None | 0 0
  1. begin{table}[h]
  2. centering
  3. caption{Variation de l'amplitude de la force électromotrice en fonction du courant circulant dans des bobines d'Helmholtz à une fréquence de rotation de la bobine d'induction constante ($(40pm2)$ Hz)}
  4. label{tableau1}
  5. begin{tabular}{|>{centeringarraybackslash}m{1.25cm}|>{centeringarraybackslash}m{1.25cm}|>{centeringarraybackslash}m{1.25cm}|>{centeringarraybackslash}m{1.25cm}|>{centeringarraybackslash}m{1.3cm}|>{centeringarraybackslash}m{1.3cm}|>{centeringarraybackslash}m{2cm}|>{centeringarraybackslash}m{2cm}|}
  6. hline
  7. multicolumn{2}{|>{centeringarraybackslash}m{2.5cm}|}{Courant} & multicolumn{2}{>{centeringarraybackslash}m{2.5cm}|}{Champ magnétique} & multicolumn{2}{>{centeringarraybackslash}m{2.6cm}|}{Force électromotrice expérimentale (amplitude)} & multicolumn{2}{>{centeringarraybackslash}m{4cm}|}{Force électromotrice théorique (amplitude)} tabularnewline
  8. hline
  9. $I_1$ & $Delta I_1$ & $B$ & $Delta B$ & $epsilon_{Exp. 0}$ & $Delta epsilon_{Exp. 0}$ & $epsilon_{Th. 0}$ & $Delta epsilon_{Th. 0}$ tabularnewline
  10. hline
  11. (A) & (A) & (mT) & (mT) & (V) & (V) & (V) & (V) tabularnewline
  12. hline
  13. 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 tabularnewline
  14. hline
  15. 0,55 & 0,04 & 0,50 & 0,04 & 0,10 & 0,04 & 0,90 & 0,02 tabularnewline
  16. hline
  17. 1,00 & 0,04 & 0,91 & 0,05 & 0,20 & 0,04 & 0,16 & 0,04 tabularnewline
  18. hline
  19. 1,50 & 0,05 & 1,36 & 0,07 & 0,28 & 0,04 & 0,25 & 0,05 tabularnewline
  20. hline
  21. 2,00 & 0,05 & 1,81 & 0,08 & 0,39 & 0,04 & 0,32 & 0,07 tabularnewline
  22. hline
  23. 2,50 & 0,06 & 2,3 & 0,1 & 0,47 & 0,04 & 0,41 & 0,09 tabularnewline
  24. hline
  25. 3,20 & 0,06 & 2,9 & 0,1 & 0,57 & 0,04 & 0,5 & 0,1 tabularnewline
  26. hline
  27. 3,52 & 0,07 & 3,2 & 0,1 & 0,66 & 0,04 & 0,6 & 0,1 tabularnewline
  28. hline
  29. end{tabular}
  30. end{table}
  31.  
  32. multicolumn{2}{|>{centeringarraybackslash}m{dimexpr2.5cm+2tabcolseprelax}|}{Courant}
  33.  
  34. documentclass[captions=tableabove]{scrartcl}
  35.  
  36. usepackage{array}
  37. newcolumntype{M}[1]{>{centeringarraybackslash}m{#1}}
  38. newcolumntype{T}[1]{M{dimexpr#1+2tabcolseprelax}}
  39.  
  40. begin{document}
  41. begin{table}[htb]
  42. centering
  43. caption{Variation de l'amplitude de la force électromotrice en fonction du courant circulant dans des bobines d'Helmholtz à une fréquence de rotation de la bobine d'induction constante ($(40pm2)$ Hz)}
  44. label{tableau1}
  45. begin{tabular}{|*{4}{M{1.25cm}|}*{2}{M{1.3cm}|}*{2}{M{1.8cm}|}}
  46. hline
  47. multicolumn{2}{|T{2.5cm}|}{Courant}
  48. & multicolumn{2}{T{2.5cm}|}{Champ magnétique}
  49. & multicolumn{2}{T{2.6cm}|}{Force électromotrice expérimentale (amplitude)}
  50. & multicolumn{2}{T{3.6cm}|}{Force électromotrice théorique (amplitude)} tabularnewline
  51. hline
  52. $I_1$ & $Delta I_1$ & $B$ & $Delta B$ & $epsilon_{Exp. 0}$ & $Delta epsilon_{Exp. 0}$ & $epsilon_{Th. 0}$ & $Delta epsilon_{Th. 0}$ tabularnewline
  53. hline
  54. (A) & (A) & (mT) & (mT) & (V) & (V) & (V) & (V) tabularnewline
  55. hline
  56. 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 tabularnewline
  57. hline
  58. 0,55 & 0,04 & 0,50 & 0,04 & 0,10 & 0,04 & 0,90 & 0,02 tabularnewline
  59. hline
  60. 1,00 & 0,04 & 0,91 & 0,05 & 0,20 & 0,04 & 0,16 & 0,04 tabularnewline
  61. hline
  62. 1,50 & 0,05 & 1,36 & 0,07 & 0,28 & 0,04 & 0,25 & 0,05 tabularnewline
  63. hline
  64. 2,00 & 0,05 & 1,81 & 0,08 & 0,39 & 0,04 & 0,32 & 0,07 tabularnewline
  65. hline
  66. 2,50 & 0,06 & 2,3 & 0,1 & 0,47 & 0,04 & 0,41 & 0,09 tabularnewline
  67. hline
  68. 3,20 & 0,06 & 2,9 & 0,1 & 0,57 & 0,04 & 0,5 & 0,1 tabularnewline
  69. hline
  70. 3,52 & 0,07 & 3,2 & 0,1 & 0,66 & 0,04 & 0,6 & 0,1 tabularnewline
  71. hline
  72. end{tabular}
  73. end{table}
  74. end{document}
  75.  
  76. documentclass[a4paper, 12pt]{article}
  77.  
  78. usepackage[utf8]{inputenc}
  79. usepackage[english,french]{babel}
  80. usepackage{makecell}
  81.  
  82. begin{document}
  83.  
  84. %makecell setting for fonts, spacing etc.
  85. setlengthrotheadsize{3cm}
  86. renewcommandtheadfont{small}
  87. renewcommandtheadfont{bfseries}
  88. renewcommandtheadset{renewcommandarraystretch{0.9}%
  89. setlengthextrarowheight{1pt}}
  90. renewcommandcellalign{cc}
  91. renewcommandcellgape{Gape[1pt]}
  92.  
  93.  
  94. begin{table}[h]
  95. centering
  96. caption{Variation de l'amplitude de la force électromotrice en fonction du courant circulant dans des bobines d'Helmholtz à une fréquence de rotation de la bobine d'induction constante ($(40pm2)$ Hz)}
  97. vspace{1ex}
  98. label{tableau1}
  99. begin{tabular}{*{8}{|m{1.25cm}}|}
  100. hline
  101. multicolumn{2}{|c|}{thead{Courant}} & multicolumn{2}{c|}{thead{Champ\ magnétique}} & multicolumn{2}{c|}{thead{Force\ électromotrice\ expérimentale\ (amplitude)}} & multicolumn{2}{c|}{thead{Force\ électromotrice\ théorique\ (amplitude)}} tabularnewline
  102. hline
  103. makecell{$I_1$} & makecell{$Delta I_1$} & makecell{$B$} & makecell{$Delta B$} & makecell{$epsilon_{Exp. 0}$} & makecell{$Delta epsilon_{Exp. 0}$} & makecell{$epsilon_{Th. 0}$} & makecell{$Delta epsilon_{Th. 0}$} tabularnewline
  104. hline
  105. makecell{(A)} & makecell{(A)} & makecell{(mT)} & makecell{(mT)} & makecell{(V)} & makecell{(V)} & makecell{(V)} & makecell{(V)} tabularnewline
  106. hline
  107. makecell{0} & makecell{0} & makecell{0} & makecell{0} & makecell{0} & makecell{0} & makecell{0} & makecell{0} tabularnewline
  108. hline
  109. makecell{0,55} & makecell{0,04} & makecell{0,50} & makecell{0,04} & makecell{0,10} & makecell{0,04} & makecell{0,90} & makecell{0,02} tabularnewline
  110. hline
  111. makecell{1,00} & makecell{0,04} & makecell{0,91} & makecell{0,05} & makecell{0,20} & makecell{0,04} & makecell{0,16} & makecell{0,04} tabularnewline
  112. hline
  113. makecell{1,50} & makecell{0,05} & makecell{1,36} & makecell{0,07} & makecell{0,28} & makecell{0,04} & makecell{0,25} & makecell{0,05} tabularnewline
  114. hline
  115. makecell{2,00} & makecell{0,05} & makecell{1,81} & makecell{0,08} & makecell{0,39} & makecell{0,04} & makecell{0,32} & makecell{0,07} tabularnewline
  116. hline
  117. makecell{2,50} & makecell{0,06} & makecell{2,3} & makecell{0,1} & makecell{0,47} & makecell{0,04} & makecell{0,41} & makecell{0,09} tabularnewline
  118. hline
  119. makecell{3,20} & makecell{0,06} & makecell{2,9} & makecell{0,1} & makecell{0,57} & makecell{0,04} & makecell{0,5} & makecell{0,1} tabularnewline
  120. hline
  121. makecell{3,52} & makecell{0,07} & makecell{3,2} & makecell{0,1} & makecell{0,66} & makecell{0,04} & makecell{0,6} & makecell{0,1} tabularnewline
  122. hline
  123. end{tabular}
  124. end{table}
  125. end{document}
  126.  
  127. documentclass{article}
  128. usepackage[utf8]{inputenc}
  129. usepackage{mathtools}
  130. usepackage{array, tabularx}
  131. usepackage{booktabs}
  132. usepackage{ragged2e}
  133. newcolumntype{Y}{ >{hsize=1.75hsize}X}
  134. newcolumntype{Z}{ >{hsize=.875hsizeRaggedLeft}X}
  135. usepackage{caption}
  136. usepackage{makebox}
  137. captionsetup{font = small}
  138. usepackage{makecell}
  139. renewcommand{theadfont}{upshapebfseriesfootnotesize}
  140. setcellgapes{3pt}
  141. makegapedcells
  142. usepackage{threeparttable}
  143. usepackage{siunitx}
  144.  
  145. usepackage[french]{babel}
  146.  
  147. begin{document}
  148.  
  149. begin{table}[h]
  150. begin{threeparttable}
  151. centeringsisetup{table-number-alignment = center, table-figures-integer=1, table-figures-decimal=2, locale = FR}
  152. caption{Variation de l'amplitude de la force électromotrice en fonction du courant circulant dans des bobines d'Helmholtz à une fréquence de rotation de la bobine d'induction constante ($(40pm2)$ Hz)}
  153. label{tableau1}
  154. begin{tabular}{SSSSSSSS}
  155. Xhline{0.8pt}
  156. multicolumn{2}{c}{thead{Courant}} & multicolumn{2}{c}{thead{Champ\magnétique}} & multicolumn{2}{c}{thead{Force\ électromotrice\ expérimentale\ (amplitude)}} & multicolumn{2}{c}{thead{Force\ électromotrice\ théorique\ (amplitude)}} \[-0.5ex]
  157. hlinenoalign{vskip3pt}
  158. {$I_1 $} & {$Δ I_1$} & {$B$} & {$Δ B$} & clap{$ϵ_mathrm{Exp. 0}$} & clap{$Δ ϵ_mathrm{Exp. 0} $} & clap{$ϵ_mathrm{Th. 0}$} & clap{$Δ ϵ_mathrm{Th. 0}$} \[-0.4ex]
  159. multicolumn{2}{c}{small(A)} & multicolumn{2}{c}{small(mT)} & multicolumn{2}{c}{small(V)} & multicolumn{2}{c}{small(V)} \[0.6ex]
  160. hlinenoalign{vskip1pt}
  161. {0} & {0} & {0} & {0} & {0} & {0} & {0} & {0} \[1pt]
  162. 0,55 & 0,04 & 0,50 & 0,04 & 0,10 & 0,04 & 0,90 & 0,02 tabularnewline
  163. 1,00 & 0,04 & 0,91 & 0,05 & 0,20 & 0,04 & 0,16 & 0,04 tabularnewline
  164. 1,50 & 0,05 & 1,36 & 0,07 & 0,28 & 0,04 & 0,25 & 0,05 tabularnewline
  165. 2,00 & 0,05 & 1,81 & 0,08 & 0,39 & 0,04 & 0,32 & 0,07 tabularnewline
  166. 2,50 & 0,06 & 2,3 & 0,1 & 0,47 & 0,04 & 0,41 & 0,09 tabularnewline
  167. 3,20 & 0,06 & 2,9 & 0,1 & 0,57 & 0,04 & 0,5 & 0,1 tabularnewline
  168. 3,52 & 0,07 & 3,2 & 0,1 & 0,66 & 0,04 & 0,6 & 0,1 tabularnewline
  169. Xhline{0.8pt}
  170. end{tabular}
  171. end{threeparttable}
  172. end{table}
  173.  
  174. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement