Advertisement
Pipapop

LaTeX-MWE-multicoltabular

Feb 12th, 2020
737
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 5.89 KB | None | 0 0
  1. \documentclass[11pt,a4paper]{article}
  2.  
  3. \usepackage{fontspec}
  4. \usepackage[margin=1cm,landscape]{geometry}
  5. \usepackage{multicol}
  6. \usepackage{supertabular}
  7.  
  8. \makeatletter
  9. \let\mcnewpage=\newpage
  10. \newcommand{\TrickSupertabularIntoMulticols}{%
  11.   \renewcommand\newpage{%
  12.     \if@firstcolumn
  13.       \hrule width\linewidth height0pt
  14.       \columnbreak
  15.     \else
  16.       \mcnewpage
  17.     \fi
  18.   }%
  19. }
  20. \makeatother
  21.  
  22. \begin{document}
  23. \thispagestyle{empty}
  24.  
  25. \begin{multicols*}{3}
  26.  \TrickSupertabularIntoMulticols
  27.  \begin{supertabular}{ll}
  28. C-c          & Prefix Command                                 \tabularnewline
  29. C-x          & Prefix Command                                 \tabularnewline
  30. ESC          & Prefix Command                                 \tabularnewline
  31. <C-down>     & ein:worksheet-goto-next-input-km               \tabularnewline
  32. <C-up>       & ein:worksheet-goto-prev-input-km               \tabularnewline
  33. <M-S-return> & ein:worksheet-execute-cell-and-insert-below-km \tabularnewline
  34. <M-down>     & ein:worksheet-not-move-cell-down-km            \tabularnewline
  35. <M-up>       & ein:worksheet-not-move-cell-up-km              \tabularnewline
  36.             &                                                \tabularnewline
  37. C-x C-s      & ein:notebook-save-notebook-command-km          \tabularnewline
  38. C-x C-w      & ein:notebook-rename-command-km                 \tabularnewline
  39.             &                                                \tabularnewline
  40. M-RET        & ein:worksheet-execute-cell-and-goto-next-km    \tabularnewline
  41. M-,          & ein:pytools-jump-back-command                  \tabularnewline
  42. M-.          & ein:pytools-jump-to-source-command             \tabularnewline
  43.             &                                                \tabularnewline
  44. C-c C-a      & ein:worksheet-insert-cell-above-km             \tabularnewline
  45. C-c C-b      & ein:worksheet-insert-cell-below-km             \tabularnewline
  46. C-c C-c      & ein:worksheet-execute-cell-km                  \tabularnewline
  47. C-u C-c C-c  & ein:worksheet-execute-all-cells                \tabularnewline
  48. C-c C-e      & ein:worksheet-toggle-output-km                 \tabularnewline
  49. C-c C-f      & ein:file-open-km                               \tabularnewline
  50. C-c C-h      & ein:pytools-request-help-km                    \tabularnewline
  51. C-c C-k      & ein:worksheet-kill-cell-km                     \tabularnewline
  52. C-c C-l      & ein:worksheet-clear-output-km                  \tabularnewline
  53. C-c RET      & ein:worksheet-merge-cell-km                    \tabularnewline
  54. C-c C-n      & ein:worksheet-goto-next-input-km               \tabularnewline
  55. C-c C-o      & ein:notebook-open-km                           \tabularnewline
  56. C-c C-p      & ein:worksheet-goto-prev-input-km               \tabularnewline
  57. C-c C-q      & ein:notebook-kill-kernel-then-close-command-km \tabularnewline
  58. C-c C-r      & ein:notebook-reconnect-session-command-km      \tabularnewline
  59. C-c C-s      & ein:worksheet-split-cell-at-point-km           \tabularnewline
  60. C-c C-t      & ein:worksheet-toggle-cell-type-km              \tabularnewline
  61. C-c C-u      & ein:worksheet-change-cell-type-km              \tabularnewline
  62. C-c C-v      & ein:worksheet-set-output-visibility-all-km     \tabularnewline
  63. C-c C-w      & ein:worksheet-copy-cell-km                     \tabularnewline
  64. C-c C-x      & Prefix Command                                 \tabularnewline
  65. C-c C-y      & ein:worksheet-yank-cell-km                     \tabularnewline
  66. C-c C-z      & ein:notebook-kernel-interrupt-command-km       \tabularnewline
  67. C-c ESC      & Prefix Command                                 \tabularnewline
  68. C-c !        & ein:worksheet-rename-sheet-km                  \tabularnewline
  69. C-c +        & ein:notebook-worksheet-insert-next-km          \tabularnewline
  70. C-c -        & ein:notebook-worksheet-delete-km               \tabularnewline
  71. C-c 1        & ein:notebook-worksheet-open-1th-km             \tabularnewline
  72. C-c 2        & ein:notebook-worksheet-open-2th-km             \tabularnewline
  73. C-c 3        & ein:notebook-worksheet-open-3th-km             \tabularnewline
  74. C-c 4        & ein:notebook-worksheet-open-4th-km             \tabularnewline
  75. C-c 5        & ein:notebook-worksheet-open-5th-km             \tabularnewline
  76. C-c 6        & ein:notebook-worksheet-open-6th-km             \tabularnewline
  77. C-c 7        & ein:notebook-worksheet-open-7th-km             \tabularnewline
  78. C-c 8        & ein:notebook-worksheet-open-8th-km             \tabularnewline
  79. C-c 9        & ein:notebook-worksheet-open-last-km            \tabularnewline
  80. C-c \{       & ein:notebook-worksheet-open-prev-or-last-km    \tabularnewline
  81. C-c \}       & ein:notebook-worksheet-open-next-or-first-km   \tabularnewline
  82. C-c C-S-l    & ein:worksheet-clear-all-output-km              \tabularnewline
  83. C-c C-\#     & ein:notebook-close-km                          \tabularnewline
  84. C-c C-\$     & ein:tb-show-km                                 \tabularnewline
  85. C-c C-/      & ein:notebook-scratchsheet-open-km              \tabularnewline
  86. C-c C-;      & ein:shared-output-show-code-cell-at-point-km   \tabularnewline
  87. C-c <down>   & ein:worksheet-move-cell-down-km                \tabularnewline
  88. C-c <up>     & ein:worksheet-move-cell-up-km                  \tabularnewline
  89.             &                                                \tabularnewline
  90. C-c C-x C-r  & ein:notebook-restart-session-command-km        \tabularnewline
  91.             &                                                \tabularnewline
  92. C-c M-+      & ein:notebook-worksheet-insert-prev-km          \tabularnewline
  93. C-c M-w      & ein:worksheet-copy-cell-km                     \tabularnewline
  94. C-c M-\{     & ein:notebook-worksheet-move-prev-km            \tabularnewline
  95. C-c M-\}     & ein:notebook-worksheet-move-next-km            \tabularnewline
  96. \end{supertabular}
  97. \end{multicols*}
  98.  
  99. \end{document}
  100.  
  101. % Local Variables:
  102. % TeX-engine: luatex
  103. % End:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement