Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. resizebox{linewidth}{!}{
  2. pgfplotstabletypeset[%
  3. begin table=begin{tabularx}{hsize},
  4. every first row/.append style={before row={%
  5. headerCSV \ hline
  6. endfirsthead%Continued on next page
  7. multicolumn{16}{c}%
  8. {textbf{Continued from previous page}} \
  9. hline
  10. headerCSV \ hline
  11. endhead
  12. hline
  13. multicolumn{16}{c}%
  14. {textbf{Continued on next page}} \
  15. endfoot
  16. hline
  17. multicolumn{16}{|r|}{{Concluded}} \
  18. hline
  19. endlastfoot
  20. }
  21. },%
  22. end table=end{tabularx},
  23. column type/.add={|}{},
  24. empty cells with={---},
  25. columns/Group/.style={string type, column type=|l},
  26. columns/Experiment/.style={string type, column type=|l},
  27. columns/Problem Space/.style={string replace={-9223372036854775808}{}, column type=|X}, % no Problem Space --> empty
  28. every head row/.style={%
  29. after row=hline,output empty row
  30. },
  31. columns={Group,Experiment,Problem Space,Samples,Iterations,Baseline,us/Iteration,Iterations/sec,Min (us),Mean (us),Max (us),Variance,Standard Deviation,Skewness,Kurtosis,Z Score},%
  32. /pgf/number format/fixed,
  33. /pgf/number format/precision=5,
  34. ]{data}
  35. }
  36.  
  37. [...]
  38. Overfull hbox (26.51349pt too wide) in paragraph at lines 54--54
  39. []|$OT1/cmr/m/n/12 500[]000$|
  40.  
  41. Overfull hbox (35.65228pt too wide) in paragraph at lines 54--54
  42. []|$OT1/cmr/m/n/12 1[]000[]000$|
  43.  
  44. Overfull hbox (319.06151pt too wide) in alignment at lines 54--54
  45. [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []
  46. ! Missing endgroup inserted.
  47. <inserted text>
  48. endgroup
  49. l.54 }
  50.  
  51. ! Missing } inserted.
  52. <inserted text>
  53. }
  54. l.54 }
  55.  
  56. ! Missing } inserted.
  57. <inserted text>
  58. }
  59. l.54 }
  60.  
  61. ! Missing endgroup inserted.
  62. <inserted text>
  63. endgroup
  64. l.54 }
  65.  
  66. ! Missing endgroup inserted.
  67. <inserted text>
  68. endgroup
  69. l.54 }
  70.  
  71. ! Missing endgroup inserted.
  72. <inserted text>
  73. endgroup
  74. l.54 }
  75.  
  76. ! Missing } inserted.
  77. <inserted text>
  78. }
  79. l.54 }
  80.  
  81. ! Undefined control sequence.
  82. <argument> @currentHref
  83.  
  84. l.54 }
  85.  
  86. ! Argument of LT@max@sel has an extra }.
  87. <inserted text>
  88. par
  89. l.54 }
  90.  
  91. Runaway argument?
  92. ! Paragraph ended before LT@max@sel was complete.
  93. <to be read again>
  94. par
  95. l.54 }
  96.  
  97. ! Extra }, or forgotten endgroup.
  98. TX@endtabularx ...ble the toks@ endlongtable }
  99. global TX@ftn expandaft...
  100. l.54 }
  101.  
  102. ! Extra }, or forgotten endgroup.
  103. TX@endtabularx ... }the TX@ftn ifnum 0=`{fi }
  104. end {tabularx} ifnum va...
  105. l.54 }
  106.  
  107.  
  108. ! LaTeX Error: begin{landscape} on input line 2 ended by end{tabularx}.
  109.  
  110. See the LaTeX manual or LaTeX Companion for explanation.
  111. Type H <return> for immediate help.
  112. ...
  113.  
  114. l.54 }
  115.  
  116. ! Too many }'s.
  117. @begin@tempboxa ...begingroup #2color@endgroup }
  118. def width {wd @tempbox...
  119. l.54 }
  120.  
  121.  
  122. ! Package graphics Error: Division by 0.
  123.  
  124. See the graphics package documentation for explanation.
  125. Type H <return> for immediate help.
  126. ...
  127.  
  128. l.54 }
  129.  
  130. ! Extra endgroup.
  131. Gscale@box@dd ...box @tempboxa }@end@tempboxa
  132.  
  133. l.54 }
  134.  
  135. )pdfTeX warning (ext4): destination with the same identifier (name{page.9}) has
  136. been already used, duplicate ignored
  137. <to be read again>
  138. relax
  139. l.9 end{landscape}
  140. [9]
  141. ! Extra endgroup.
  142. endlandscape ...ate 90} fi clearpage endgroup
  143. global @colht =textheig...
  144. l.9 end{landscape}
  145.  
  146.  
  147. ! LaTeX Error: begin{document} ended by end{landscape}.
  148.  
  149. See the LaTeX manual or LaTeX Companion for explanation.
  150. Type H <return> for immediate help.
  151. ...
  152.  
  153. l.9 end{landscape}
  154.  
  155. ! Extra endgroup.
  156. <recently read> endgroup
  157.  
  158. l.9 end{landscape}
  159.  
  160. ))
  161.  
  162. ! LaTeX Error: begin{document} ended by end{appendices}.
  163.  
  164. See the LaTeX manual or LaTeX Companion for explanation.
  165. Type H <return> for immediate help.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement