grnsight 6.0.4 → 6.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1197) hide show
  1. package/database/README.md +40 -16
  2. package/database/expression-database/README.md +2 -2
  3. package/database/expression-database/schema.sql +14 -14
  4. package/database/expression-database/scripts/loader.py +6 -6
  5. package/database/network-database/README.md +36 -4
  6. package/database/network-database/schema.sql +7 -7
  7. package/database/network-database/scripts/filter_genes.py +1 -1
  8. package/database/network-database/scripts/generate_network.py +1 -1
  9. package/database/network-database/scripts/generate_new_network_version.py +223 -0
  10. package/database/network-database/scripts/loader.py +3 -3
  11. package/database/network-database/scripts/loader_updates.py +99 -0
  12. package/package.json +2 -2
  13. package/server/controllers/custom-workbook-controller.js +4 -3
  14. package/server/dals/expression-dal.js +8 -7
  15. package/server/dals/network-dal.js +3 -3
  16. package/web-client/public/js/api/grnsight-api.js +56 -55
  17. package/web-client/public/js/generateNetwork.js +15 -7
  18. package/web-client/public/js/setup-load-and-import-handlers.js +171 -170
  19. package/web-client/public/js/upload.js +74 -95
  20. package/.bundle/config +0 -3
  21. package/GRNsight - Beta.html +0 -194
  22. package/Gemfile.lock +0 -259
  23. package/_gh_pages/about.html +0 -807
  24. package/_gh_pages/assets/css/bootstrap.min.css +0 -10
  25. package/_gh_pages/assets/css/footer.css +0 -3
  26. package/_gh_pages/assets/css/main.css +0 -363
  27. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_estimation_output_binary-no-targetless-genes_sif.png +0 -0
  28. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_estimation_output_binary_sif.png +0 -0
  29. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_3-edges-and-footer.png +0 -0
  30. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_header-and-3-nodes.png +0 -0
  31. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_output_3-edges-and-footer.png +0 -0
  32. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_output_header-and-3-nodes.png +0 -0
  33. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_binary-no-targetless-genes_sif.png +0 -0
  34. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_binary_sif.png +0 -0
  35. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_concatenated-no-targetless-genes_sif.png +0 -0
  36. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_concatenated_sif.png +0 -0
  37. package/_gh_pages/assets/images/Carrillo_Roque_LMU_Symposium_2015.pptx +0 -0
  38. package/_gh_pages/assets/images/Choe-Shin_CMSI402-poster-session_20180430.jpg +0 -0
  39. package/_gh_pages/assets/images/Choe_SCCUR_2017.jpg +0 -0
  40. package/_gh_pages/assets/images/Dahlquist-BMB-2015-Fig1.jpg +0 -0
  41. package/_gh_pages/assets/images/Dahlquist-BMB-2015-Fig8.jpg +0 -0
  42. package/_gh_pages/assets/images/Dahlquist-Choe-Shin_CMSI402-poster-session_20180430.jpg +0 -0
  43. package/_gh_pages/assets/images/Demo-3-auto-layout.jpg +0 -0
  44. package/_gh_pages/assets/images/Demo-3-paper-layout.jpg +0 -0
  45. package/_gh_pages/assets/images/Demo-4-auto-layout.jpg +0 -0
  46. package/_gh_pages/assets/images/Demo-4-paper-layout.jpg +0 -0
  47. package/_gh_pages/assets/images/Dionisio-Dahlquist_GRNsight-shades_20170506.jpg +0 -0
  48. package/_gh_pages/assets/images/GRNsight_logo_20140710_main.jpg +0 -0
  49. package/_gh_pages/assets/images/GRNsight_logo_20140710_main_resized.jpg +0 -0
  50. package/_gh_pages/assets/images/GRNsight_logo_20140710_rollover.jpg +0 -0
  51. package/_gh_pages/assets/images/GRNsight_logo_20140710_rollover_resized.jpg +0 -0
  52. package/_gh_pages/assets/images/Johnson_Williams_LMU_Symposium_2015.pptx +0 -0
  53. package/_gh_pages/assets/images/Klein_Samdarshi_TriBeta_2018_20180317.jpg +0 -0
  54. package/_gh_pages/assets/images/LMULogoHQ2.png +0 -0
  55. package/_gh_pages/assets/images/LMUSymposium_Group_20150321-2.jpg +0 -0
  56. package/_gh_pages/assets/images/LMUSymposium_Group_20150321-2_resized.jpg +0 -0
  57. package/_gh_pages/assets/images/Sample_network_optimized_weights_worksheet.jpg +0 -0
  58. package/_gh_pages/assets/images/Sample_network_worksheet.jpg +0 -0
  59. package/_gh_pages/assets/images/Shin_SCCUR_2017.jpg +0 -0
  60. package/_gh_pages/assets/images/demo-3_network-sheet.png +0 -0
  61. package/_gh_pages/assets/images/demo-4_network-optimized-weights-sheet.png +0 -0
  62. package/_gh_pages/assets/images/gene-pages-0.png +0 -0
  63. package/_gh_pages/assets/images/gene-pages-1.png +0 -0
  64. package/_gh_pages/assets/images/gene-pages-2.png +0 -0
  65. package/_gh_pages/assets/images/gene-pages-3.png +0 -0
  66. package/_gh_pages/assets/images/grnsight2020.png +0 -0
  67. package/_gh_pages/assets/images/lmu logo.gif +0 -0
  68. package/_gh_pages/assets/images/v3demo2-grid+nodecoloring.png +0 -0
  69. package/_gh_pages/assets/images/v3demo2-nodecoloring.png +0 -0
  70. package/_gh_pages/assets/images/v3demo2.png +0 -0
  71. package/_gh_pages/assets/js/ga-report.js +0 -35
  72. package/_gh_pages/assets/js/iframeResizer.min.js +0 -9
  73. package/_gh_pages/assets/js/main.js +0 -132
  74. package/_gh_pages/beta.html +0 -144
  75. package/_gh_pages/contact.html +0 -178
  76. package/_gh_pages/coverage/coverage.json +0 -1
  77. package/_gh_pages/coverage/coverage.raw.json +0 -1
  78. package/_gh_pages/coverage/lcov-report/base.css +0 -223
  79. package/_gh_pages/coverage/lcov-report/block-navigation.js +0 -63
  80. package/_gh_pages/coverage/lcov-report/controllers/additional-sheet-parser.js.html +0 -330
  81. package/_gh_pages/coverage/lcov-report/controllers/constants.js.html +0 -243
  82. package/_gh_pages/coverage/lcov-report/controllers/export-controller.js.html +0 -285
  83. package/_gh_pages/coverage/lcov-report/controllers/exporters/graphml.js.html +0 -405
  84. package/_gh_pages/coverage/lcov-report/controllers/exporters/index.html +0 -110
  85. package/_gh_pages/coverage/lcov-report/controllers/exporters/sif.js.html +0 -150
  86. package/_gh_pages/coverage/lcov-report/controllers/helpers.js.html +0 -114
  87. package/_gh_pages/coverage/lcov-report/controllers/import-controller.js.html +0 -233
  88. package/_gh_pages/coverage/lcov-report/controllers/importers/graphml.js.html +0 -716
  89. package/_gh_pages/coverage/lcov-report/controllers/importers/index.html +0 -106
  90. package/_gh_pages/coverage/lcov-report/controllers/importers/sif.js.html +0 -488
  91. package/_gh_pages/coverage/lcov-report/controllers/index.html +0 -162
  92. package/_gh_pages/coverage/lcov-report/controllers/semantic-checker.js.html +0 -810
  93. package/_gh_pages/coverage/lcov-report/controllers/spreadsheet-controller.js.html +0 -1779
  94. package/_gh_pages/coverage/lcov-report/index.html +0 -136
  95. package/_gh_pages/coverage/lcov-report/prettify.css +0 -1
  96. package/_gh_pages/coverage/lcov-report/prettify.js +0 -1
  97. package/_gh_pages/coverage/lcov-report/server/controllers/additional-sheet-parser.js.html +0 -330
  98. package/_gh_pages/coverage/lcov-report/server/controllers/constants.js.html +0 -243
  99. package/_gh_pages/coverage/lcov-report/server/controllers/export-controller.js.html +0 -285
  100. package/_gh_pages/coverage/lcov-report/server/controllers/exporters/graphml.js.html +0 -405
  101. package/_gh_pages/coverage/lcov-report/server/controllers/exporters/index.html +0 -110
  102. package/_gh_pages/coverage/lcov-report/server/controllers/exporters/sif.js.html +0 -150
  103. package/_gh_pages/coverage/lcov-report/server/controllers/graphml-constants.js.html +0 -585
  104. package/_gh_pages/coverage/lcov-report/server/controllers/helpers.js.html +0 -114
  105. package/_gh_pages/coverage/lcov-report/server/controllers/import-controller.js.html +0 -237
  106. package/_gh_pages/coverage/lcov-report/server/controllers/importers/graphml.js.html +0 -585
  107. package/_gh_pages/coverage/lcov-report/server/controllers/importers/index.html +0 -110
  108. package/_gh_pages/coverage/lcov-report/server/controllers/importers/sif.js.html +0 -492
  109. package/_gh_pages/coverage/lcov-report/server/controllers/index.html +0 -188
  110. package/_gh_pages/coverage/lcov-report/server/controllers/semantic-checker.js.html +0 -810
  111. package/_gh_pages/coverage/lcov-report/server/controllers/spreadsheet-controller.js.html +0 -1779
  112. package/_gh_pages/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  113. package/_gh_pages/coverage/lcov-report/sorter.js +0 -158
  114. package/_gh_pages/coverage/lcov-report/web-client/public/js/grnstate.js.html +0 -225
  115. package/_gh_pages/coverage/lcov-report/web-client/public/js/index.html +0 -97
  116. package/_gh_pages/coverage/lcov.info +0 -49
  117. package/_gh_pages/documentation.html +0 -1132
  118. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.aux +0 -47
  119. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.bbl +0 -73
  120. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.blg +0 -52
  121. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.log +0 -1056
  122. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.out +0 -7
  123. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.synctex.gz +0 -0
  124. package/_gh_pages/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_text-only_revised-Dondi.docx +0 -0
  125. package/_gh_pages/encryption/server.cert +0 -21
  126. package/_gh_pages/encryption/server.key +0 -28
  127. package/_gh_pages/favicon.ico +0 -0
  128. package/_gh_pages/googlea1a858c5bc91c87e.html +0 -1
  129. package/_gh_pages/index.html +0 -163
  130. package/_gh_pages/links.html +0 -177
  131. package/_gh_pages/news.html +0 -367
  132. package/_gh_pages/onlyfooter.html +0 -78
  133. package/_gh_pages/onlyheader.html +0 -64
  134. package/_gh_pages/onlysidebar.html +0 -73
  135. package/_gh_pages/package-lock.json +0 -14048
  136. package/_gh_pages/params.json +0 -1
  137. package/_gh_pages/people.html +0 -260
  138. package/_gh_pages/privacy.html +0 -147
  139. package/_gh_pages/publications.html +0 -378
  140. package/_gh_pages/robots.txt +0 -1
  141. package/_gh_pages/server/API Project-7d45e9f24a96.p12 +0 -0
  142. package/_gh_pages/server/grnmap.pem +0 -31
  143. package/_gh_pages/server/grnsight.pem +0 -19
  144. package/_gh_pages/sitemap.xml +0 -174
  145. package/_gh_pages/test-files/import-samples/attributes.graphml +0 -40
  146. package/_gh_pages/test-files/import-samples/port.graphml +0 -32
  147. package/_gh_pages/test-files/import-samples/simple.graphml +0 -31
  148. package/_gh_pages/web-client/public/js/grnsight.min.js +0 -2347
  149. package/_gh_pages/web-client/public/stylesheets/grnsight.css +0 -443
  150. package/coverage/coverage.json +0 -1
  151. package/coverage/coverage.raw.json +0 -1
  152. package/coverage/lcov-report/base.css +0 -223
  153. package/coverage/lcov-report/block-navigation.js +0 -63
  154. package/coverage/lcov-report/controllers/additional-sheet-parser.js.html +0 -330
  155. package/coverage/lcov-report/controllers/constants.js.html +0 -243
  156. package/coverage/lcov-report/controllers/export-controller.js.html +0 -285
  157. package/coverage/lcov-report/controllers/exporters/graphml.js.html +0 -405
  158. package/coverage/lcov-report/controllers/exporters/index.html +0 -110
  159. package/coverage/lcov-report/controllers/exporters/sif.js.html +0 -150
  160. package/coverage/lcov-report/controllers/helpers.js.html +0 -114
  161. package/coverage/lcov-report/controllers/import-controller.js.html +0 -233
  162. package/coverage/lcov-report/controllers/importers/graphml.js.html +0 -716
  163. package/coverage/lcov-report/controllers/importers/index.html +0 -106
  164. package/coverage/lcov-report/controllers/importers/sif.js.html +0 -488
  165. package/coverage/lcov-report/controllers/index.html +0 -162
  166. package/coverage/lcov-report/controllers/semantic-checker.js.html +0 -810
  167. package/coverage/lcov-report/controllers/spreadsheet-controller.js.html +0 -1779
  168. package/coverage/lcov-report/index.html +0 -136
  169. package/coverage/lcov-report/prettify.css +0 -1
  170. package/coverage/lcov-report/prettify.js +0 -1
  171. package/coverage/lcov-report/server/controllers/additional-sheet-parser.js.html +0 -330
  172. package/coverage/lcov-report/server/controllers/constants.js.html +0 -243
  173. package/coverage/lcov-report/server/controllers/export-controller.js.html +0 -285
  174. package/coverage/lcov-report/server/controllers/exporters/graphml.js.html +0 -405
  175. package/coverage/lcov-report/server/controllers/exporters/index.html +0 -110
  176. package/coverage/lcov-report/server/controllers/exporters/sif.js.html +0 -150
  177. package/coverage/lcov-report/server/controllers/graphml-constants.js.html +0 -585
  178. package/coverage/lcov-report/server/controllers/helpers.js.html +0 -114
  179. package/coverage/lcov-report/server/controllers/import-controller.js.html +0 -237
  180. package/coverage/lcov-report/server/controllers/importers/graphml.js.html +0 -585
  181. package/coverage/lcov-report/server/controllers/importers/index.html +0 -110
  182. package/coverage/lcov-report/server/controllers/importers/sif.js.html +0 -492
  183. package/coverage/lcov-report/server/controllers/index.html +0 -188
  184. package/coverage/lcov-report/server/controllers/semantic-checker.js.html +0 -810
  185. package/coverage/lcov-report/server/controllers/spreadsheet-controller.js.html +0 -1779
  186. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  187. package/coverage/lcov-report/sorter.js +0 -158
  188. package/coverage/lcov-report/web-client/public/js/grnstate.js.html +0 -225
  189. package/coverage/lcov-report/web-client/public/js/index.html +0 -97
  190. package/coverage/lcov.info +0 -1952
  191. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.aux +0 -47
  192. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.bbl +0 -73
  193. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.blg +0 -52
  194. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.log +0 -1056
  195. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.out +0 -7
  196. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.synctex.gz +0 -0
  197. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_text-only_revised-Dondi.docx +0 -0
  198. package/encryption/server.cert +0 -21
  199. package/encryption/server.key +0 -28
  200. package/gdb/PG_VERSION +0 -1
  201. package/gdb/base/1/112 +0 -0
  202. package/gdb/base/1/113 +0 -0
  203. package/gdb/base/1/1247 +0 -0
  204. package/gdb/base/1/1247_fsm +0 -0
  205. package/gdb/base/1/1247_vm +0 -0
  206. package/gdb/base/1/1249 +0 -0
  207. package/gdb/base/1/1249_fsm +0 -0
  208. package/gdb/base/1/1249_vm +0 -0
  209. package/gdb/base/1/1255 +0 -0
  210. package/gdb/base/1/1255_fsm +0 -0
  211. package/gdb/base/1/1255_vm +0 -0
  212. package/gdb/base/1/1259 +0 -0
  213. package/gdb/base/1/1259_fsm +0 -0
  214. package/gdb/base/1/1259_vm +0 -0
  215. package/gdb/base/1/13852 +0 -0
  216. package/gdb/base/1/13852_fsm +0 -0
  217. package/gdb/base/1/13852_vm +0 -0
  218. package/gdb/base/1/13855 +0 -0
  219. package/gdb/base/1/13856 +0 -0
  220. package/gdb/base/1/13857 +0 -0
  221. package/gdb/base/1/13857_fsm +0 -0
  222. package/gdb/base/1/13857_vm +0 -0
  223. package/gdb/base/1/13860 +0 -0
  224. package/gdb/base/1/13861 +0 -0
  225. package/gdb/base/1/13862 +0 -0
  226. package/gdb/base/1/13862_fsm +0 -0
  227. package/gdb/base/1/13862_vm +0 -0
  228. package/gdb/base/1/13865 +0 -0
  229. package/gdb/base/1/13866 +0 -0
  230. package/gdb/base/1/13867 +0 -0
  231. package/gdb/base/1/13867_fsm +0 -0
  232. package/gdb/base/1/13867_vm +0 -0
  233. package/gdb/base/1/13870 +0 -0
  234. package/gdb/base/1/13871 +0 -0
  235. package/gdb/base/1/1417 +0 -0
  236. package/gdb/base/1/1418 +0 -0
  237. package/gdb/base/1/174 +0 -0
  238. package/gdb/base/1/175 +0 -0
  239. package/gdb/base/1/2187 +0 -0
  240. package/gdb/base/1/2224 +0 -0
  241. package/gdb/base/1/2228 +0 -0
  242. package/gdb/base/1/2328 +0 -0
  243. package/gdb/base/1/2336 +0 -0
  244. package/gdb/base/1/2337 +0 -0
  245. package/gdb/base/1/2579 +0 -0
  246. package/gdb/base/1/2600 +0 -0
  247. package/gdb/base/1/2600_fsm +0 -0
  248. package/gdb/base/1/2600_vm +0 -0
  249. package/gdb/base/1/2601 +0 -0
  250. package/gdb/base/1/2601_fsm +0 -0
  251. package/gdb/base/1/2601_vm +0 -0
  252. package/gdb/base/1/2602 +0 -0
  253. package/gdb/base/1/2602_fsm +0 -0
  254. package/gdb/base/1/2602_vm +0 -0
  255. package/gdb/base/1/2603 +0 -0
  256. package/gdb/base/1/2603_fsm +0 -0
  257. package/gdb/base/1/2603_vm +0 -0
  258. package/gdb/base/1/2604 +0 -0
  259. package/gdb/base/1/2605 +0 -0
  260. package/gdb/base/1/2605_fsm +0 -0
  261. package/gdb/base/1/2605_vm +0 -0
  262. package/gdb/base/1/2606 +0 -0
  263. package/gdb/base/1/2606_fsm +0 -0
  264. package/gdb/base/1/2606_vm +0 -0
  265. package/gdb/base/1/2607 +0 -0
  266. package/gdb/base/1/2607_fsm +0 -0
  267. package/gdb/base/1/2607_vm +0 -0
  268. package/gdb/base/1/2608 +0 -0
  269. package/gdb/base/1/2608_fsm +0 -0
  270. package/gdb/base/1/2608_vm +0 -0
  271. package/gdb/base/1/2609 +0 -0
  272. package/gdb/base/1/2609_fsm +0 -0
  273. package/gdb/base/1/2609_vm +0 -0
  274. package/gdb/base/1/2610 +0 -0
  275. package/gdb/base/1/2610_fsm +0 -0
  276. package/gdb/base/1/2610_vm +0 -0
  277. package/gdb/base/1/2611 +0 -0
  278. package/gdb/base/1/2612 +0 -0
  279. package/gdb/base/1/2612_fsm +0 -0
  280. package/gdb/base/1/2612_vm +0 -0
  281. package/gdb/base/1/2613 +0 -0
  282. package/gdb/base/1/2615 +0 -0
  283. package/gdb/base/1/2615_fsm +0 -0
  284. package/gdb/base/1/2615_vm +0 -0
  285. package/gdb/base/1/2616 +0 -0
  286. package/gdb/base/1/2616_fsm +0 -0
  287. package/gdb/base/1/2616_vm +0 -0
  288. package/gdb/base/1/2617 +0 -0
  289. package/gdb/base/1/2617_fsm +0 -0
  290. package/gdb/base/1/2617_vm +0 -0
  291. package/gdb/base/1/2618 +0 -0
  292. package/gdb/base/1/2618_fsm +0 -0
  293. package/gdb/base/1/2618_vm +0 -0
  294. package/gdb/base/1/2619 +0 -0
  295. package/gdb/base/1/2619_fsm +0 -0
  296. package/gdb/base/1/2619_vm +0 -0
  297. package/gdb/base/1/2620 +0 -0
  298. package/gdb/base/1/2650 +0 -0
  299. package/gdb/base/1/2651 +0 -0
  300. package/gdb/base/1/2652 +0 -0
  301. package/gdb/base/1/2653 +0 -0
  302. package/gdb/base/1/2654 +0 -0
  303. package/gdb/base/1/2655 +0 -0
  304. package/gdb/base/1/2656 +0 -0
  305. package/gdb/base/1/2657 +0 -0
  306. package/gdb/base/1/2658 +0 -0
  307. package/gdb/base/1/2659 +0 -0
  308. package/gdb/base/1/2660 +0 -0
  309. package/gdb/base/1/2661 +0 -0
  310. package/gdb/base/1/2662 +0 -0
  311. package/gdb/base/1/2663 +0 -0
  312. package/gdb/base/1/2664 +0 -0
  313. package/gdb/base/1/2665 +0 -0
  314. package/gdb/base/1/2666 +0 -0
  315. package/gdb/base/1/2667 +0 -0
  316. package/gdb/base/1/2668 +0 -0
  317. package/gdb/base/1/2669 +0 -0
  318. package/gdb/base/1/2670 +0 -0
  319. package/gdb/base/1/2673 +0 -0
  320. package/gdb/base/1/2673_fsm +0 -0
  321. package/gdb/base/1/2674 +0 -0
  322. package/gdb/base/1/2674_fsm +0 -0
  323. package/gdb/base/1/2675 +0 -0
  324. package/gdb/base/1/2678 +0 -0
  325. package/gdb/base/1/2679 +0 -0
  326. package/gdb/base/1/2680 +0 -0
  327. package/gdb/base/1/2681 +0 -0
  328. package/gdb/base/1/2682 +0 -0
  329. package/gdb/base/1/2683 +0 -0
  330. package/gdb/base/1/2684 +0 -0
  331. package/gdb/base/1/2685 +0 -0
  332. package/gdb/base/1/2686 +0 -0
  333. package/gdb/base/1/2687 +0 -0
  334. package/gdb/base/1/2688 +0 -0
  335. package/gdb/base/1/2689 +0 -0
  336. package/gdb/base/1/2690 +0 -0
  337. package/gdb/base/1/2691 +0 -0
  338. package/gdb/base/1/2692 +0 -0
  339. package/gdb/base/1/2693 +0 -0
  340. package/gdb/base/1/2696 +0 -0
  341. package/gdb/base/1/2699 +0 -0
  342. package/gdb/base/1/2701 +0 -0
  343. package/gdb/base/1/2702 +0 -0
  344. package/gdb/base/1/2703 +0 -0
  345. package/gdb/base/1/2704 +0 -0
  346. package/gdb/base/1/2753 +0 -0
  347. package/gdb/base/1/2753_fsm +0 -0
  348. package/gdb/base/1/2753_vm +0 -0
  349. package/gdb/base/1/2754 +0 -0
  350. package/gdb/base/1/2755 +0 -0
  351. package/gdb/base/1/2756 +0 -0
  352. package/gdb/base/1/2757 +0 -0
  353. package/gdb/base/1/2830 +0 -0
  354. package/gdb/base/1/2831 +0 -0
  355. package/gdb/base/1/2832 +0 -0
  356. package/gdb/base/1/2833 +0 -0
  357. package/gdb/base/1/2834 +0 -0
  358. package/gdb/base/1/2835 +0 -0
  359. package/gdb/base/1/2836 +0 -0
  360. package/gdb/base/1/2836_fsm +0 -0
  361. package/gdb/base/1/2836_vm +0 -0
  362. package/gdb/base/1/2837 +0 -0
  363. package/gdb/base/1/2838 +0 -0
  364. package/gdb/base/1/2838_fsm +0 -0
  365. package/gdb/base/1/2838_vm +0 -0
  366. package/gdb/base/1/2839 +0 -0
  367. package/gdb/base/1/2840 +0 -0
  368. package/gdb/base/1/2840_fsm +0 -0
  369. package/gdb/base/1/2840_vm +0 -0
  370. package/gdb/base/1/2841 +0 -0
  371. package/gdb/base/1/2995 +0 -0
  372. package/gdb/base/1/2996 +0 -0
  373. package/gdb/base/1/3079 +0 -0
  374. package/gdb/base/1/3079_fsm +0 -0
  375. package/gdb/base/1/3079_vm +0 -0
  376. package/gdb/base/1/3080 +0 -0
  377. package/gdb/base/1/3081 +0 -0
  378. package/gdb/base/1/3085 +0 -0
  379. package/gdb/base/1/3118 +0 -0
  380. package/gdb/base/1/3119 +0 -0
  381. package/gdb/base/1/3164 +0 -0
  382. package/gdb/base/1/3256 +0 -0
  383. package/gdb/base/1/3257 +0 -0
  384. package/gdb/base/1/3258 +0 -0
  385. package/gdb/base/1/3350 +0 -0
  386. package/gdb/base/1/3351 +0 -0
  387. package/gdb/base/1/3379 +0 -0
  388. package/gdb/base/1/3380 +0 -0
  389. package/gdb/base/1/3381 +0 -0
  390. package/gdb/base/1/3394 +0 -0
  391. package/gdb/base/1/3394_fsm +0 -0
  392. package/gdb/base/1/3394_vm +0 -0
  393. package/gdb/base/1/3395 +0 -0
  394. package/gdb/base/1/3429 +0 -0
  395. package/gdb/base/1/3430 +0 -0
  396. package/gdb/base/1/3431 +0 -0
  397. package/gdb/base/1/3433 +0 -0
  398. package/gdb/base/1/3439 +0 -0
  399. package/gdb/base/1/3440 +0 -0
  400. package/gdb/base/1/3455 +0 -0
  401. package/gdb/base/1/3456 +0 -0
  402. package/gdb/base/1/3456_fsm +0 -0
  403. package/gdb/base/1/3456_vm +0 -0
  404. package/gdb/base/1/3466 +0 -0
  405. package/gdb/base/1/3467 +0 -0
  406. package/gdb/base/1/3468 +0 -0
  407. package/gdb/base/1/3501 +0 -0
  408. package/gdb/base/1/3502 +0 -0
  409. package/gdb/base/1/3503 +0 -0
  410. package/gdb/base/1/3534 +0 -0
  411. package/gdb/base/1/3541 +0 -0
  412. package/gdb/base/1/3541_fsm +0 -0
  413. package/gdb/base/1/3541_vm +0 -0
  414. package/gdb/base/1/3542 +0 -0
  415. package/gdb/base/1/3574 +0 -0
  416. package/gdb/base/1/3575 +0 -0
  417. package/gdb/base/1/3576 +0 -0
  418. package/gdb/base/1/3596 +0 -0
  419. package/gdb/base/1/3597 +0 -0
  420. package/gdb/base/1/3598 +0 -0
  421. package/gdb/base/1/3599 +0 -0
  422. package/gdb/base/1/3600 +0 -0
  423. package/gdb/base/1/3600_fsm +0 -0
  424. package/gdb/base/1/3600_vm +0 -0
  425. package/gdb/base/1/3601 +0 -0
  426. package/gdb/base/1/3601_fsm +0 -0
  427. package/gdb/base/1/3601_vm +0 -0
  428. package/gdb/base/1/3602 +0 -0
  429. package/gdb/base/1/3602_fsm +0 -0
  430. package/gdb/base/1/3602_vm +0 -0
  431. package/gdb/base/1/3603 +0 -0
  432. package/gdb/base/1/3603_fsm +0 -0
  433. package/gdb/base/1/3603_vm +0 -0
  434. package/gdb/base/1/3604 +0 -0
  435. package/gdb/base/1/3605 +0 -0
  436. package/gdb/base/1/3606 +0 -0
  437. package/gdb/base/1/3607 +0 -0
  438. package/gdb/base/1/3608 +0 -0
  439. package/gdb/base/1/3609 +0 -0
  440. package/gdb/base/1/3712 +0 -0
  441. package/gdb/base/1/3764 +0 -0
  442. package/gdb/base/1/3764_fsm +0 -0
  443. package/gdb/base/1/3764_vm +0 -0
  444. package/gdb/base/1/3766 +0 -0
  445. package/gdb/base/1/3767 +0 -0
  446. package/gdb/base/1/3997 +0 -0
  447. package/gdb/base/1/4143 +0 -0
  448. package/gdb/base/1/4144 +0 -0
  449. package/gdb/base/1/4145 +0 -0
  450. package/gdb/base/1/4146 +0 -0
  451. package/gdb/base/1/4147 +0 -0
  452. package/gdb/base/1/4148 +0 -0
  453. package/gdb/base/1/4149 +0 -0
  454. package/gdb/base/1/4150 +0 -0
  455. package/gdb/base/1/4151 +0 -0
  456. package/gdb/base/1/4152 +0 -0
  457. package/gdb/base/1/4153 +0 -0
  458. package/gdb/base/1/4154 +0 -0
  459. package/gdb/base/1/4155 +0 -0
  460. package/gdb/base/1/4156 +0 -0
  461. package/gdb/base/1/4157 +0 -0
  462. package/gdb/base/1/4158 +0 -0
  463. package/gdb/base/1/4159 +0 -0
  464. package/gdb/base/1/4160 +0 -0
  465. package/gdb/base/1/4163 +0 -0
  466. package/gdb/base/1/4164 +0 -0
  467. package/gdb/base/1/4165 +0 -0
  468. package/gdb/base/1/4166 +0 -0
  469. package/gdb/base/1/4167 +0 -0
  470. package/gdb/base/1/4168 +0 -0
  471. package/gdb/base/1/4169 +0 -0
  472. package/gdb/base/1/4170 +0 -0
  473. package/gdb/base/1/4171 +0 -0
  474. package/gdb/base/1/4172 +0 -0
  475. package/gdb/base/1/4173 +0 -0
  476. package/gdb/base/1/4174 +0 -0
  477. package/gdb/base/1/5002 +0 -0
  478. package/gdb/base/1/548 +0 -0
  479. package/gdb/base/1/549 +0 -0
  480. package/gdb/base/1/6102 +0 -0
  481. package/gdb/base/1/6104 +0 -0
  482. package/gdb/base/1/6106 +0 -0
  483. package/gdb/base/1/6110 +0 -0
  484. package/gdb/base/1/6111 +0 -0
  485. package/gdb/base/1/6112 +0 -0
  486. package/gdb/base/1/6113 +0 -0
  487. package/gdb/base/1/6117 +0 -0
  488. package/gdb/base/1/6175 +0 -0
  489. package/gdb/base/1/6176 +0 -0
  490. package/gdb/base/1/826 +0 -0
  491. package/gdb/base/1/827 +0 -0
  492. package/gdb/base/1/828 +0 -0
  493. package/gdb/base/1/PG_VERSION +0 -1
  494. package/gdb/base/1/pg_filenode.map +0 -0
  495. package/gdb/base/14033/112 +0 -0
  496. package/gdb/base/14033/113 +0 -0
  497. package/gdb/base/14033/1247 +0 -0
  498. package/gdb/base/14033/1247_fsm +0 -0
  499. package/gdb/base/14033/1247_vm +0 -0
  500. package/gdb/base/14033/1249 +0 -0
  501. package/gdb/base/14033/1249_fsm +0 -0
  502. package/gdb/base/14033/1249_vm +0 -0
  503. package/gdb/base/14033/1255 +0 -0
  504. package/gdb/base/14033/1255_fsm +0 -0
  505. package/gdb/base/14033/1255_vm +0 -0
  506. package/gdb/base/14033/1259 +0 -0
  507. package/gdb/base/14033/1259_fsm +0 -0
  508. package/gdb/base/14033/1259_vm +0 -0
  509. package/gdb/base/14033/13852 +0 -0
  510. package/gdb/base/14033/13852_fsm +0 -0
  511. package/gdb/base/14033/13852_vm +0 -0
  512. package/gdb/base/14033/13855 +0 -0
  513. package/gdb/base/14033/13856 +0 -0
  514. package/gdb/base/14033/13857 +0 -0
  515. package/gdb/base/14033/13857_fsm +0 -0
  516. package/gdb/base/14033/13857_vm +0 -0
  517. package/gdb/base/14033/13860 +0 -0
  518. package/gdb/base/14033/13861 +0 -0
  519. package/gdb/base/14033/13862 +0 -0
  520. package/gdb/base/14033/13862_fsm +0 -0
  521. package/gdb/base/14033/13862_vm +0 -0
  522. package/gdb/base/14033/13865 +0 -0
  523. package/gdb/base/14033/13866 +0 -0
  524. package/gdb/base/14033/13867 +0 -0
  525. package/gdb/base/14033/13867_fsm +0 -0
  526. package/gdb/base/14033/13867_vm +0 -0
  527. package/gdb/base/14033/13870 +0 -0
  528. package/gdb/base/14033/13871 +0 -0
  529. package/gdb/base/14033/1417 +0 -0
  530. package/gdb/base/14033/1418 +0 -0
  531. package/gdb/base/14033/174 +0 -0
  532. package/gdb/base/14033/175 +0 -0
  533. package/gdb/base/14033/2187 +0 -0
  534. package/gdb/base/14033/2224 +0 -0
  535. package/gdb/base/14033/2228 +0 -0
  536. package/gdb/base/14033/2328 +0 -0
  537. package/gdb/base/14033/2336 +0 -0
  538. package/gdb/base/14033/2337 +0 -0
  539. package/gdb/base/14033/2579 +0 -0
  540. package/gdb/base/14033/2600 +0 -0
  541. package/gdb/base/14033/2600_fsm +0 -0
  542. package/gdb/base/14033/2600_vm +0 -0
  543. package/gdb/base/14033/2601 +0 -0
  544. package/gdb/base/14033/2601_fsm +0 -0
  545. package/gdb/base/14033/2601_vm +0 -0
  546. package/gdb/base/14033/2602 +0 -0
  547. package/gdb/base/14033/2602_fsm +0 -0
  548. package/gdb/base/14033/2602_vm +0 -0
  549. package/gdb/base/14033/2603 +0 -0
  550. package/gdb/base/14033/2603_fsm +0 -0
  551. package/gdb/base/14033/2603_vm +0 -0
  552. package/gdb/base/14033/2604 +0 -0
  553. package/gdb/base/14033/2605 +0 -0
  554. package/gdb/base/14033/2605_fsm +0 -0
  555. package/gdb/base/14033/2605_vm +0 -0
  556. package/gdb/base/14033/2606 +0 -0
  557. package/gdb/base/14033/2606_fsm +0 -0
  558. package/gdb/base/14033/2606_vm +0 -0
  559. package/gdb/base/14033/2607 +0 -0
  560. package/gdb/base/14033/2607_fsm +0 -0
  561. package/gdb/base/14033/2607_vm +0 -0
  562. package/gdb/base/14033/2608 +0 -0
  563. package/gdb/base/14033/2608_fsm +0 -0
  564. package/gdb/base/14033/2608_vm +0 -0
  565. package/gdb/base/14033/2609 +0 -0
  566. package/gdb/base/14033/2609_fsm +0 -0
  567. package/gdb/base/14033/2609_vm +0 -0
  568. package/gdb/base/14033/2610 +0 -0
  569. package/gdb/base/14033/2610_fsm +0 -0
  570. package/gdb/base/14033/2610_vm +0 -0
  571. package/gdb/base/14033/2611 +0 -0
  572. package/gdb/base/14033/2612 +0 -0
  573. package/gdb/base/14033/2612_fsm +0 -0
  574. package/gdb/base/14033/2612_vm +0 -0
  575. package/gdb/base/14033/2613 +0 -0
  576. package/gdb/base/14033/2615 +0 -0
  577. package/gdb/base/14033/2615_fsm +0 -0
  578. package/gdb/base/14033/2615_vm +0 -0
  579. package/gdb/base/14033/2616 +0 -0
  580. package/gdb/base/14033/2616_fsm +0 -0
  581. package/gdb/base/14033/2616_vm +0 -0
  582. package/gdb/base/14033/2617 +0 -0
  583. package/gdb/base/14033/2617_fsm +0 -0
  584. package/gdb/base/14033/2617_vm +0 -0
  585. package/gdb/base/14033/2618 +0 -0
  586. package/gdb/base/14033/2618_fsm +0 -0
  587. package/gdb/base/14033/2618_vm +0 -0
  588. package/gdb/base/14033/2619 +0 -0
  589. package/gdb/base/14033/2619_fsm +0 -0
  590. package/gdb/base/14033/2619_vm +0 -0
  591. package/gdb/base/14033/2620 +0 -0
  592. package/gdb/base/14033/2650 +0 -0
  593. package/gdb/base/14033/2651 +0 -0
  594. package/gdb/base/14033/2652 +0 -0
  595. package/gdb/base/14033/2653 +0 -0
  596. package/gdb/base/14033/2654 +0 -0
  597. package/gdb/base/14033/2655 +0 -0
  598. package/gdb/base/14033/2656 +0 -0
  599. package/gdb/base/14033/2657 +0 -0
  600. package/gdb/base/14033/2658 +0 -0
  601. package/gdb/base/14033/2659 +0 -0
  602. package/gdb/base/14033/2660 +0 -0
  603. package/gdb/base/14033/2661 +0 -0
  604. package/gdb/base/14033/2662 +0 -0
  605. package/gdb/base/14033/2663 +0 -0
  606. package/gdb/base/14033/2664 +0 -0
  607. package/gdb/base/14033/2665 +0 -0
  608. package/gdb/base/14033/2666 +0 -0
  609. package/gdb/base/14033/2667 +0 -0
  610. package/gdb/base/14033/2668 +0 -0
  611. package/gdb/base/14033/2669 +0 -0
  612. package/gdb/base/14033/2670 +0 -0
  613. package/gdb/base/14033/2673 +0 -0
  614. package/gdb/base/14033/2673_fsm +0 -0
  615. package/gdb/base/14033/2674 +0 -0
  616. package/gdb/base/14033/2674_fsm +0 -0
  617. package/gdb/base/14033/2675 +0 -0
  618. package/gdb/base/14033/2678 +0 -0
  619. package/gdb/base/14033/2679 +0 -0
  620. package/gdb/base/14033/2680 +0 -0
  621. package/gdb/base/14033/2681 +0 -0
  622. package/gdb/base/14033/2682 +0 -0
  623. package/gdb/base/14033/2683 +0 -0
  624. package/gdb/base/14033/2684 +0 -0
  625. package/gdb/base/14033/2685 +0 -0
  626. package/gdb/base/14033/2686 +0 -0
  627. package/gdb/base/14033/2687 +0 -0
  628. package/gdb/base/14033/2688 +0 -0
  629. package/gdb/base/14033/2689 +0 -0
  630. package/gdb/base/14033/2690 +0 -0
  631. package/gdb/base/14033/2691 +0 -0
  632. package/gdb/base/14033/2692 +0 -0
  633. package/gdb/base/14033/2693 +0 -0
  634. package/gdb/base/14033/2696 +0 -0
  635. package/gdb/base/14033/2699 +0 -0
  636. package/gdb/base/14033/2701 +0 -0
  637. package/gdb/base/14033/2702 +0 -0
  638. package/gdb/base/14033/2703 +0 -0
  639. package/gdb/base/14033/2704 +0 -0
  640. package/gdb/base/14033/2753 +0 -0
  641. package/gdb/base/14033/2753_fsm +0 -0
  642. package/gdb/base/14033/2753_vm +0 -0
  643. package/gdb/base/14033/2754 +0 -0
  644. package/gdb/base/14033/2755 +0 -0
  645. package/gdb/base/14033/2756 +0 -0
  646. package/gdb/base/14033/2757 +0 -0
  647. package/gdb/base/14033/2830 +0 -0
  648. package/gdb/base/14033/2831 +0 -0
  649. package/gdb/base/14033/2832 +0 -0
  650. package/gdb/base/14033/2833 +0 -0
  651. package/gdb/base/14033/2834 +0 -0
  652. package/gdb/base/14033/2835 +0 -0
  653. package/gdb/base/14033/2836 +0 -0
  654. package/gdb/base/14033/2836_fsm +0 -0
  655. package/gdb/base/14033/2836_vm +0 -0
  656. package/gdb/base/14033/2837 +0 -0
  657. package/gdb/base/14033/2838 +0 -0
  658. package/gdb/base/14033/2838_fsm +0 -0
  659. package/gdb/base/14033/2838_vm +0 -0
  660. package/gdb/base/14033/2839 +0 -0
  661. package/gdb/base/14033/2840 +0 -0
  662. package/gdb/base/14033/2840_fsm +0 -0
  663. package/gdb/base/14033/2840_vm +0 -0
  664. package/gdb/base/14033/2841 +0 -0
  665. package/gdb/base/14033/2995 +0 -0
  666. package/gdb/base/14033/2996 +0 -0
  667. package/gdb/base/14033/3079 +0 -0
  668. package/gdb/base/14033/3079_fsm +0 -0
  669. package/gdb/base/14033/3079_vm +0 -0
  670. package/gdb/base/14033/3080 +0 -0
  671. package/gdb/base/14033/3081 +0 -0
  672. package/gdb/base/14033/3085 +0 -0
  673. package/gdb/base/14033/3118 +0 -0
  674. package/gdb/base/14033/3119 +0 -0
  675. package/gdb/base/14033/3164 +0 -0
  676. package/gdb/base/14033/3256 +0 -0
  677. package/gdb/base/14033/3257 +0 -0
  678. package/gdb/base/14033/3258 +0 -0
  679. package/gdb/base/14033/3350 +0 -0
  680. package/gdb/base/14033/3351 +0 -0
  681. package/gdb/base/14033/3379 +0 -0
  682. package/gdb/base/14033/3380 +0 -0
  683. package/gdb/base/14033/3381 +0 -0
  684. package/gdb/base/14033/3394 +0 -0
  685. package/gdb/base/14033/3394_fsm +0 -0
  686. package/gdb/base/14033/3394_vm +0 -0
  687. package/gdb/base/14033/3395 +0 -0
  688. package/gdb/base/14033/3429 +0 -0
  689. package/gdb/base/14033/3430 +0 -0
  690. package/gdb/base/14033/3431 +0 -0
  691. package/gdb/base/14033/3433 +0 -0
  692. package/gdb/base/14033/3439 +0 -0
  693. package/gdb/base/14033/3440 +0 -0
  694. package/gdb/base/14033/3455 +0 -0
  695. package/gdb/base/14033/3456 +0 -0
  696. package/gdb/base/14033/3456_fsm +0 -0
  697. package/gdb/base/14033/3456_vm +0 -0
  698. package/gdb/base/14033/3466 +0 -0
  699. package/gdb/base/14033/3467 +0 -0
  700. package/gdb/base/14033/3468 +0 -0
  701. package/gdb/base/14033/3501 +0 -0
  702. package/gdb/base/14033/3502 +0 -0
  703. package/gdb/base/14033/3503 +0 -0
  704. package/gdb/base/14033/3534 +0 -0
  705. package/gdb/base/14033/3541 +0 -0
  706. package/gdb/base/14033/3541_fsm +0 -0
  707. package/gdb/base/14033/3541_vm +0 -0
  708. package/gdb/base/14033/3542 +0 -0
  709. package/gdb/base/14033/3574 +0 -0
  710. package/gdb/base/14033/3575 +0 -0
  711. package/gdb/base/14033/3576 +0 -0
  712. package/gdb/base/14033/3596 +0 -0
  713. package/gdb/base/14033/3597 +0 -0
  714. package/gdb/base/14033/3598 +0 -0
  715. package/gdb/base/14033/3599 +0 -0
  716. package/gdb/base/14033/3600 +0 -0
  717. package/gdb/base/14033/3600_fsm +0 -0
  718. package/gdb/base/14033/3600_vm +0 -0
  719. package/gdb/base/14033/3601 +0 -0
  720. package/gdb/base/14033/3601_fsm +0 -0
  721. package/gdb/base/14033/3601_vm +0 -0
  722. package/gdb/base/14033/3602 +0 -0
  723. package/gdb/base/14033/3602_fsm +0 -0
  724. package/gdb/base/14033/3602_vm +0 -0
  725. package/gdb/base/14033/3603 +0 -0
  726. package/gdb/base/14033/3603_fsm +0 -0
  727. package/gdb/base/14033/3603_vm +0 -0
  728. package/gdb/base/14033/3604 +0 -0
  729. package/gdb/base/14033/3605 +0 -0
  730. package/gdb/base/14033/3606 +0 -0
  731. package/gdb/base/14033/3607 +0 -0
  732. package/gdb/base/14033/3608 +0 -0
  733. package/gdb/base/14033/3609 +0 -0
  734. package/gdb/base/14033/3712 +0 -0
  735. package/gdb/base/14033/3764 +0 -0
  736. package/gdb/base/14033/3764_fsm +0 -0
  737. package/gdb/base/14033/3764_vm +0 -0
  738. package/gdb/base/14033/3766 +0 -0
  739. package/gdb/base/14033/3767 +0 -0
  740. package/gdb/base/14033/3997 +0 -0
  741. package/gdb/base/14033/4143 +0 -0
  742. package/gdb/base/14033/4144 +0 -0
  743. package/gdb/base/14033/4145 +0 -0
  744. package/gdb/base/14033/4146 +0 -0
  745. package/gdb/base/14033/4147 +0 -0
  746. package/gdb/base/14033/4148 +0 -0
  747. package/gdb/base/14033/4149 +0 -0
  748. package/gdb/base/14033/4150 +0 -0
  749. package/gdb/base/14033/4151 +0 -0
  750. package/gdb/base/14033/4152 +0 -0
  751. package/gdb/base/14033/4153 +0 -0
  752. package/gdb/base/14033/4154 +0 -0
  753. package/gdb/base/14033/4155 +0 -0
  754. package/gdb/base/14033/4156 +0 -0
  755. package/gdb/base/14033/4157 +0 -0
  756. package/gdb/base/14033/4158 +0 -0
  757. package/gdb/base/14033/4159 +0 -0
  758. package/gdb/base/14033/4160 +0 -0
  759. package/gdb/base/14033/4163 +0 -0
  760. package/gdb/base/14033/4164 +0 -0
  761. package/gdb/base/14033/4165 +0 -0
  762. package/gdb/base/14033/4166 +0 -0
  763. package/gdb/base/14033/4167 +0 -0
  764. package/gdb/base/14033/4168 +0 -0
  765. package/gdb/base/14033/4169 +0 -0
  766. package/gdb/base/14033/4170 +0 -0
  767. package/gdb/base/14033/4171 +0 -0
  768. package/gdb/base/14033/4172 +0 -0
  769. package/gdb/base/14033/4173 +0 -0
  770. package/gdb/base/14033/4174 +0 -0
  771. package/gdb/base/14033/5002 +0 -0
  772. package/gdb/base/14033/548 +0 -0
  773. package/gdb/base/14033/549 +0 -0
  774. package/gdb/base/14033/6102 +0 -0
  775. package/gdb/base/14033/6104 +0 -0
  776. package/gdb/base/14033/6106 +0 -0
  777. package/gdb/base/14033/6110 +0 -0
  778. package/gdb/base/14033/6111 +0 -0
  779. package/gdb/base/14033/6112 +0 -0
  780. package/gdb/base/14033/6113 +0 -0
  781. package/gdb/base/14033/6117 +0 -0
  782. package/gdb/base/14033/6175 +0 -0
  783. package/gdb/base/14033/6176 +0 -0
  784. package/gdb/base/14033/826 +0 -0
  785. package/gdb/base/14033/827 +0 -0
  786. package/gdb/base/14033/828 +0 -0
  787. package/gdb/base/14033/PG_VERSION +0 -1
  788. package/gdb/base/14033/pg_filenode.map +0 -0
  789. package/gdb/base/14034/112 +0 -0
  790. package/gdb/base/14034/113 +0 -0
  791. package/gdb/base/14034/1247 +0 -0
  792. package/gdb/base/14034/1247_fsm +0 -0
  793. package/gdb/base/14034/1247_vm +0 -0
  794. package/gdb/base/14034/1249 +0 -0
  795. package/gdb/base/14034/1249_fsm +0 -0
  796. package/gdb/base/14034/1249_vm +0 -0
  797. package/gdb/base/14034/1255 +0 -0
  798. package/gdb/base/14034/1255_fsm +0 -0
  799. package/gdb/base/14034/1255_vm +0 -0
  800. package/gdb/base/14034/1259 +0 -0
  801. package/gdb/base/14034/1259_fsm +0 -0
  802. package/gdb/base/14034/1259_vm +0 -0
  803. package/gdb/base/14034/13852 +0 -0
  804. package/gdb/base/14034/13852_fsm +0 -0
  805. package/gdb/base/14034/13852_vm +0 -0
  806. package/gdb/base/14034/13855 +0 -0
  807. package/gdb/base/14034/13856 +0 -0
  808. package/gdb/base/14034/13857 +0 -0
  809. package/gdb/base/14034/13857_fsm +0 -0
  810. package/gdb/base/14034/13857_vm +0 -0
  811. package/gdb/base/14034/13860 +0 -0
  812. package/gdb/base/14034/13861 +0 -0
  813. package/gdb/base/14034/13862 +0 -0
  814. package/gdb/base/14034/13862_fsm +0 -0
  815. package/gdb/base/14034/13862_vm +0 -0
  816. package/gdb/base/14034/13865 +0 -0
  817. package/gdb/base/14034/13866 +0 -0
  818. package/gdb/base/14034/13867 +0 -0
  819. package/gdb/base/14034/13867_fsm +0 -0
  820. package/gdb/base/14034/13867_vm +0 -0
  821. package/gdb/base/14034/13870 +0 -0
  822. package/gdb/base/14034/13871 +0 -0
  823. package/gdb/base/14034/1417 +0 -0
  824. package/gdb/base/14034/1418 +0 -0
  825. package/gdb/base/14034/16386 +0 -0
  826. package/gdb/base/14034/16389 +0 -0
  827. package/gdb/base/14034/16390 +0 -0
  828. package/gdb/base/14034/16391 +0 -0
  829. package/gdb/base/14034/16393 +0 -0
  830. package/gdb/base/14034/16396 +0 -0
  831. package/gdb/base/14034/16397 +0 -0
  832. package/gdb/base/14034/16398 +0 -0
  833. package/gdb/base/14034/16400 +0 -0
  834. package/gdb/base/14034/16403 +0 -0
  835. package/gdb/base/14034/16404 +0 -0
  836. package/gdb/base/14034/16420 +0 -0
  837. package/gdb/base/14034/16423 +0 -0
  838. package/gdb/base/14034/16424 +0 -0
  839. package/gdb/base/14034/16425 +0 -0
  840. package/gdb/base/14034/16427 +0 -0
  841. package/gdb/base/14034/16430 +0 -0
  842. package/gdb/base/14034/16431 +0 -0
  843. package/gdb/base/14034/16432 +0 -0
  844. package/gdb/base/14034/16434 +0 -0
  845. package/gdb/base/14034/16437 +0 -0
  846. package/gdb/base/14034/16438 +0 -0
  847. package/gdb/base/14034/16439 +0 -0
  848. package/gdb/base/14034/16446 +0 -0
  849. package/gdb/base/14034/16449 +0 -0
  850. package/gdb/base/14034/16450 +0 -0
  851. package/gdb/base/14034/16451 +0 -0
  852. package/gdb/base/14034/16458 +0 -0
  853. package/gdb/base/14034/16461 +0 -0
  854. package/gdb/base/14034/16462 +0 -0
  855. package/gdb/base/14034/16463 +0 -0
  856. package/gdb/base/14034/16475 +0 -0
  857. package/gdb/base/14034/16478 +0 -0
  858. package/gdb/base/14034/16479 +0 -0
  859. package/gdb/base/14034/16480 +0 -0
  860. package/gdb/base/14034/174 +0 -0
  861. package/gdb/base/14034/175 +0 -0
  862. package/gdb/base/14034/2187 +0 -0
  863. package/gdb/base/14034/2224 +0 -0
  864. package/gdb/base/14034/2228 +0 -0
  865. package/gdb/base/14034/2328 +0 -0
  866. package/gdb/base/14034/2336 +0 -0
  867. package/gdb/base/14034/2337 +0 -0
  868. package/gdb/base/14034/2579 +0 -0
  869. package/gdb/base/14034/2600 +0 -0
  870. package/gdb/base/14034/2600_fsm +0 -0
  871. package/gdb/base/14034/2600_vm +0 -0
  872. package/gdb/base/14034/2601 +0 -0
  873. package/gdb/base/14034/2601_fsm +0 -0
  874. package/gdb/base/14034/2601_vm +0 -0
  875. package/gdb/base/14034/2602 +0 -0
  876. package/gdb/base/14034/2602_fsm +0 -0
  877. package/gdb/base/14034/2602_vm +0 -0
  878. package/gdb/base/14034/2603 +0 -0
  879. package/gdb/base/14034/2603_fsm +0 -0
  880. package/gdb/base/14034/2603_vm +0 -0
  881. package/gdb/base/14034/2604 +0 -0
  882. package/gdb/base/14034/2605 +0 -0
  883. package/gdb/base/14034/2605_fsm +0 -0
  884. package/gdb/base/14034/2605_vm +0 -0
  885. package/gdb/base/14034/2606 +0 -0
  886. package/gdb/base/14034/2606_fsm +0 -0
  887. package/gdb/base/14034/2606_vm +0 -0
  888. package/gdb/base/14034/2607 +0 -0
  889. package/gdb/base/14034/2607_fsm +0 -0
  890. package/gdb/base/14034/2607_vm +0 -0
  891. package/gdb/base/14034/2608 +0 -0
  892. package/gdb/base/14034/2608_fsm +0 -0
  893. package/gdb/base/14034/2608_vm +0 -0
  894. package/gdb/base/14034/2609 +0 -0
  895. package/gdb/base/14034/2609_fsm +0 -0
  896. package/gdb/base/14034/2609_vm +0 -0
  897. package/gdb/base/14034/2610 +0 -0
  898. package/gdb/base/14034/2610_fsm +0 -0
  899. package/gdb/base/14034/2610_vm +0 -0
  900. package/gdb/base/14034/2611 +0 -0
  901. package/gdb/base/14034/2612 +0 -0
  902. package/gdb/base/14034/2612_fsm +0 -0
  903. package/gdb/base/14034/2612_vm +0 -0
  904. package/gdb/base/14034/2613 +0 -0
  905. package/gdb/base/14034/2615 +0 -0
  906. package/gdb/base/14034/2615_fsm +0 -0
  907. package/gdb/base/14034/2615_vm +0 -0
  908. package/gdb/base/14034/2616 +0 -0
  909. package/gdb/base/14034/2616_fsm +0 -0
  910. package/gdb/base/14034/2616_vm +0 -0
  911. package/gdb/base/14034/2617 +0 -0
  912. package/gdb/base/14034/2617_fsm +0 -0
  913. package/gdb/base/14034/2617_vm +0 -0
  914. package/gdb/base/14034/2618 +0 -0
  915. package/gdb/base/14034/2618_fsm +0 -0
  916. package/gdb/base/14034/2618_vm +0 -0
  917. package/gdb/base/14034/2619 +0 -0
  918. package/gdb/base/14034/2619_fsm +0 -0
  919. package/gdb/base/14034/2619_vm +0 -0
  920. package/gdb/base/14034/2620 +0 -0
  921. package/gdb/base/14034/2650 +0 -0
  922. package/gdb/base/14034/2651 +0 -0
  923. package/gdb/base/14034/2652 +0 -0
  924. package/gdb/base/14034/2653 +0 -0
  925. package/gdb/base/14034/2654 +0 -0
  926. package/gdb/base/14034/2655 +0 -0
  927. package/gdb/base/14034/2656 +0 -0
  928. package/gdb/base/14034/2657 +0 -0
  929. package/gdb/base/14034/2658 +0 -0
  930. package/gdb/base/14034/2659 +0 -0
  931. package/gdb/base/14034/2660 +0 -0
  932. package/gdb/base/14034/2661 +0 -0
  933. package/gdb/base/14034/2662 +0 -0
  934. package/gdb/base/14034/2663 +0 -0
  935. package/gdb/base/14034/2664 +0 -0
  936. package/gdb/base/14034/2665 +0 -0
  937. package/gdb/base/14034/2666 +0 -0
  938. package/gdb/base/14034/2667 +0 -0
  939. package/gdb/base/14034/2668 +0 -0
  940. package/gdb/base/14034/2669 +0 -0
  941. package/gdb/base/14034/2670 +0 -0
  942. package/gdb/base/14034/2673 +0 -0
  943. package/gdb/base/14034/2673_fsm +0 -0
  944. package/gdb/base/14034/2674 +0 -0
  945. package/gdb/base/14034/2674_fsm +0 -0
  946. package/gdb/base/14034/2675 +0 -0
  947. package/gdb/base/14034/2678 +0 -0
  948. package/gdb/base/14034/2679 +0 -0
  949. package/gdb/base/14034/2680 +0 -0
  950. package/gdb/base/14034/2681 +0 -0
  951. package/gdb/base/14034/2682 +0 -0
  952. package/gdb/base/14034/2683 +0 -0
  953. package/gdb/base/14034/2684 +0 -0
  954. package/gdb/base/14034/2685 +0 -0
  955. package/gdb/base/14034/2686 +0 -0
  956. package/gdb/base/14034/2687 +0 -0
  957. package/gdb/base/14034/2688 +0 -0
  958. package/gdb/base/14034/2689 +0 -0
  959. package/gdb/base/14034/2690 +0 -0
  960. package/gdb/base/14034/2691 +0 -0
  961. package/gdb/base/14034/2692 +0 -0
  962. package/gdb/base/14034/2693 +0 -0
  963. package/gdb/base/14034/2696 +0 -0
  964. package/gdb/base/14034/2699 +0 -0
  965. package/gdb/base/14034/2701 +0 -0
  966. package/gdb/base/14034/2702 +0 -0
  967. package/gdb/base/14034/2703 +0 -0
  968. package/gdb/base/14034/2704 +0 -0
  969. package/gdb/base/14034/2753 +0 -0
  970. package/gdb/base/14034/2753_fsm +0 -0
  971. package/gdb/base/14034/2753_vm +0 -0
  972. package/gdb/base/14034/2754 +0 -0
  973. package/gdb/base/14034/2755 +0 -0
  974. package/gdb/base/14034/2756 +0 -0
  975. package/gdb/base/14034/2757 +0 -0
  976. package/gdb/base/14034/2830 +0 -0
  977. package/gdb/base/14034/2831 +0 -0
  978. package/gdb/base/14034/2832 +0 -0
  979. package/gdb/base/14034/2833 +0 -0
  980. package/gdb/base/14034/2834 +0 -0
  981. package/gdb/base/14034/2835 +0 -0
  982. package/gdb/base/14034/2836 +0 -0
  983. package/gdb/base/14034/2836_fsm +0 -0
  984. package/gdb/base/14034/2836_vm +0 -0
  985. package/gdb/base/14034/2837 +0 -0
  986. package/gdb/base/14034/2838 +0 -0
  987. package/gdb/base/14034/2838_fsm +0 -0
  988. package/gdb/base/14034/2838_vm +0 -0
  989. package/gdb/base/14034/2839 +0 -0
  990. package/gdb/base/14034/2840 +0 -0
  991. package/gdb/base/14034/2840_fsm +0 -0
  992. package/gdb/base/14034/2840_vm +0 -0
  993. package/gdb/base/14034/2841 +0 -0
  994. package/gdb/base/14034/2995 +0 -0
  995. package/gdb/base/14034/2996 +0 -0
  996. package/gdb/base/14034/3079 +0 -0
  997. package/gdb/base/14034/3079_fsm +0 -0
  998. package/gdb/base/14034/3079_vm +0 -0
  999. package/gdb/base/14034/3080 +0 -0
  1000. package/gdb/base/14034/3081 +0 -0
  1001. package/gdb/base/14034/3085 +0 -0
  1002. package/gdb/base/14034/3118 +0 -0
  1003. package/gdb/base/14034/3119 +0 -0
  1004. package/gdb/base/14034/3164 +0 -0
  1005. package/gdb/base/14034/3256 +0 -0
  1006. package/gdb/base/14034/3257 +0 -0
  1007. package/gdb/base/14034/3258 +0 -0
  1008. package/gdb/base/14034/3350 +0 -0
  1009. package/gdb/base/14034/3351 +0 -0
  1010. package/gdb/base/14034/3379 +0 -0
  1011. package/gdb/base/14034/3380 +0 -0
  1012. package/gdb/base/14034/3381 +0 -0
  1013. package/gdb/base/14034/3394 +0 -0
  1014. package/gdb/base/14034/3394_fsm +0 -0
  1015. package/gdb/base/14034/3394_vm +0 -0
  1016. package/gdb/base/14034/3395 +0 -0
  1017. package/gdb/base/14034/3429 +0 -0
  1018. package/gdb/base/14034/3430 +0 -0
  1019. package/gdb/base/14034/3431 +0 -0
  1020. package/gdb/base/14034/3433 +0 -0
  1021. package/gdb/base/14034/3439 +0 -0
  1022. package/gdb/base/14034/3440 +0 -0
  1023. package/gdb/base/14034/3455 +0 -0
  1024. package/gdb/base/14034/3456 +0 -0
  1025. package/gdb/base/14034/3456_fsm +0 -0
  1026. package/gdb/base/14034/3456_vm +0 -0
  1027. package/gdb/base/14034/3466 +0 -0
  1028. package/gdb/base/14034/3467 +0 -0
  1029. package/gdb/base/14034/3468 +0 -0
  1030. package/gdb/base/14034/3501 +0 -0
  1031. package/gdb/base/14034/3502 +0 -0
  1032. package/gdb/base/14034/3503 +0 -0
  1033. package/gdb/base/14034/3534 +0 -0
  1034. package/gdb/base/14034/3541 +0 -0
  1035. package/gdb/base/14034/3541_fsm +0 -0
  1036. package/gdb/base/14034/3541_vm +0 -0
  1037. package/gdb/base/14034/3542 +0 -0
  1038. package/gdb/base/14034/3574 +0 -0
  1039. package/gdb/base/14034/3575 +0 -0
  1040. package/gdb/base/14034/3576 +0 -0
  1041. package/gdb/base/14034/3596 +0 -0
  1042. package/gdb/base/14034/3597 +0 -0
  1043. package/gdb/base/14034/3598 +0 -0
  1044. package/gdb/base/14034/3599 +0 -0
  1045. package/gdb/base/14034/3600 +0 -0
  1046. package/gdb/base/14034/3600_fsm +0 -0
  1047. package/gdb/base/14034/3600_vm +0 -0
  1048. package/gdb/base/14034/3601 +0 -0
  1049. package/gdb/base/14034/3601_fsm +0 -0
  1050. package/gdb/base/14034/3601_vm +0 -0
  1051. package/gdb/base/14034/3602 +0 -0
  1052. package/gdb/base/14034/3602_fsm +0 -0
  1053. package/gdb/base/14034/3602_vm +0 -0
  1054. package/gdb/base/14034/3603 +0 -0
  1055. package/gdb/base/14034/3603_fsm +0 -0
  1056. package/gdb/base/14034/3603_vm +0 -0
  1057. package/gdb/base/14034/3604 +0 -0
  1058. package/gdb/base/14034/3605 +0 -0
  1059. package/gdb/base/14034/3606 +0 -0
  1060. package/gdb/base/14034/3607 +0 -0
  1061. package/gdb/base/14034/3608 +0 -0
  1062. package/gdb/base/14034/3609 +0 -0
  1063. package/gdb/base/14034/3712 +0 -0
  1064. package/gdb/base/14034/3764 +0 -0
  1065. package/gdb/base/14034/3764_fsm +0 -0
  1066. package/gdb/base/14034/3764_vm +0 -0
  1067. package/gdb/base/14034/3766 +0 -0
  1068. package/gdb/base/14034/3767 +0 -0
  1069. package/gdb/base/14034/3997 +0 -0
  1070. package/gdb/base/14034/4143 +0 -0
  1071. package/gdb/base/14034/4144 +0 -0
  1072. package/gdb/base/14034/4145 +0 -0
  1073. package/gdb/base/14034/4146 +0 -0
  1074. package/gdb/base/14034/4147 +0 -0
  1075. package/gdb/base/14034/4148 +0 -0
  1076. package/gdb/base/14034/4149 +0 -0
  1077. package/gdb/base/14034/4150 +0 -0
  1078. package/gdb/base/14034/4151 +0 -0
  1079. package/gdb/base/14034/4152 +0 -0
  1080. package/gdb/base/14034/4153 +0 -0
  1081. package/gdb/base/14034/4154 +0 -0
  1082. package/gdb/base/14034/4155 +0 -0
  1083. package/gdb/base/14034/4156 +0 -0
  1084. package/gdb/base/14034/4157 +0 -0
  1085. package/gdb/base/14034/4158 +0 -0
  1086. package/gdb/base/14034/4159 +0 -0
  1087. package/gdb/base/14034/4160 +0 -0
  1088. package/gdb/base/14034/4163 +0 -0
  1089. package/gdb/base/14034/4164 +0 -0
  1090. package/gdb/base/14034/4165 +0 -0
  1091. package/gdb/base/14034/4166 +0 -0
  1092. package/gdb/base/14034/4167 +0 -0
  1093. package/gdb/base/14034/4168 +0 -0
  1094. package/gdb/base/14034/4169 +0 -0
  1095. package/gdb/base/14034/4170 +0 -0
  1096. package/gdb/base/14034/4171 +0 -0
  1097. package/gdb/base/14034/4172 +0 -0
  1098. package/gdb/base/14034/4173 +0 -0
  1099. package/gdb/base/14034/4174 +0 -0
  1100. package/gdb/base/14034/5002 +0 -0
  1101. package/gdb/base/14034/548 +0 -0
  1102. package/gdb/base/14034/549 +0 -0
  1103. package/gdb/base/14034/6102 +0 -0
  1104. package/gdb/base/14034/6104 +0 -0
  1105. package/gdb/base/14034/6106 +0 -0
  1106. package/gdb/base/14034/6110 +0 -0
  1107. package/gdb/base/14034/6111 +0 -0
  1108. package/gdb/base/14034/6112 +0 -0
  1109. package/gdb/base/14034/6113 +0 -0
  1110. package/gdb/base/14034/6117 +0 -0
  1111. package/gdb/base/14034/6175 +0 -0
  1112. package/gdb/base/14034/6176 +0 -0
  1113. package/gdb/base/14034/826 +0 -0
  1114. package/gdb/base/14034/827 +0 -0
  1115. package/gdb/base/14034/828 +0 -0
  1116. package/gdb/base/14034/PG_VERSION +0 -1
  1117. package/gdb/base/14034/pg_filenode.map +0 -0
  1118. package/gdb/base/14034/pg_internal.init +0 -0
  1119. package/gdb/global/1213 +0 -0
  1120. package/gdb/global/1213_fsm +0 -0
  1121. package/gdb/global/1213_vm +0 -0
  1122. package/gdb/global/1214 +0 -0
  1123. package/gdb/global/1214_fsm +0 -0
  1124. package/gdb/global/1214_vm +0 -0
  1125. package/gdb/global/1232 +0 -0
  1126. package/gdb/global/1233 +0 -0
  1127. package/gdb/global/1260 +0 -0
  1128. package/gdb/global/1260_fsm +0 -0
  1129. package/gdb/global/1260_vm +0 -0
  1130. package/gdb/global/1261 +0 -0
  1131. package/gdb/global/1261_fsm +0 -0
  1132. package/gdb/global/1261_vm +0 -0
  1133. package/gdb/global/1262 +0 -0
  1134. package/gdb/global/1262_fsm +0 -0
  1135. package/gdb/global/1262_vm +0 -0
  1136. package/gdb/global/2396 +0 -0
  1137. package/gdb/global/2396_fsm +0 -0
  1138. package/gdb/global/2396_vm +0 -0
  1139. package/gdb/global/2397 +0 -0
  1140. package/gdb/global/2671 +0 -0
  1141. package/gdb/global/2672 +0 -0
  1142. package/gdb/global/2676 +0 -0
  1143. package/gdb/global/2677 +0 -0
  1144. package/gdb/global/2694 +0 -0
  1145. package/gdb/global/2695 +0 -0
  1146. package/gdb/global/2697 +0 -0
  1147. package/gdb/global/2698 +0 -0
  1148. package/gdb/global/2846 +0 -0
  1149. package/gdb/global/2847 +0 -0
  1150. package/gdb/global/2964 +0 -0
  1151. package/gdb/global/2965 +0 -0
  1152. package/gdb/global/2966 +0 -0
  1153. package/gdb/global/2967 +0 -0
  1154. package/gdb/global/3592 +0 -0
  1155. package/gdb/global/3593 +0 -0
  1156. package/gdb/global/4060 +0 -0
  1157. package/gdb/global/4061 +0 -0
  1158. package/gdb/global/4175 +0 -0
  1159. package/gdb/global/4176 +0 -0
  1160. package/gdb/global/4177 +0 -0
  1161. package/gdb/global/4178 +0 -0
  1162. package/gdb/global/4181 +0 -0
  1163. package/gdb/global/4182 +0 -0
  1164. package/gdb/global/4183 +0 -0
  1165. package/gdb/global/4184 +0 -0
  1166. package/gdb/global/4185 +0 -0
  1167. package/gdb/global/4186 +0 -0
  1168. package/gdb/global/6000 +0 -0
  1169. package/gdb/global/6001 +0 -0
  1170. package/gdb/global/6002 +0 -0
  1171. package/gdb/global/6100 +0 -0
  1172. package/gdb/global/6114 +0 -0
  1173. package/gdb/global/6115 +0 -0
  1174. package/gdb/global/pg_control +0 -0
  1175. package/gdb/global/pg_filenode.map +0 -0
  1176. package/gdb/global/pg_internal.init +0 -0
  1177. package/gdb/pg_hba.conf +0 -98
  1178. package/gdb/pg_ident.conf +0 -42
  1179. package/gdb/pg_logical/replorigin_checkpoint +0 -0
  1180. package/gdb/pg_multixact/members/0000 +0 -0
  1181. package/gdb/pg_multixact/offsets/0000 +0 -0
  1182. package/gdb/pg_stat/db_0.stat +0 -0
  1183. package/gdb/pg_stat/db_14034.stat +0 -0
  1184. package/gdb/pg_stat/global.stat +0 -0
  1185. package/gdb/pg_subtrans/0000 +0 -0
  1186. package/gdb/pg_wal/000000010000000000000001 +0 -0
  1187. package/gdb/pg_xact/0000 +0 -0
  1188. package/gdb/postgresql.auto.conf +0 -2
  1189. package/gdb/postgresql.conf +0 -796
  1190. package/gdb/postmaster.opts +0 -1
  1191. package/server/API Project-7d45e9f24a96.p12 +0 -0
  1192. package/server/grnmap.pem +0 -31
  1193. package/server/grnsight.pem +0 -19
  1194. package/test-files/import-samples/attributes.graphml +0 -40
  1195. package/test-files/import-samples/port.graphml +0 -32
  1196. package/test-files/import-samples/simple.graphml +0 -31
  1197. package/web-client/public/js/grnsight.min.js +0 -2371
@@ -1,1056 +0,0 @@
1
- This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=pdflatex 2014.5.25) 24 APR 2017 23:34
2
- entering extended mode
3
- restricted \write18 enabled.
4
- file:line:error style messages enabled.
5
- %&-line parsing enabled.
6
- **siggraph-abstract-review.tex
7
- (./siggraph-abstract-review.tex
8
- LaTeX2e <2014/05/01>
9
- Babel <3.9k> and hyphenation patterns for 78 languages loaded.
10
- (./acmart.cls
11
- Document Class: acmart 2017/04/09 v1.34 Typesetting articles for Association of
12
- Computing Machinery
13
- (/usr/local/texlive/2014/texmf-dist/tex/latex/xkeyval/xkeyval.sty
14
- Package: xkeyval 2014/05/09 v2.6d package option processing (HA)
15
-
16
- (/usr/local/texlive/2014/texmf-dist/tex/generic/xkeyval/xkeyval.tex
17
- \XKV@toks=\toks14
18
- \XKV@tempa@toks=\toks15
19
- \XKV@depth=\count79
20
- File: xkeyval.tex 2014/05/09 v2.6d key=value parser (HA)
21
-
22
- (/usr/local/texlive/2014/texmf-dist/tex/generic/xkeyval/keyval.tex)))
23
- Package acmart Info: Not using screen mode on input line 72.
24
- Package acmart Info: Not using review mode on input line 80.
25
- Package acmart Info: Not using authorversion mode on input line 88.
26
- Package acmart Info: Explicitly selecting natbib mode on input line 96.
27
- Package acmart Info: Not using anonymous mode on input line 104.
28
- Package acmart Info: Not using timestamp mode on input line 112.
29
- Package acmart Info: Not using timestamp mode on input line 122.
30
- Package acmart Info: Using review mode on input line 131.
31
- Class acmart Info: Using format sigconf, number 4 on input line 131.
32
- Class acmart Info: Using fontsize 9pt on input line 189.
33
-
34
- (/usr/local/texlive/2014/texmf-dist/tex/latex/amscls/amsart.cls
35
- Document Class: amsart 2009/07/02 v2.20.1
36
- \linespacing=\dimen102
37
- \normalparindent=\dimen103
38
- \normaltopskip=\skip41
39
- (/usr/local/texlive/2014/texmf-dist/tex/latex/amsmath/amsmath.sty
40
- Package: amsmath 2013/01/14 v2.14 AMS math features
41
- \@mathmargin=\skip42
42
-
43
- For additional information on amsmath, use the `?' option.
44
- (/usr/local/texlive/2014/texmf-dist/tex/latex/amsmath/amstext.sty
45
- Package: amstext 2000/06/29 v2.01
46
-
47
- (/usr/local/texlive/2014/texmf-dist/tex/latex/amsmath/amsgen.sty
48
- File: amsgen.sty 1999/11/30 v2.0
49
- \@emptytoks=\toks16
50
- \ex@=\dimen104
51
- ))
52
- (/usr/local/texlive/2014/texmf-dist/tex/latex/amsmath/amsbsy.sty
53
- Package: amsbsy 1999/11/29 v1.2d
54
- \pmbraise@=\dimen105
55
- )
56
- (/usr/local/texlive/2014/texmf-dist/tex/latex/amsmath/amsopn.sty
57
- Package: amsopn 1999/12/14 v2.01 operator names
58
- )
59
- \inf@bad=\count80
60
- LaTeX Info: Redefining \frac on input line 210.
61
- \uproot@=\count81
62
- \leftroot@=\count82
63
- LaTeX Info: Redefining \overline on input line 306.
64
- \classnum@=\count83
65
- \DOTSCASE@=\count84
66
- LaTeX Info: Redefining \ldots on input line 378.
67
- LaTeX Info: Redefining \dots on input line 381.
68
- LaTeX Info: Redefining \cdots on input line 466.
69
- \Mathstrutbox@=\box26
70
- \strutbox@=\box27
71
- \big@size=\dimen106
72
- LaTeX Font Info: Redeclaring font encoding OML on input line 566.
73
- LaTeX Font Info: Redeclaring font encoding OMS on input line 567.
74
- \macc@depth=\count85
75
- \c@MaxMatrixCols=\count86
76
- \dotsspace@=\muskip10
77
- \c@parentequation=\count87
78
- \dspbrk@lvl=\count88
79
- \tag@help=\toks17
80
- \row@=\count89
81
- \column@=\count90
82
- \maxfields@=\count91
83
- \andhelp@=\toks18
84
- \eqnshift@=\dimen107
85
- \alignsep@=\dimen108
86
- \tagshift@=\dimen109
87
- \tagwidth@=\dimen110
88
- \totwidth@=\dimen111
89
- \lineht@=\dimen112
90
- \@envbody=\toks19
91
- \multlinegap=\skip43
92
- \multlinetaggap=\skip44
93
- \mathdisplay@stack=\toks20
94
- LaTeX Info: Redefining \[ on input line 2665.
95
- LaTeX Info: Redefining \] on input line 2666.
96
- )
97
- LaTeX Font Info: Try loading font information for U+msa on input line 388.
98
-
99
- (/usr/local/texlive/2014/texmf-dist/tex/latex/amsfonts/umsa.fd
100
- File: umsa.fd 2013/01/14 v3.01 AMS symbols A
101
- )
102
- (/usr/local/texlive/2014/texmf-dist/tex/latex/amsfonts/amsfonts.sty
103
- Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
104
- \symAMSa=\mathgroup4
105
- \symAMSb=\mathgroup5
106
- LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
107
- (Font) U/euf/m/n --> U/euf/b/n on input line 106.
108
- )
109
- \copyins=\insert233
110
- \abstractbox=\box28
111
- \listisep=\skip45
112
- \c@part=\count92
113
- \c@section=\count93
114
- \c@subsection=\count94
115
- \c@subsubsection=\count95
116
- \c@paragraph=\count96
117
- \c@subparagraph=\count97
118
- \c@figure=\count98
119
- \c@table=\count99
120
- \abovecaptionskip=\skip46
121
- \belowcaptionskip=\skip47
122
- \captionindent=\dimen113
123
- \thm@style=\toks21
124
- \thm@bodyfont=\toks22
125
- \thm@headfont=\toks23
126
- \thm@notefont=\toks24
127
- \thm@headpunct=\toks25
128
- \thm@preskip=\skip48
129
- \thm@postskip=\skip49
130
- \thm@headsep=\skip50
131
- \dth@everypar=\toks26
132
- )
133
- (/usr/local/texlive/2014/texmf-dist/tex/latex/microtype/microtype.sty
134
- Package: microtype 2013/05/23 v2.5a Micro-typographical refinements (RS)
135
- \MT@toks=\toks27
136
- \MT@count=\count100
137
- LaTeX Info: Redefining \textls on input line 766.
138
- \MT@outer@kern=\dimen114
139
- LaTeX Info: Redefining \textmicrotypecontext on input line 1285.
140
- \MT@listname@count=\count101
141
-
142
- (/usr/local/texlive/2014/texmf-dist/tex/latex/microtype/microtype-pdftex.def
143
- File: microtype-pdftex.def 2013/05/23 v2.5a Definitions specific to pdftex (RS)
144
-
145
- LaTeX Info: Redefining \lsstyle on input line 915.
146
- LaTeX Info: Redefining \lslig on input line 915.
147
- \MT@outer@space=\skip51
148
- )
149
- Package microtype Info: Loading configuration file microtype.cfg.
150
-
151
- (/usr/local/texlive/2014/texmf-dist/tex/latex/microtype/microtype.cfg
152
- File: microtype.cfg 2013/05/23 v2.5a microtype main configuration file (RS)
153
- ))
154
- (/usr/local/texlive/2014/texmf-dist/tex/latex/totpages/totpages.sty
155
- Package: totpages 2005/09/19 v2.00 Totpages Package (muewi)
156
-
157
- (/usr/local/texlive/2014/texmf-dist/tex/latex/ms/everyshi.sty
158
- Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS)
159
- ))
160
- (/usr/local/texlive/2014/texmf-dist/tex/latex/environ/environ.sty
161
- Package: environ 2014/05/04 v0.3 A new way to define environments
162
-
163
- (/usr/local/texlive/2014/texmf-dist/tex/latex/trimspaces/trimspaces.sty
164
- Package: trimspaces 2009/09/17 v1.1 Trim spaces around a token list
165
- ))
166
- (/usr/local/texlive/2014/texmf-dist/tex/latex/natbib/natbib.sty
167
- Package: natbib 2010/09/13 8.31b (PWD, AO)
168
- \bibhang=\skip52
169
- \bibsep=\skip53
170
- LaTeX Info: Redefining \cite on input line 694.
171
- \c@NAT@ctr=\count102
172
- )
173
- (/usr/local/texlive/2014/texmf-dist/tex/latex/hyperref/hyperref.sty
174
- Package: hyperref 2012/11/06 v6.83m Hypertext links for LaTeX
175
-
176
- (/usr/local/texlive/2014/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
177
- Package: hobsub-hyperref 2012/05/28 v1.13 Bundle oberdiek, subset hyperref (HO)
178
-
179
-
180
- (/usr/local/texlive/2014/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty
181
- Package: hobsub-generic 2012/05/28 v1.13 Bundle oberdiek, subset generic (HO)
182
- Package: hobsub 2012/05/28 v1.13 Construct package bundles (HO)
183
- Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO)
184
- Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO)
185
- Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO)
186
- Package ifluatex Info: LuaTeX not detected.
187
- Package: ifvtex 2010/03/01 v1.5 Detect VTeX and its facilities (HO)
188
- Package ifvtex Info: VTeX not detected.
189
- Package: intcalc 2007/09/27 v1.1 Expandable calculations with integers (HO)
190
- Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO)
191
- Package ifpdf Info: pdfTeX in PDF mode is detected.
192
- Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO)
193
- Package etexcmds Info: Could not find \expanded.
194
- (etexcmds) That can mean that you are not using pdfTeX 1.50 or
195
- (etexcmds) that some package has redefined \expanded.
196
- (etexcmds) In the latter case, load this package earlier.
197
- Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO)
198
- Package: kvdefinekeys 2011/04/07 v1.3 Define keys (HO)
199
- Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO
200
- )
201
- Package pdftexcmds Info: LuaTeX not detected.
202
- Package pdftexcmds Info: \pdf@primitive is available.
203
- Package pdftexcmds Info: \pdf@ifprimitive is available.
204
- Package pdftexcmds Info: \pdfdraftmode found.
205
- Package: pdfescape 2011/11/25 v1.13 Implements pdfTeX's escape features (HO)
206
- Package: bigintcalc 2012/04/08 v1.3 Expandable calculations on big integers (HO
207
- )
208
- Package: bitset 2011/01/30 v1.1 Handle bit-vector datatype (HO)
209
- Package: uniquecounter 2011/01/30 v1.2 Provide unlimited unique counter (HO)
210
- )
211
- Package hobsub Info: Skipping package `hobsub' (already loaded).
212
- Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO)
213
- Package: hopatch 2012/05/28 v1.2 Wrapper for package hooks (HO)
214
- Package: xcolor-patch 2011/01/30 xcolor patch
215
- Package: atveryend 2011/06/30 v1.8 Hooks at the very end of document (HO)
216
- Package atveryend Info: \enddocument detected (standard20110627).
217
- Package: atbegshi 2011/10/05 v1.16 At begin shipout hook (HO)
218
- Package: refcount 2011/10/16 v3.4 Data extraction from label references (HO)
219
- Package: hycolor 2011/01/30 v1.7 Color options for hyperref/bookmark (HO)
220
- )
221
- (/usr/local/texlive/2014/texmf-dist/tex/generic/ifxetex/ifxetex.sty
222
- Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
223
- )
224
- (/usr/local/texlive/2014/texmf-dist/tex/latex/oberdiek/auxhook.sty
225
- Package: auxhook 2011/03/04 v1.3 Hooks for auxiliary files (HO)
226
- )
227
- (/usr/local/texlive/2014/texmf-dist/tex/latex/oberdiek/kvoptions.sty
228
- Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO)
229
- )
230
- \@linkdim=\dimen115
231
- \Hy@linkcounter=\count103
232
- \Hy@pagecounter=\count104
233
-
234
- (/usr/local/texlive/2014/texmf-dist/tex/latex/hyperref/pd1enc.def
235
- File: pd1enc.def 2012/11/06 v6.83m Hyperref: PDFDocEncoding definition (HO)
236
- )
237
- \Hy@SavedSpaceFactor=\count105
238
-
239
- (/usr/local/texlive/2014/texmf-dist/tex/latex/latexconfig/hyperref.cfg
240
- File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
241
- )
242
- Package hyperref Info: Option `bookmarksnumbered' set `true' on input line 4319
243
- .
244
- Package hyperref Info: Option `unicode' set `true' on input line 4319.
245
-
246
- (/usr/local/texlive/2014/texmf-dist/tex/latex/hyperref/puenc.def
247
- File: puenc.def 2012/11/06 v6.83m Hyperref: PDF Unicode definition (HO)
248
- )
249
- Package hyperref Info: Hyper figures OFF on input line 4443.
250
- Package hyperref Info: Link nesting OFF on input line 4448.
251
- Package hyperref Info: Hyper index ON on input line 4451.
252
- Package hyperref Info: Plain pages OFF on input line 4458.
253
- Package hyperref Info: Backreferencing OFF on input line 4463.
254
- Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
255
- Package hyperref Info: Bookmarks ON on input line 4688.
256
- \c@Hy@tempcnt=\count106
257
-
258
- (/usr/local/texlive/2014/texmf-dist/tex/latex/url/url.sty
259
- \Urlmuskip=\muskip11
260
- Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
261
- )
262
- LaTeX Info: Redefining \url on input line 5041.
263
- \XeTeXLinkMargin=\dimen116
264
- \Fld@menulength=\count107
265
- \Field@Width=\dimen117
266
- \Fld@charsize=\dimen118
267
- Package hyperref Info: Hyper figures OFF on input line 6295.
268
- Package hyperref Info: Link nesting OFF on input line 6300.
269
- Package hyperref Info: Hyper index ON on input line 6303.
270
- Package hyperref Info: backreferencing OFF on input line 6310.
271
- Package hyperref Info: Link coloring OFF on input line 6315.
272
- Package hyperref Info: Link coloring with OCG OFF on input line 6320.
273
- Package hyperref Info: PDF/A mode OFF on input line 6325.
274
- LaTeX Info: Redefining \ref on input line 6365.
275
- LaTeX Info: Redefining \pageref on input line 6369.
276
- \Hy@abspage=\count108
277
- \c@Item=\count109
278
- \c@Hfootnote=\count110
279
- )
280
-
281
- Package hyperref Message: Driver (autodetected): hpdftex.
282
-
283
- (/usr/local/texlive/2014/texmf-dist/tex/latex/hyperref/hpdftex.def
284
- File: hpdftex.def 2012/11/06 v6.83m Hyperref driver for pdfTeX
285
- \Fld@listcount=\count111
286
- \c@bookmark@seq@number=\count112
287
-
288
- (/usr/local/texlive/2014/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty
289
- Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO)
290
- Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
291
- 82.
292
- )
293
- \Hy@SectionHShift=\skip54
294
- )
295
- (/usr/local/texlive/2014/texmf-dist/tex/latex/graphics/graphicx.sty
296
- Package: graphicx 2014/04/25 v1.0g Enhanced LaTeX Graphics (DPC,SPQR)
297
-
298
- (/usr/local/texlive/2014/texmf-dist/tex/latex/graphics/graphics.sty
299
- Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
300
-
301
- (/usr/local/texlive/2014/texmf-dist/tex/latex/graphics/trig.sty
302
- Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
303
- )
304
- (/usr/local/texlive/2014/texmf-dist/tex/latex/latexconfig/graphics.cfg
305
- File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
306
- )
307
- Package graphics Info: Driver file: pdftex.def on input line 91.
308
-
309
- (/usr/local/texlive/2014/texmf-dist/tex/latex/pdftex-def/pdftex.def
310
- File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX
311
- \Gread@gobject=\count113
312
- ))
313
- \Gin@req@height=\dimen119
314
- \Gin@req@width=\dimen120
315
- )
316
- (/usr/local/texlive/2014/texmf-dist/tex/latex/xcolor/xcolor.sty
317
- Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)
318
-
319
- (/usr/local/texlive/2014/texmf-dist/tex/latex/latexconfig/color.cfg
320
- File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
321
- )
322
- Package xcolor Info: Driver file: pdftex.def on input line 225.
323
- Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337.
324
- Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1341.
325
- Package xcolor Info: Model `RGB' extended on input line 1353.
326
- Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355.
327
- Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356.
328
- Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357.
329
- Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358.
330
- Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359.
331
- Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360.
332
- )
333
- (/usr/local/texlive/2014/texmf-dist/tex/latex/geometry/geometry.sty
334
- Package: geometry 2010/09/12 v5.6 Page Geometry
335
- \Gm@cnth=\count114
336
- \Gm@cntv=\count115
337
- \c@Gm@tempcnt=\count116
338
- \Gm@bindingoffset=\dimen121
339
- \Gm@wd@mp=\dimen122
340
- \Gm@odd@mp=\dimen123
341
- \Gm@even@mp=\dimen124
342
- \Gm@layoutwidth=\dimen125
343
- \Gm@layoutheight=\dimen126
344
- \Gm@layouthoffset=\dimen127
345
- \Gm@layoutvoffset=\dimen128
346
- \Gm@dimlist=\toks28
347
- )
348
- (/usr/local/texlive/2014/texmf-dist/tex/latex/ncctools/manyfoot.sty
349
- Package: manyfoot 2005/09/11 v1.10 Many Footnote Levels Package (NCC)
350
-
351
- (/usr/local/texlive/2014/texmf-dist/tex/latex/ncctools/nccfoots.sty
352
- Package: nccfoots 2005/02/03 v1.2 NCC Footnotes Package (NCC)
353
- )
354
- \MFL@columnwidth=\dimen129
355
- )
356
- \footinscopyrightpermission=\insert232
357
- \c@footnotecopyrightpermission=\count117
358
-
359
- (/usr/local/texlive/2014/texmf-dist/tex/generic/iftex/iftex.sty
360
- Package: iftex 2013/04/04 v0.2 Provides if(tex) conditional for PDFTeX, XeTeX,
361
- and LuaTeX
362
- )
363
- (/usr/local/texlive/2014/texmf-dist/tex/generic/pdftex/glyphtounicode.tex)
364
- (/usr/local/texlive/2014/texmf-dist/tex/latex/cmap/cmap.sty
365
- Package: cmap 2008/03/06 v1.0h CMap support: searchable PDF
366
- )
367
- (/usr/local/texlive/2014/texmf-dist/tex/latex/libertine/libertine.sty
368
- Package: libertine 2014/02/19 (Bob Tennent) Supports Libertine and Biolinum fon
369
- ts for all LaTeX engines.
370
-
371
- (/usr/local/texlive/2014/texmf-dist/tex/latex/base/textcomp.sty
372
- Package: textcomp 2005/09/27 v1.99g Standard LaTeX package
373
- Package textcomp Info: Sub-encoding information:
374
- (textcomp) 5 = only ISO-Adobe without \textcurrency
375
- (textcomp) 4 = 5 + \texteuro
376
- (textcomp) 3 = 4 + \textohm
377
- (textcomp) 2 = 3 + \textestimated + \textcurrency
378
- (textcomp) 1 = TS1 - \textcircled - \t
379
- (textcomp) 0 = TS1 (full)
380
- (textcomp) Font families with sub-encoding setting implement
381
- (textcomp) only a restricted character set as indicated.
382
- (textcomp) Family '?' is the default used for unknown fonts.
383
- (textcomp) See the documentation for details.
384
- Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 71.
385
-
386
- (/usr/local/texlive/2014/texmf-dist/tex/latex/base/ts1enc.def
387
- File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
388
- )
389
- LaTeX Info: Redefining \oldstylenums on input line 266.
390
- Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 281.
391
- Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 282.
392
- Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 283.
393
- Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 284.
394
- Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 285.
395
- Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 286.
396
- Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 287.
397
- Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 288.
398
- Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 289.
399
- Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 290.
400
- Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 291.
401
- Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 292.
402
- Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 293.
403
- Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 294.
404
- Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 295.
405
- Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 296.
406
- Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 297.
407
- Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 298.
408
- Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 299.
409
- Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 300.
410
- Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 301.
411
- Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 302.
412
- Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line 303.
413
- Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line 304.
414
-
415
- Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 305.
416
- Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 306.
417
- Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 307.
418
- Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 308.
419
- Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 309.
420
- Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 310.
421
- Package textcomp Info: Setting lmr sub-encoding to TS1/0 on input line 311.
422
- Package textcomp Info: Setting lmdh sub-encoding to TS1/0 on input line 312.
423
- Package textcomp Info: Setting lmss sub-encoding to TS1/0 on input line 313.
424
- Package textcomp Info: Setting lmssq sub-encoding to TS1/0 on input line 314.
425
- Package textcomp Info: Setting lmvtt sub-encoding to TS1/0 on input line 315.
426
- Package textcomp Info: Setting qhv sub-encoding to TS1/0 on input line 316.
427
- Package textcomp Info: Setting qag sub-encoding to TS1/0 on input line 317.
428
- Package textcomp Info: Setting qbk sub-encoding to TS1/0 on input line 318.
429
- Package textcomp Info: Setting qcr sub-encoding to TS1/0 on input line 319.
430
- Package textcomp Info: Setting qcs sub-encoding to TS1/0 on input line 320.
431
- Package textcomp Info: Setting qpl sub-encoding to TS1/0 on input line 321.
432
- Package textcomp Info: Setting qtm sub-encoding to TS1/0 on input line 322.
433
- Package textcomp Info: Setting qzc sub-encoding to TS1/0 on input line 323.
434
- Package textcomp Info: Setting qhvc sub-encoding to TS1/0 on input line 324.
435
- Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 325.
436
- Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 326.
437
- Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 327.
438
- Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 328.
439
- Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 329.
440
- Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 330.
441
- Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 331.
442
- Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 332.
443
- Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 333.
444
- Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 334.
445
- Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 335.
446
- Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 336.
447
- Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 337.
448
- Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 338.
449
- Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 339.
450
- Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 340.
451
- )
452
- (/usr/local/texlive/2014/texmf-dist/tex/latex/mweights/mweights.sty
453
- Package: mweights 2013/07/21 (Bob Tennent) Support package for multiple-weight
454
- font packages.
455
- LaTeX Info: Redefining \bfseries on input line 22.
456
- LaTeX Info: Redefining \mdseries on input line 29.
457
- LaTeX Info: Redefining \rmfamily on input line 36.
458
- LaTeX Info: Redefining \sffamily on input line 53.
459
- LaTeX Info: Redefining \ttfamily on input line 70.
460
- )
461
- (/usr/local/texlive/2014/texmf-dist/tex/latex/base/fontenc.sty
462
- Package: fontenc 2005/09/27 v1.99g Standard LaTeX package
463
- )
464
- (/usr/local/texlive/2014/texmf-dist/tex/latex/fontaxes/fontaxes.sty
465
- Package: fontaxes 2014/03/23 v1.0d Font selection axes
466
- LaTeX Info: Redefining \upshape on input line 29.
467
- LaTeX Info: Redefining \itshape on input line 31.
468
- LaTeX Info: Redefining \slshape on input line 33.
469
- LaTeX Info: Redefining \scshape on input line 37.
470
- )
471
- LaTeX Info: Redefining \oldstylenums on input line 477.
472
-
473
- (/usr/local/texlive/2014/texmf-dist/tex/latex/libertine/LinLibertine_I.tex))
474
- (/usr/local/texlive/2014/texmf-dist/tex/latex/inconsolata/zi4.sty
475
- Package: zi4 2013/06/09 zi4a
476
- \zifour@ocount=\count118
477
- )
478
- (/usr/local/texlive/2014/texmf-dist/tex/latex/newtx/newtxmath.sty
479
- Package: newtxmath 2014/04/26 v1.27
480
-
481
- `newtxmath' v1.27, 2014/04/26 Math macros based on txfonts (msharpe)
482
- (/usr/local/texlive/2014/texmf-dist/tex/generic/kastrup/binhex.tex)
483
- \tx@Isdigit=\count119
484
- LaTeX Font Info: Redeclaring symbol font `operators' on input line 98.
485
- LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
486
- (Font) OT1/cmr/m/n --> OT1/LinuxLibertineT-TLF/m/n on input li
487
- ne 98.
488
- LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
489
- (Font) OT1/cmr/bx/n --> OT1/LinuxLibertineT-TLF/m/n on input l
490
- ine 98.
491
- LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
492
- (Font) OT1/LinuxLibertineT-TLF/m/n --> OT1/LinuxLibertineT-TLF
493
- /sb/n on input line 99.
494
- LaTeX Font Info: Redeclaring math alphabet \mathsf on input line 105.
495
- LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
496
- (Font) OT1/cmss/m/n --> OT1/LinuxBiolinumT-TLF/m/n on input li
497
- ne 105.
498
- LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
499
- (Font) OT1/cmss/bx/n --> OT1/LinuxBiolinumT-TLF/m/n on input l
500
- ine 105.
501
- LaTeX Font Info: Redeclaring math alphabet \mathit on input line 106.
502
- LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
503
- (Font) OT1/cmr/m/it --> OT1/LinuxLibertineT-TLF/m/it on input
504
- line 106.
505
- LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
506
- (Font) OT1/cmr/bx/it --> OT1/LinuxLibertineT-TLF/m/it on input
507
- line 106.
508
- LaTeX Font Info: Redeclaring math alphabet \mathtt on input line 107.
509
- LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
510
- (Font) OT1/cmtt/m/n --> OT1/zi4/m/n on input line 107.
511
- LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
512
- (Font) OT1/cmtt/m/n --> OT1/zi4/m/n on input line 107.
513
- LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 109.
514
- LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
515
- (Font) OT1/cmr/bx/n --> OT1/LinuxLibertineT-TLF/sb/n on input
516
- line 109.
517
- LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
518
- (Font) OT1/cmr/bx/n --> OT1/LinuxLibertineT-TLF/sb/n on input
519
- line 109.
520
- LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
521
- (Font) OT1/LinuxLibertineT-TLF/m/it --> OT1/LinuxLibertineT-TL
522
- F/sb/it on input line 110.
523
- LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
524
- (Font) OT1/LinuxBiolinumT-TLF/m/n --> OT1/LinuxBiolinumT-TLF/b
525
- /n on input line 111.
526
- LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
527
- (Font) OT1/zi4/m/n --> OT1/zi4/b/n on input line 112.
528
- LaTeX Font Info: Redeclaring symbol font `letters' on input line 118.
529
- LaTeX Font Info: Overwriting symbol font `letters' in version `normal'
530
- (Font) OML/cmm/m/it --> OML/nxlmi/m/it on input line 118.
531
- LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
532
- (Font) OML/cmm/b/it --> OML/nxlmi/m/it on input line 118.
533
- LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
534
- (Font) OML/nxlmi/m/it --> OML/nxlmi/b/it on input line 119.
535
- \symlettersA=\mathgroup6
536
- LaTeX Font Info: Overwriting symbol font `lettersA' in version `bold'
537
- (Font) U/ntxmia/m/it --> U/ntxmia/b/it on input line 156.
538
- LaTeX Font Info: Redeclaring math alphabet \mathfrak on input line 158.
539
- LaTeX Font Info: Redeclaring symbol font `symbols' on input line 164.
540
- LaTeX Font Info: Overwriting symbol font `symbols' in version `normal'
541
- (Font) OMS/cmsy/m/n --> OMS/ntxsy/m/n on input line 164.
542
- LaTeX Font Info: Overwriting symbol font `symbols' in version `bold'
543
- (Font) OMS/cmsy/b/n --> OMS/ntxsy/m/n on input line 164.
544
- LaTeX Font Info: Overwriting symbol font `symbols' in version `bold'
545
- (Font) OMS/ntxsy/m/n --> OMS/ntxsy/b/n on input line 165.
546
- LaTeX Font Info: Redeclaring symbol font `AMSa' on input line 180.
547
- LaTeX Font Info: Overwriting symbol font `AMSa' in version `normal'
548
- (Font) U/msa/m/n --> U/ntxsya/m/n on input line 180.
549
- LaTeX Font Info: Overwriting symbol font `AMSa' in version `bold'
550
- (Font) U/msa/m/n --> U/ntxsya/m/n on input line 180.
551
- LaTeX Font Info: Overwriting symbol font `AMSa' in version `bold'
552
- (Font) U/ntxsya/m/n --> U/ntxsya/b/n on input line 181.
553
- LaTeX Font Info: Redeclaring symbol font `AMSb' on input line 189.
554
- LaTeX Font Info: Overwriting symbol font `AMSb' in version `normal'
555
- (Font) U/msb/m/n --> U/ntxsyb/m/n on input line 189.
556
- LaTeX Font Info: Overwriting symbol font `AMSb' in version `bold'
557
- (Font) U/msb/m/n --> U/ntxsyb/m/n on input line 189.
558
- LaTeX Font Info: Overwriting symbol font `AMSb' in version `bold'
559
- (Font) U/ntxsyb/m/n --> U/ntxsyb/b/n on input line 190.
560
- \symsymbolsC=\mathgroup7
561
- LaTeX Font Info: Overwriting symbol font `symbolsC' in version `bold'
562
- (Font) U/ntxsyc/m/n --> U/ntxsyc/b/n on input line 201.
563
- LaTeX Font Info: Redeclaring symbol font `largesymbols' on input line 214.
564
- LaTeX Font Info: Encoding `OMX' has changed to `LMX' for symbol font
565
- (Font) `largesymbols' in the math version `normal' on input line 2
566
- 14.
567
- LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal'
568
- (Font) OMX/cmex/m/n --> LMX/ntxexx/m/n on input line 214.
569
- LaTeX Font Info: Encoding `OMX' has changed to `LMX' for symbol font
570
- (Font) `largesymbols' in the math version `bold' on input line 214
571
- .
572
- LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold'
573
- (Font) OMX/cmex/m/n --> LMX/ntxexx/m/n on input line 214.
574
- LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold'
575
- (Font) LMX/ntxexx/m/n --> LMX/ntxexx/b/n on input line 215.
576
- \symlargesymbolsTXA=\mathgroup8
577
- LaTeX Font Info: Overwriting symbol font `largesymbolsTXA' in version `bold'
578
-
579
- (Font) U/ntxexa/m/n --> U/ntxexa/b/n on input line 229.
580
- LaTeX Info: Redefining \not on input line 1550.
581
- LaTeX Info: Redefining \textsquare on input line 1570.
582
- LaTeX Info: Redefining \openbox on input line 1571.
583
- )
584
- (/usr/local/texlive/2014/texmf-dist/tex/latex/base/fontenc.sty
585
- Package: fontenc 2005/09/27 v1.99g Standard LaTeX package
586
-
587
- (/usr/local/texlive/2014/texmf-dist/tex/latex/base/t1enc.def
588
- File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
589
- LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
590
- )<<t1.cmap>>)
591
- (/usr/local/texlive/2014/texmf-dist/tex/latex/caption/caption.sty
592
- Package: caption 2013/05/02 v3.3-89 Customizing captions (AR)
593
-
594
- (/usr/local/texlive/2014/texmf-dist/tex/latex/caption/caption3.sty
595
- Package: caption3 2013/05/02 v1.6-88 caption3 kernel (AR)
596
- Package caption3 Info: TeX engine: e-TeX on input line 57.
597
- \captionmargin=\dimen130
598
- \captionmargin@=\dimen131
599
- \captionwidth=\dimen132
600
- \caption@tempdima=\dimen133
601
- \caption@indent=\dimen134
602
- \caption@parindent=\dimen135
603
- \caption@hangindent=\dimen136
604
- )
605
- Package caption Info: AMS or SMF document class.
606
- \c@ContinuedFloat=\count120
607
- Package caption Info: hyperref package is loaded.
608
- )
609
- (/usr/local/texlive/2014/texmf-dist/tex/latex/float/float.sty
610
- Package: float 2001/11/08 v1.3d Float enhancements (AL)
611
- \c@float@type=\count121
612
- \float@exts=\toks29
613
- \float@box=\box29
614
- \@float@everytoks=\toks30
615
- \@floatcapt=\box30
616
- )
617
- \@float@every@sidebar=\toks31
618
- \c@sidebar=\count122
619
- \fulltextwidth=\dimen137
620
- \num@authorgroups=\count123
621
- \@ACM@badge@width=\skip55
622
- \@ACM@title@width=\skip56
623
- \@ACM@badge@skip=\skip57
624
- Class acmart Info: Printing CCS on input line 1140.
625
- Class acmart Info: Printing bibformat on input line 1140.
626
- Class acmart Info: Suppressing folios on input line 1147.
627
-
628
- (/usr/local/texlive/2014/texmf-dist/tex/latex/comment/comment.sty
629
- \CommentStream=\write3
630
-
631
- Excluding comment 'comment') Excluding comment 'CCSXML'
632
- \mktitle@bx=\box31
633
- \@ACM@commabox=\box32
634
- \author@bx=\box33
635
- \author@bx@wd=\dimen138
636
- \author@bx@sep=\skip58
637
-
638
- (/usr/local/texlive/2014/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
639
- \fancy@headwidth=\skip59
640
- \f@ncyO@elh=\skip60
641
- \f@ncyO@erh=\skip61
642
- \f@ncyO@olh=\skip62
643
- \f@ncyO@orh=\skip63
644
- \f@ncyO@elf=\skip64
645
- \f@ncyO@erf=\skip65
646
- \f@ncyO@olf=\skip66
647
- \f@ncyO@orf=\skip67
648
- )
649
- \ACM@linecount@bx=\box34
650
- \ACM@linecount@bxht=\skip68
651
- \ACM@linecount=\count124
652
- \@folio@wd=\dimen139
653
- \@folio@ht=\dimen140
654
- \@folio@voffset=\dimen141
655
- \c@theorem=\count125
656
-
657
- Special comment 'acks' Excluding comment 'screenonly'
658
- Include comment 'printonly' Include comment 'anonsuppress'
659
- LaTeX Font Info: Try loading font information for T1+LinuxLibertineT-TLF on
660
- input line 2349.
661
-
662
- (/usr/local/texlive/2014/texmf-dist/tex/latex/libertine/T1LinuxLibertineT-TLF.f
663
- d
664
- File: T1LinuxLibertineT-TLF.fd 2012/11/26 (autoinst) Font definitions for T1/Li
665
- nuxLibertineT-TLF.
666
- )
667
- LaTeX Font Info: Font shape `T1/LinuxLibertineT-TLF/m/n' will be
668
- (Font) scaled to size 9.0pt on input line 2349.
669
- ) (/usr/local/texlive/2014/texmf-dist/tex/latex/booktabs/booktabs.sty
670
- Package: booktabs 2005/04/14 v1.61803 publication quality tables
671
- \heavyrulewidth=\dimen142
672
- \lightrulewidth=\dimen143
673
- \cmidrulewidth=\dimen144
674
- \belowrulesep=\dimen145
675
- \belowbottomsep=\dimen146
676
- \aboverulesep=\dimen147
677
- \abovetopsep=\dimen148
678
- \cmidrulesep=\dimen149
679
- \cmidrulekern=\dimen150
680
- \defaultaddspace=\dimen151
681
- \@cmidla=\count126
682
- \@cmidlb=\count127
683
- \@aboverulesep=\dimen152
684
- \@belowrulesep=\dimen153
685
- \@thisruleclass=\count128
686
- \@lastruleclass=\count129
687
- \@thisrulewidth=\dimen154
688
- )
689
- (/usr/local/texlive/2014/texmf-dist/tex/latex/subfigure/subfigure.sty
690
- Package: subfigure 2002/03/15 v2.1.5 subfigure package
691
- \subfigtopskip=\skip69
692
- \subfigcapskip=\skip70
693
- \subfigcaptopadj=\dimen155
694
- \subfigbottomskip=\skip71
695
- \subfigcapmargin=\dimen156
696
- \subfiglabelskip=\skip72
697
- \c@subfigure=\count130
698
- \c@lofdepth=\count131
699
- \c@subtable=\count132
700
- \c@lotdepth=\count133
701
-
702
- ****************************************
703
- * Local config file subfigure.cfg used *
704
- ****************************************
705
- (/usr/local/texlive/2014/texmf-dist/tex/latex/subfigure/subfigure.cfg)
706
- \subfig@top=\skip73
707
- \subfig@bottom=\skip74
708
- )
709
- (./siggraph-abstract-review.aux)
710
- \openout1 = `siggraph-abstract-review.aux'.
711
-
712
- LaTeX Font Info: Checking defaults for OML/nxlmi/m/it on input line 34.
713
- LaTeX Font Info: Try loading font information for OML+nxlmi on input line 34
714
- .
715
-
716
- (/usr/local/texlive/2014/texmf-dist/tex/latex/newtx/omlnxlmi.fd
717
- File: omlnxlmi.fd 2013/11/19 Fontinst v1.933 font definitions for OML/nxlmi.
718
- )
719
- LaTeX Font Info: ... okay on input line 34.
720
- LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 34.
721
- LaTeX Font Info: ... okay on input line 34.
722
- LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 34.
723
- LaTeX Font Info: ... okay on input line 34.
724
- LaTeX Font Info: Checking defaults for OMS/ntxsy/m/n on input line 34.
725
- LaTeX Font Info: Try loading font information for OMS+ntxsy on input line 34
726
- .
727
-
728
- (/usr/local/texlive/2014/texmf-dist/tex/latex/newtx/omsntxsy.fd
729
- File: omsntxsy.fd 2012/11/14 Fontinst v1.933 font definitions for OMS/ntxsy.
730
- )
731
- LaTeX Font Info: ... okay on input line 34.
732
- LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 34.
733
- LaTeX Font Info: ... okay on input line 34.
734
- LaTeX Font Info: Checking defaults for U/ntxexa/m/n on input line 34.
735
- LaTeX Font Info: Try loading font information for U+ntxexa on input line 34.
736
-
737
-
738
- (/usr/local/texlive/2014/texmf-dist/tex/latex/newtx/untxexa.fd
739
- File: untxexa.fd 2012/04/16 Fontinst v1.933 font definitions for U/ntxexa.
740
- )
741
- LaTeX Font Info: ... okay on input line 34.
742
- LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 34.
743
- LaTeX Font Info: ... okay on input line 34.
744
- LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 34.
745
- LaTeX Font Info: ... okay on input line 34.
746
- LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 34.
747
- LaTeX Font Info: Try loading font information for TS1+cmr on input line 34.
748
-
749
- (/usr/local/texlive/2014/texmf-dist/tex/latex/base/ts1cmr.fd
750
- File: ts1cmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
751
- )
752
- LaTeX Font Info: ... okay on input line 34.
753
- LaTeX Font Info: Checking defaults for LMX/ntxexx/m/n on input line 34.
754
- LaTeX Font Info: ... okay on input line 34.
755
- LaTeX Font Info: Font shape `T1/LinuxLibertineT-TLF/m/n' will be
756
- (Font) scaled to size 7.0pt on input line 34.
757
- LaTeX Font Info: Try loading font information for OT1+LinuxLibertineT-TLF on
758
- input line 34.
759
-
760
- (/usr/local/texlive/2014/texmf-dist/tex/latex/libertine/OT1LinuxLibertineT-TLF.
761
- fd
762
- File: OT1LinuxLibertineT-TLF.fd 2012/11/26 (autoinst) Font definitions for OT1/
763
- LinuxLibertineT-TLF.
764
- )
765
- LaTeX Font Info: Font shape `OT1/LinuxLibertineT-TLF/m/n' will be
766
- (Font) scaled to size 7.3pt on input line 34.
767
- <<ot1.cmap>>
768
- LaTeX Font Info: Font shape `OT1/LinuxLibertineT-TLF/m/n' will be
769
- (Font) scaled to size 5.5pt on input line 34.
770
- <<oml.cmap>><<oms.cmap>>
771
- LaTeX Font Info: Try loading font information for U+ntxsya on input line 34.
772
-
773
-
774
- (/usr/local/texlive/2014/texmf-dist/tex/latex/newtx/untxsya.fd
775
- File: untxsya.fd 2012/04/12 Fontinst v1.933 font definitions for U/ntxsya.
776
- )
777
- LaTeX Font Info: Try loading font information for U+ntxsyb on input line 34.
778
-
779
-
780
- (/usr/local/texlive/2014/texmf-dist/tex/latex/newtx/untxsyb.fd
781
- File: untxsyb.fd 2012/04/12 Fontinst v1.933 font definitions for U/ntxsyb.
782
- )
783
- LaTeX Font Info: Try loading font information for U+ntxmia on input line 34.
784
-
785
-
786
- (/usr/local/texlive/2014/texmf-dist/tex/latex/newtx/untxmia.fd
787
- File: untxmia.fd 2012/04/16 Fontinst v1.933 font definitions for U/ntxmia.
788
- )
789
- LaTeX Font Info: Try loading font information for U+ntxsyc on input line 34.
790
-
791
-
792
- (/usr/local/texlive/2014/texmf-dist/tex/latex/newtx/untxsyc.fd
793
- File: untxsyc.fd 2012/04/12 Fontinst v1.933 font definitions for U/ntxsyc.
794
- )
795
- LaTeX Info: Redefining \microtypecontext on input line 34.
796
- Package microtype Info: Generating PDF output.
797
- Package microtype Info: Character protrusion enabled (level 2).
798
- Package microtype Info: Using default protrusion set `alltext'.
799
- Package microtype Info: Automatic font expansion enabled (level 2),
800
- (microtype) stretch: 20, shrink: 20, step: 1, non-selected.
801
- Package microtype Info: Using default expansion set `basictext'.
802
- Package microtype Info: No adjustment of tracking.
803
- Package microtype Info: No adjustment of interword spacing.
804
- Package microtype Info: No adjustment of character kerning.
805
- Package microtype Info: Loading generic settings for font family
806
- (microtype) `LinuxLibertineT-TLF' (encoding: T1).
807
- (microtype) For optimal results, create family-specific settings.
808
- (microtype) See the microtype manual for details.
809
-
810
- ABD: EveryShipout initializing macros
811
- \AtBeginShipoutBox=\box35
812
- Package hyperref Info: Link coloring OFF on input line 34.
813
-
814
- (/usr/local/texlive/2014/texmf-dist/tex/latex/hyperref/nameref.sty
815
- Package: nameref 2012/10/27 v2.43 Cross-referencing by name of section
816
-
817
- (/usr/local/texlive/2014/texmf-dist/tex/generic/oberdiek/gettitlestring.sty
818
- Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO)
819
- )
820
- \c@section@level=\count134
821
- )
822
- LaTeX Info: Redefining \ref on input line 34.
823
- LaTeX Info: Redefining \pageref on input line 34.
824
- LaTeX Info: Redefining \nameref on input line 34.
825
-
826
- (./siggraph-abstract-review.out) (./siggraph-abstract-review.out)
827
- \@outlinefile=\write4
828
- \openout4 = `siggraph-abstract-review.out'.
829
-
830
-
831
- (/usr/local/texlive/2014/texmf-dist/tex/context/base/supp-pdf.mkii
832
- [Loading MPS to PDF converter (version 2006.09.02).]
833
- \scratchcounter=\count135
834
- \scratchdimen=\dimen157
835
- \scratchbox=\box36
836
- \nofMPsegments=\count136
837
- \nofMParguments=\count137
838
- \everyMPshowfont=\toks32
839
- \MPscratchCnt=\count138
840
- \MPscratchDim=\dimen158
841
- \MPnumerator=\count139
842
- \makeMPintoPDFobject=\count140
843
- \everyMPtoPDFconversion=\toks33
844
- ) (/usr/local/texlive/2014/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
845
- Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf
846
-
847
- (/usr/local/texlive/2014/texmf-dist/tex/latex/oberdiek/grfext.sty
848
- Package: grfext 2010/08/19 v1.1 Manage graphics extensions (HO)
849
- )
850
- Package grfext Info: Graphics extension search list:
851
- (grfext) [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPE
852
- G,.JBIG2,.JB2,.eps]
853
- (grfext) \AppendGraphicsExtensions on input line 452.
854
-
855
- (/usr/local/texlive/2014/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
856
- File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
857
- e
858
- ))
859
- *geometry* driver: auto-detecting
860
- *geometry* detected driver: pdftex
861
- *geometry* verbose mode - [ preamble ] result:
862
- * driver: pdftex
863
- * paper: custom
864
- * layout: <same size as paper>
865
- * layoutoffset:(h,v)=(0.0pt,0.0pt)
866
- * modes: includehead includefoot twoside
867
- * h-part:(L,W,R)=(54.0pt, 506.295pt, 54.0pt)
868
- * v-part:(T,H,B)=(57.0pt, 664.96999pt, 73.0pt)
869
- * \paperwidth=614.295pt
870
- * \paperheight=794.96999pt
871
- * \textwidth=506.295pt
872
- * \textheight=625.96999pt
873
- * \oddsidemargin=-18.26999pt
874
- * \evensidemargin=-18.26999pt
875
- * \topmargin=-15.26999pt
876
- * \headheight=13.0pt
877
- * \headsep=14.0pt
878
- * \topskip=10.0pt
879
- * \footskip=12.0pt
880
- * \marginparwidth=24.0pt
881
- * \marginparsep=11.0pt
882
- * \columnsep=24.0pt
883
- * \skip\footins=7.0pt plus 11.0pt
884
- * \hoffset=0.0pt
885
- * \voffset=0.0pt
886
- * \mag=1000
887
- * \@twocolumnfalse
888
- * \@twosidetrue
889
- * \@mparswitchtrue
890
- * \@reversemarginfalse
891
- * (1in=72.27pt=25.4mm, 1cm=28.453pt)
892
-
893
- \c@mv@tabular=\count141
894
- \c@mv@boldtabular=\count142
895
- (/usr/local/texlive/2014/texmf-dist/tex/latex/upquote/upquote.sty
896
- Package: upquote 2012/04/19 v1.3 upright-quote and grave-accent glyphs in verba
897
- tim
898
- )
899
- Package caption Info: Begin \AtBeginDocument code.
900
- Package caption Info: float package is loaded.
901
- Package caption Info: subfigure package is loaded.
902
- Package caption Info: End \AtBeginDocument code.
903
-
904
- Excluding 'CCSXML' comment.
905
- LaTeX Font Info: Font shape `T1/LinuxLibertineT-TLF/m/n' will be
906
- (Font) scaled to size 17.28pt on input line 188.
907
- LaTeX Font Info: Try loading font information for T1+LinuxBiolinumT-TLF on i
908
- nput line 188.
909
-
910
- (/usr/local/texlive/2014/texmf-dist/tex/latex/libertine/T1LinuxBiolinumT-TLF.fd
911
- File: T1LinuxBiolinumT-TLF.fd 2012/11/26 (autoinst) Font definitions for T1/Lin
912
- uxBiolinumT-TLF.
913
- )
914
- LaTeX Font Info: Font shape `T1/LinuxBiolinumT-TLF/m/n' will be
915
- (Font) scaled to size 17.28pt on input line 188.
916
- Package microtype Info: Loading generic settings for font family
917
- (microtype) `LinuxBiolinumT-TLF' (encoding: T1).
918
- (microtype) For optimal results, create family-specific settings.
919
- (microtype) See the microtype manual for details.
920
- LaTeX Font Info: Font shape `T1/LinuxBiolinumT-TLF/bx/n' in size <17.28> not
921
- available
922
- (Font) Font shape `T1/LinuxBiolinumT-TLF/b/n' tried instead on inp
923
- ut line 188.
924
- LaTeX Font Info: Font shape `T1/LinuxBiolinumT-TLF/b/n' will be
925
- (Font) scaled to size 17.28pt on input line 188.
926
- LaTeX Font Info: Font shape `T1/LinuxLibertineT-TLF/m/n' will be
927
- (Font) scaled to size 12.0pt on input line 188.
928
- LaTeX Font Info: Font shape `T1/LinuxLibertineT-TLF/m/n' will be
929
- (Font) scaled to size 10.0pt on input line 188.
930
- LaTeX Font Info: Font shape `OT1/LinuxLibertineT-TLF/m/n' will be
931
- (Font) scaled to size 10.0pt on input line 188.
932
- Package microtype Info: Loading generic settings for font family
933
- (microtype) `LinuxLibertineT-TLF' (encoding: OT1).
934
- (microtype) For optimal results, create family-specific settings.
935
- (microtype) See the microtype manual for details.
936
- <screenshot-auto.png, id=36, 1120.185pt x 626.34pt>
937
- File: screenshot-auto.png Graphic file (type png)
938
-
939
- <use screenshot-auto.png>
940
- Package pdftex.def Info: screenshot-auto.png used on input line 188.
941
- (pdftex.def) Requested size: 193.86455pt x 108.405pt.
942
- <never-weights.png, id=38, 551.05875pt x 427.5975pt>
943
- File: never-weights.png Graphic file (type png)
944
-
945
- <use never-weights.png>
946
- Package pdftex.def Info: never-weights.png used on input line 188.
947
- (pdftex.def) Requested size: 139.69829pt x 108.405pt.
948
- <always-weights.png, id=39, 544.0325pt x 429.605pt>
949
- File: always-weights.png Graphic file (type png)
950
-
951
- <use always-weights.png>
952
- Package pdftex.def Info: always-weights.png used on input line 188.
953
- (pdftex.def) Requested size: 137.27788pt x 108.405pt.
954
- LaTeX Font Info: Font shape `T1/LinuxLibertineT-TLF/b/n' will be
955
- (Font) scaled to size 9.0pt on input line 188.
956
- LaTeX Font Info: Font shape `T1/LinuxLibertineT-TLF/m/it' will be
957
- (Font) scaled to size 7.0pt on input line 188.
958
- LaTeX Font Info: Font shape `T1/LinuxLibertineT-TLF/b/n' will be
959
- (Font) scaled to size 10.95pt on input line 188.
960
- LaTeX Font Info: Font shape `OT1/LinuxLibertineT-TLF/m/n' will be
961
- (Font) scaled to size 9.0pt on input line 188.
962
- LaTeX Font Info: Try loading font information for TS1+LinuxLibertineT-TLF on
963
- input line 188.
964
-
965
- (/usr/local/texlive/2014/texmf-dist/tex/latex/libertine/TS1LinuxLibertineT-TLF.
966
- fd
967
- File: TS1LinuxLibertineT-TLF.fd 2012/11/26 (autoinst) Font definitions for TS1/
968
- LinuxLibertineT-TLF.
969
- )
970
- LaTeX Font Info: Font shape `TS1/LinuxLibertineT-TLF/m/n' will be
971
- (Font) scaled to size 9.0pt on input line 188.
972
- Package microtype Info: Loading generic settings for font family
973
- (microtype) `LinuxLibertineT-TLF' (encoding: TS1).
974
- (microtype) For optimal results, create family-specific settings.
975
- (microtype) See the microtype manual for details.
976
- LaTeX Font Info: Font shape `T1/LinuxLibertineT-TLF/m/n' will be
977
- (Font) scaled to size 8.0pt on input line 188.
978
- LaTeX Font Info: Font shape `T1/LinuxLibertineT-TLF/m/n' will be
979
- (Font) scaled to size 6.0pt on input line 188.
980
-
981
- Underfull \hbox (badness 10000) has occurred while \output is active
982
-
983
- []
984
-
985
-
986
- Underfull \hbox (badness 10000) has occurred while \output is active
987
-
988
- []
989
-
990
- [1.1{/usr/local/texlive/2014/texmf-var/fonts/map/pdftex/updmap/pdftex.map}
991
-
992
- <./screenshot-auto.png> <./never-weights.png> <./always-weights.png>]
993
- LaTeX Font Info: Font shape `T1/LinuxLibertineT-TLF/b/n' will be
994
- (Font) scaled to size 8.0pt on input line 188.
995
- LaTeX Font Info: Font shape `T1/LinuxLibertineT-TLF/m/it' will be
996
- (Font) scaled to size 8.0pt on input line 188.
997
- LaTeX Font Info: Font shape `OT1/LinuxLibertineT-TLF/m/n' will be
998
- (Font) scaled to size 8.0pt on input line 188.
999
- LaTeX Font Info: Font shape `OT1/LinuxLibertineT-TLF/m/n' will be
1000
- (Font) scaled to size 6.2pt on input line 188.
1001
- LaTeX Font Info: Font shape `T1/LinuxLibertineT-TLF/m/it' will be
1002
- (Font) scaled to size 9.0pt on input line 195.
1003
-
1004
- (./siggraph-abstract-review.bbl)
1005
- Underfull \hbox (badness 10000) has occurred while \output is active
1006
-
1007
- []
1008
-
1009
- LaTeX Font Info: Font shape `T1/LinuxBiolinumT-TLF/m/n' will be
1010
- (Font) scaled to size 9.0pt on input line 235.
1011
- LaTeX Font Info: Font shape `T1/LinuxBiolinumT-TLF/m/n' will be
1012
- (Font) scaled to size 6.0pt on input line 235.
1013
-
1014
- Underfull \hbox (badness 10000) has occurred while \output is active
1015
-
1016
- []
1017
-
1018
- [2.2]
1019
- Package atveryend Info: Empty hook `BeforeClearDocument' on input line 235.
1020
- Package atveryend Info: Empty hook `AfterLastShipout' on input line 235.
1021
- (./siggraph-abstract-review.aux)
1022
- Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 235.
1023
- Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 235.
1024
- Package rerunfilecheck Info: File `siggraph-abstract-review.out' has not change
1025
- d.
1026
- (rerunfilecheck) Checksum: 549EC1A48CB7BA38D7BF7051F049C888;1346.
1027
- Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 235.
1028
- )
1029
- Here is how much of TeX's memory you used:
1030
- 17023 strings out of 493117
1031
- 257759 string characters out of 6135433
1032
- 371672 words of memory out of 5000000
1033
- 19825 multiletter control sequences out of 15000+600000
1034
- 134379 words of font info for 215 fonts, out of 8000000 for 9000
1035
- 1302 hyphenation exceptions out of 8191
1036
- 60i,16n,94p,1413b,551s stack positions out of 5000i,500n,10000p,200000b,80000s
1037
- {/usr/local/texlive/2014/texmf-dist/fonts/enc/dvips/libertine/lbtn_c7kyj5.enc
1038
- }{/usr/local/texlive/2014/texmf-dist/fonts/enc/dvips/libertine/lbtn_25tcsq.enc}
1039
- {/usr/local/texlive/2014/texmf-dist/fonts/enc/dvips/libertine/lbtn_naooyc.enc}{
1040
- /usr/local/texlive/2014/texmf-dist/fonts/enc/dvips/libertine/lbtn_7grukw.enc}{/
1041
- usr/local/texlive/2014/texmf-dist/fonts/enc/dvips/libertine/lbtn_nh77jq.enc}{/u
1042
- sr/local/texlive/2014/texmf-dist/fonts/enc/dvips/libertine/lbtn_76gpa5.enc}</us
1043
- r/local/texlive/2014/texmf-dist/fonts/type1/public/libertine/LinBiolinumT.pfb><
1044
- /usr/local/texlive/2014/texmf-dist/fonts/type1/public/libertine/LinBiolinumTB.p
1045
- fb></usr/local/texlive/2014/texmf-dist/fonts/type1/public/libertine/LinLibertin
1046
- eT.pfb></usr/local/texlive/2014/texmf-dist/fonts/type1/public/libertine/LinLibe
1047
- rtineTB.pfb></usr/local/texlive/2014/texmf-dist/fonts/type1/public/libertine/Li
1048
- nLibertineTI.pfb></usr/local/texlive/2014/texmf-dist/fonts/type1/public/txfonts
1049
- /txsy.pfb>
1050
- Output written on siggraph-abstract-review.pdf (2 pages, 708564 bytes).
1051
- PDF statistics:
1052
- 125 PDF objects out of 1000 (max. 8388607)
1053
- 96 compressed objects within 1 object stream
1054
- 16 named destinations out of 1000 (max. 500000)
1055
- 47704 words of extra memory for PDF output out of 51595 (max. 10000000)
1056
-