アプローチ1

アプローチ1

私が使うマセマティカ方程式を変換するコマンドTeXForm。配列が長すぎます。方法を見つけようとしましたが、この方程式を整列させることができません。どうすればいいでしょうか?

\documentclass[12pt,a4paper]{article}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{fourier}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\begin{document}
\[\left(
\begin{array}{ccc}
 \{-7,-2,2\} & \{-5,8,0\} &\{-3,-6,4\} \\
 \{-7,-2,2\} & \{-3,-6,4\} &\{7,-4,6\} \\
 \{-7,-2,2\} & \{-3,6,10\} &\{4,8,9\} \\
 \{-7,-2,4\} & \{-5,8,6\} & \{-3,-6,2\} \\
 \{-7,-2,4\} & \{-3,-6,2\} &\{7,-4,0\} \\
 \{-7,3,-1\} & \{-3,-5,7\} &\{4,-4,9\} \\
 \{-7,3,7\} & \{-3,-5,-1\} &\{-2,8,9\} \\
 \{-7,6,2\} & \{-5,-4,0\} &\{-3,10,4\} \\
 \{-7,6,2\} & \{-3,-2,10\} &\{4,-4,9\} \\
 \{-7,6,4\} & \{-3,10,2\} &\{7,8,0\} \\
 \{-6,-2,-1\} & \{2,6,-5\} &\{7,8,0\} \\
 \{-6,-2,7\} & \{-5,-4,0\} &\{2,6,11\} \\
 \{-6,6,-1\} & \{2,-2,-5\} &\{7,-4,0\} \\
 \{-6,6,7\} & \{-5,8,0\} &\{2,-2,11\} \\
 \{-5,-4,0\} & \{5,-6,2\} &\{9,-2,4\} \\
 \{-5,-4,6\} & \{-3,1,11\} &\{5,9,7\} \\
 \{-5,-4,6\} & \{5,-6,4\} & \{9,-2,2\} \\
 \{-5,-1,9\} & \{-3,-6,4\} &\{5,-2,-4\} \\
 \{-5,5,-3\} & \{0,10,-1\} &\{8,6,7\} \\
 \{-5,5,9\} & \{0,10,7\} &\{8,6,-1\} \\
 \{-5,8,0\} & \{-3,9,7\} &\{5,1,11\} \\
 \{-5,8,0\} & \{5,10,2\} & \{9,6,4\} \\
 \{-3,-2,-4\} & \{5,-6,4\} &\{7,-1,9\} \\
 \{-3,1,-5\} & \{5,9,-1\} &\{7,8,6\} \\
 \{-3,9,-1\} & \{5,1,-5\} &\{7,-4,0\} \\
 \{-2,-4,-3\} & \{0,6,-5\} &\{2,10,-1\} \\
 \{-2,-4,-3\} & \{5,-5,-1\} &\{9,3,7\} \\
 \{-2,-4,9\} & \{0,6,11\} &\{2,10,7\} \\
 \{-2,8,-3\} & \{0,10,7\} &\{2,6,11\} \\
 \{-2,8,9\} & \{0,10,-1\} &\{2,6,-5\} \\
 \{0,-6,-1\} & \{2,-2,-5\} & \{4,8,-3\} \\
 \{0,-6,7\} & \{2,-2,11\} &\{4,8,9\} \\
 \{0,-2,-5\} & \{2,-6,-1\} &\{4,-4,9\} \\
 \{0,-2,11\} & \{2,-6,7\} &\{4,-4,-3\} \\
 \{0,6,-5\} & \{2,10,-1\} & \{4,8,9\} \\
 \{0,6,11\} & \{2,10,7\} & \{4,8,-3\} \\
 \{0,10,-1\} & \{2,6,-5\} & \{4,-4,-3\} \\
 \{0,10,7\} & \{2,6,11\} & \{4,-4,9\} \\
 \{4,-4,-3\} & \{5,6,10\} & \{9,-2,2\} \\
 \{4,8,-3\} & \{5,-5,7\} &\{9,3,-1\} \\
 \{4,8,-3\} & \{5,-2,10\} & \{9,6,2\} \\
 \{5,-6,2\} & \{7,8,6\} &\{9,-2,4\} \\
 \{5,-6,4\} & \{7,8,0\} &\{9,-2,2\} \\
\{5,10,4\} & \{7,-4,0\} &\{9,6,2\} \\
 \{0,10,7\} & \{2,6,11\} & \{4,-4,9\} \\
 \{4,-4,-3\} & \{5,6,10\} & \{9,-2,2\} \\
 \{4,8,-3\} & \{5,-5,7\} & \{9,3,-1\} \\
 \{4,8,-3\} & \{5,-2,10\} &\{9,6,2\} \\
 \{5,-6,2\} & \{7,8,6\} & \{9,-2,4\} \\
 \{5,-6,4\} & \{7,8,0\} &\{9,-2,2\} \\
 \{5,10,4\} & \{7,-4,0\} &\{9,6,2\}
\end{array}
\right)\]
\end{document}

答え1

ここに画像の説明を入力してください

\documentclass[12pt,a4paper]{article}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{fourier}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\begin{document}
\small\[
\left(\begin{array}{*{3}{r@{,}r@{,}r}}
 \{-7&-2&2\} & \{-5&8&0\} &\{-3&-6&4\} \\
 \{-7&-2&2\} & \{-3&-6&4\} &\{7&-4&6\} \\
 \{-7&-2&2\} & \{-3&6&10\} &\{4&8&9\} \\
 \{-7&-2&4\} & \{-5&8&6\} & \{-3&-6&2\} \\
 \{-7&-2&4\} & \{-3&-6&2\} &\{7&-4&0\} \\
 \{-7&3&-1\} & \{-3&-5&7\} &\{4&-4&9\} \\
 \{-7&3&7\} & \{-3&-5&-1\} &\{-2&8&9\} \\
 \{-7&6&2\} & \{-5&-4&0\} &\{-3&10&4\} \\
 \{-7&6&2\} & \{-3&-2&10\} &\{4&-4&9\} \\
 \{-7&6&4\} & \{-3&10&2\} &\{7&8&0\} \\
 \{-6&-2&-1\} & \{2&6&-5\} &\{7&8&0\} \\
 \{-6&-2&7\} & \{-5&-4&0\} &\{2&6&11\} \\
 \{-6&6&-1\} & \{2&-2&-5\} &\{7&-4&0\} \\
 \{-6&6&7\} & \{-5&8&0\} &\{2&-2&11\} \\
 \{-5&-4&0\} & \{5&-6&2\} &\{9&-2&4\} \\
 \{-5&-4&6\} & \{-3&1&11\} &\{5&9&7\} \\
 \{-5&-4&6\} & \{5&-6&4\} & \{9&-2&2\} \\
 \{-5&-1&9\} & \{-3&-6&4\} &\{5&-2&-4\} \\
 \{-5&5&-3\} & \{0&10&-1\} &\{8&6&7\} \\
 \{-5&5&9\} & \{0&10&7\} &\{8&6&-1\} \\
 \{-5&8&0\} & \{-3&9&7\} &\{5&1&11\} \\
 \{-5&8&0\} & \{5&10&2\} & \{9&6&4\} \\
 \{-3&-2&-4\} & \{5&-6&4\} &\{7&-1&9\} \\
 \{-3&1&-5\} & \{5&9&-1\} &\{7&8&6\} \\
 \{-3&9&-1\} & \{5&1&-5\} &\{7&-4&0\} \\
 \{-2&-4&-3\} & \{0&6&-5\} &\{2&10&-1\} \\
 \{-2&-4&-3\} & \{5&-5&-1\} &\{9&3&7\} \\
 \{-2&-4&9\} & \{0&6&11\} &\{2&10&7\} \\
 \{-2&8&-3\} & \{0&10&7\} &\{2&6&11\} \\
 \{-2&8&9\} & \{0&10&-1\} &\{2&6&-5\} \\
 \{0&-6&-1\} & \{2&-2&-5\} & \{4&8&-3\} \\
 \{0&-6&7\} & \{2&-2&11\} &\{4&8&9\} \\
 \{0&-2&-5\} & \{2&-6&-1\} &\{4&-4&9\} \\
 \{0&-2&11\} & \{2&-6&7\} &\{4&-4&-3\} \\
 \{0&6&-5\} & \{2&10&-1\} & \{4&8&9\} \\
 \{0&6&11\} & \{2&10&7\} & \{4&8&-3\} \\
 \{0&10&-1\} & \{2&6&-5\} & \{4&-4&-3\} \\
 \{0&10&7\} & \{2&6&11\} & \{4&-4&9\} \\
 \{4&-4&-3\} & \{5&6&10\} & \{9&-2&2\} \\
 \{4&8&-3\} & \{5&-5&7\} &\{9&3&-1\} \\
 \{4&8&-3\} & \{5&-2&10\} & \{9&6&2\} \\
 \{5&-6&2\} & \{7&8&6\} &\{9&-2&4\} \\
 \{5&-6&4\} & \{7&8&0\} &\{9&-2&2\} \\
\{5&10&4\} & \{7&-4&0\} &\{9&6&2\} \\
 \{0&10&7\} & \{2&6&11\} & \{4&-4&9\} \\
 \{4&-4&-3\} & \{5&6&10\} & \{9&-2&2\} \\
 \{4&8&-3\} & \{5&-5&7\} & \{9&3&-1\} \\
 \{4&8&-3\} & \{5&-2&10\} &\{9&6&2\} \\
 \{5&-6&2\} & \{7&8&6\} & \{9&-2&4\} \\
 \{5&-6&4\} & \{7&8&0\} &\{9&-2&2\} \\
 \{5&10&4\} & \{7&-4&0\} &\{9&6&2\}
\end{array}\right)\]
\end{document}

答え2

ニーズに応じて 2 つのアプローチがあります。それぞれ出力を手動で編集する必要があります。結果と完全なコードは下部に表示されます。

アプローチ1

式全体が括弧で囲まれているため、これを行う標準的な方法はありません。行列を次のように記述することをお勧めします。

X = ( X_1 )
    ( X_2 )

ここで、X_1とX_2は利用可能なスペースに収まる小さなサブマトリックスです。次に、X_1 =の前に挿入し\left(\begin{array}、を挿入します。

\end{array}\right)\]
and 
\[ X_2 = \left(
\begin{array}{ccc}

改ページに適した場所。

(別の方法としては、X_1 と X_2 の定義を などの浮動環境に配置して、tableそれらを参照する方法がありますtable。その場合、各 X_i が 1 ページより小さくなるようにするだけです。)

アプローチ2

括弧が重要でない場合は、longtableパッケージまたは を使用できますmdframed。どちらも手動で改ページを選択する必要はありません。ここにアプローチがあります。 \end{array}\right)]` を次のようにmdframed置き換えます。\[\left(\array{ccc}' and

\begin{mdframed}[hidealllines=true]
\allowdisplaybreaks 
\begin{align*}

そして

\end{align*}
\end{mdframed}

それぞれ&を に置き換えます&&

アプローチ1の結果

バージョン 1 ページ 1

バージョン 1 ページ 2

アプローチ2の結果

バージョン 2 ページ 1

バージョン 2 ページ 2

アプローチ 1 のコード

\documentclass[12pt,a4paper]{article}

\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{fourier}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}

\usepackage{lipsum}% for dummy text

\begin{document}

\lipsum[1-2]

\begin{equation*}
  X =
  \begin{pmatrix}
    X_1 \\ X_2
  \end{pmatrix}
  ,
\end{equation*}
where
\[
X_1 = 
\left(
\begin{array}{ccc}
 \{-7,-2,2\} & \{-5,8,0\} &\{-3,-6,4\} \\
 \{-7,-2,2\} & \{-3,-6,4\} &\{7,-4,6\} \\
 \{-7,-2,2\} & \{-3,6,10\} &\{4,8,9\} \\
 \{-7,-2,4\} & \{-5,8,6\} & \{-3,-6,2\} \\
 \{-7,-2,4\} & \{-3,-6,2\} &\{7,-4,0\} \\
 \{-7,3,-1\} & \{-3,-5,7\} &\{4,-4,9\} \\
 \{-7,3,7\} & \{-3,-5,-1\} &\{-2,8,9\} \\
 \{-7,6,2\} & \{-5,-4,0\} &\{-3,10,4\} \\
 \{-7,6,2\} & \{-3,-2,10\} &\{4,-4,9\} \\
 \{-7,6,4\} & \{-3,10,2\} &\{7,8,0\} \\
 \{-6,-2,-1\} & \{2,6,-5\} &\{7,8,0\} \\
 \{-6,-2,7\} & \{-5,-4,0\} &\{2,6,11\} \\
 \{-6,6,-1\} & \{2,-2,-5\} &\{7,-4,0\} \\
 \{-6,6,7\} & \{-5,8,0\} &\{2,-2,11\} \\
 \{-5,-4,0\} & \{5,-6,2\} &\{9,-2,4\} \\
 \{-5,-4,6\} & \{-3,1,11\} &\{5,9,7\} \\
 \{-5,-4,6\} & \{5,-6,4\} & \{9,-2,2\} \\
 \{-5,-1,9\} & \{-3,-6,4\} &\{5,-2,-4\} \\
 \{-5,5,-3\} & \{0,10,-1\} &\{8,6,7\} \\
 \{-5,5,9\} & \{0,10,7\} &\{8,6,-1\} \\
 \{-5,8,0\} & \{-3,9,7\} &\{5,1,11\} \\
 \{-5,8,0\} & \{5,10,2\} & \{9,6,4\} \\
 \{-3,-2,-4\} & \{5,-6,4\} &\{7,-1,9\} \\
 \{-3,1,-5\} & \{5,9,-1\} &\{7,8,6\} \\
 \{-3,9,-1\} & \{5,1,-5\} &\{7,-4,0\} \\
 \{-2,-4,-3\} & \{0,6,-5\} &\{2,10,-1\}\\
\{-2,-4,-3\} & \{5,-5,-1\} &\{9,3,7\} \\
 \{-2,-4,9\} & \{0,6,11\} &\{2,10,7\} \\
 \{-2,8,-3\} & \{0,10,7\} &\{2,6,11\} \\
 \{-2,8,9\} & \{0,10,-1\} &\{2,6,-5\} \\
 \{0,-6,-1\} & \{2,-2,-5\} & \{4,8,-3\} \\
\end{array}\right)\]
and 
\[ X_2 = \left(
\begin{array}{ccc}
 \{0,-6,7\} & \{2,-2,11\} &\{4,8,9\} \\
 \{0,-2,-5\} & \{2,-6,-1\} &\{4,-4,9\} \\
 \{0,-2,11\} & \{2,-6,7\} &\{4,-4,-3\} \\
 \{0,6,-5\} & \{2,10,-1\} & \{4,8,9\} \\
 \{0,6,11\} & \{2,10,7\} & \{4,8,-3\} \\
 \{0,10,-1\} & \{2,6,-5\} & \{4,-4,-3\} \\
 \{0,10,7\} & \{2,6,11\} & \{4,-4,9\} \\
 \{4,-4,-3\} & \{5,6,10\} & \{9,-2,2\} \\
 \{4,8,-3\} & \{5,-5,7\} &\{9,3,-1\} \\
 \{4,8,-3\} & \{5,-2,10\} & \{9,6,2\} \\
 \{5,-6,2\} & \{7,8,6\} &\{9,-2,4\} \\
 \{5,-6,4\} & \{7,8,0\} &\{9,-2,2\} \\
\{5,10,4\} & \{7,-4,0\} &\{9,6,2\} \\
 \{0,10,7\} & \{2,6,11\} & \{4,-4,9\} \\
 \{4,-4,-3\} & \{5,6,10\} & \{9,-2,2\} \\
 \{4,8,-3\} & \{5,-5,7\} & \{9,3,-1\} \\
 \{4,8,-3\} & \{5,-2,10\} &\{9,6,2\} \\
 \{5,-6,2\} & \{7,8,6\} & \{9,-2,4\} \\
 \{5,-6,4\} & \{7,8,0\} &\{9,-2,2\} \\
 \{5,10,4\} & \{7,-4,0\} &\{9,6,2\}
\end{array}
\right)\]
\end{document}

アプローチ2のコード

\documentclass[12pt,a4paper]{article}

\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{fourier}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}

\usepackage[tikz]{mdframed}

\usepackage{lipsum}% for dummy text

\begin{document}

\lipsum[1-2]

\begin{mdframed}[hidealllines=true]
\allowdisplaybreaks 
\begin{align*}
  \{-7,-2,2\} && \{-5,8,0\} &&\{-3,-6,4\} \\
  \{-7,-2,2\} && \{-3,-6,4\} &&\{7,-4,6\} \\
  \{-7,-2,2\} && \{-3,6,10\} &&\{4,8,9\} \\
  \{-7,-2,4\} && \{-5,8,6\} && \{-3,-6,2\} \\
  \{-7,-2,4\} && \{-3,-6,2\} &&\{7,-4,0\} \\
  \{-7,3,-1\} && \{-3,-5,7\} &&\{4,-4,9\} \\
  \{-7,3,7\} && \{-3,-5,-1\} &&\{-2,8,9\} \\
  \{-7,6,2\} && \{-5,-4,0\} &&\{-3,10,4\} \\
  \{-7,6,2\} && \{-3,-2,10\} &&\{4,-4,9\} \\
  \{-7,6,4\} && \{-3,10,2\} &&\{7,8,0\} \\
  \{-6,-2,-1\} && \{2,6,-5\} &&\{7,8,0\} \\
  \{-6,-2,7\} && \{-5,-4,0\} &&\{2,6,11\} \\
  \{-6,6,-1\} && \{2,-2,-5\} &&\{7,-4,0\} \\
  \{-6,6,7\} && \{-5,8,0\} &&\{2,-2,11\} \\
  \{-5,-4,0\} && \{5,-6,2\} &&\{9,-2,4\} \\
  \{-5,-4,6\} && \{-3,1,11\} &&\{5,9,7\} \\
  \{-5,-4,6\} && \{5,-6,4\} && \{9,-2,2\} \\
  \{-5,-1,9\} && \{-3,-6,4\} &&\{5,-2,-4\} \\
  \{-5,5,-3\} && \{0,10,-1\} &&\{8,6,7\} \\
  \{-5,5,9\} && \{0,10,7\} &&\{8,6,-1\} \\
  \{-5,8,0\} && \{-3,9,7\} &&\{5,1,11\} \\
  \{-5,8,0\} && \{5,10,2\} && \{9,6,4\} \\
  \{-3,-2,-4\} && \{5,-6,4\} &&\{7,-1,9\} \\
  \{-3,1,-5\} && \{5,9,-1\} &&\{7,8,6\} \\
  \{-3,9,-1\} && \{5,1,-5\} &&\{7,-4,0\} \\
  \{-2,-4,-3\} && \{0,6,-5\} &&\{2,10,-1\}\\
  \{-2,-4,-3\} && \{5,-5,-1\} &&\{9,3,7\} \\
  \{-2,-4,9\} && \{0,6,11\} &&\{2,10,7\} \\
  \{-2,8,-3\} && \{0,10,7\} &&\{2,6,11\} \\
  \{-2,8,9\} && \{0,10,-1\} &&\{2,6,-5\} \\
  \{0,-6,-1\} && \{2,-2,-5\} && \{4,8,-3\} \\
  \{0,-6,7\} && \{2,-2,11\} &&\{4,8,9\} \\
  \{0,-2,-5\} && \{2,-6,-1\} &&\{4,-4,9\} \\
  \{0,-2,11\} && \{2,-6,7\} &&\{4,-4,-3\} \\
  \{0,6,-5\} && \{2,10,-1\} && \{4,8,9\} \\
  \{0,6,11\} && \{2,10,7\} && \{4,8,-3\} \\
  \{0,10,-1\} && \{2,6,-5\} && \{4,-4,-3\} \\
  \{0,10,7\} && \{2,6,11\} && \{4,-4,9\} \\
  \{4,-4,-3\} && \{5,6,10\} && \{9,-2,2\} \\
  \{4,8,-3\} && \{5,-5,7\} &&\{9,3,-1\} \\
  \{4,8,-3\} && \{5,-2,10\} && \{9,6,2\} \\
  \{5,-6,2\} && \{7,8,6\} &&\{9,-2,4\} \\
  \{5,-6,4\} && \{7,8,0\} &&\{9,-2,2\} \\
  \{5,10,4\} && \{7,-4,0\} &&\{9,6,2\} \\
  \{0,10,7\} && \{2,6,11\} && \{4,-4,9\} \\
  \{4,-4,-3\} && \{5,6,10\} && \{9,-2,2\} \\
  \{4,8,-3\} && \{5,-5,7\} && \{9,3,-1\} \\
  \{4,8,-3\} && \{5,-2,10\} &&\{9,6,2\} \\
  \{5,-6,2\} && \{7,8,6\} && \{9,-2,4\} \\
  \{5,-6,4\} && \{7,8,0\} &&\{9,-2,2\} \\
  \{5,10,4\} && \{7,-4,0\} &&\{9,6,2\}\\
\end{align*}
\end{mdframed}

\end{document}

答え3

9 列の環境を使用できますlongtable。各列は数式モードで自動的に処理され、中括弧とカンマが自動的に挿入されます。配列はlongtableページをまたいで改ページできるため、配列をページに収めるために改ページを許可する (または許可しない) 必要はありません。

結果の配列の最初の 6 行は次のようになります。

ここに画像の説明を入力してください

\documentclass[12pt,a4paper]{article}
\usepackage[margin=2cm]{geometry}
\usepackage{fourier,longtable,array}
\begin{document}
\begin{longtable}{| *{3}{>{$\{}r<{$} @{,\,} >{$}r<{$} @{,\,} >{$}r<{\}$} } |}
\endfirsthead  % blank header on first page
\multicolumn{9}{l}{(\emph{array continued from previous page})}
\endhead
\multicolumn{9}{r}{(\emph{array continued on next page})}
\endfoot
\endlastfoot  % blank footer on final page
 -7 & -2 & 2 & -5 & 8 & 0 &-3 & -6 & 4 \\
 -7 & -2 & 2 & -3 & -6 & 4 &7 & -4 & 6 \\
 -7 & -2 & 2 & -3 & 6 & 10 &4 & 8 & 9 \\
 -7 & -2 & 4 & -5 & 8 & 6 & -3 & -6 & 2 \\
 -7 & -2 & 4 & -3 & -6 & 2 &7 & -4 & 0 \\
 -7 & 3 & -1 & -3 & -5 & 7 &4 & -4 & 9 \\
 -7 & 3 & 7 & -3 & -5 & -1 &-2 & 8 & 9 \\
 -7 & 6 & 2 & -5 & -4 & 0 &-3 & 10 & 4 \\
 -7 & 6 & 2 & -3 & -2 & 10 &4 & -4 & 9 \\
 -7 & 6 & 4 & -3 & 10 & 2 &7 & 8 & 0 \\
 -6 & -2 & -1 & 2 & 6 & -5 &7 & 8 & 0 \\
 -6 & -2 & 7 & -5 & -4 & 0 &2 & 6 & 11 \\
 -6 & 6 & -1 & 2 & -2 & -5 &7 & -4 & 0 \\
 -6 & 6 & 7 & -5 & 8 & 0 &2 & -2 & 11 \\
 -5 & -4 & 0 & 5 & -6 & 2 &9 & -2 & 4 \\
 -5 & -4 & 6 & -3 & 1 & 11 &5 & 9 & 7 \\
 -5 & -4 & 6 & 5 & -6 & 4 & 9 & -2 & 2 \\
 -5 & -1 & 9 & -3 & -6 & 4 &5 & -2 & -4 \\
 -5 & 5 & -3 & 0 & 10 & -1 &8 & 6 & 7 \\
 -5 & 5 & 9 & 0 & 10 & 7 &8 & 6 & -1 \\
 -5 & 8 & 0 & -3 & 9 & 7 &5 & 1 & 11 \\
 -5 & 8 & 0 & 5 & 10 & 2 & 9 & 6 & 4 \\
 -3 & -2 & -4 & 5 & -6 & 4 &7 & -1 & 9 \\
 -3 & 1 & -5 & 5 & 9 & -1 &7 & 8 & 6 \\
 -3 & 9 & -1 & 5 & 1 & -5 &7 & -4 & 0 \\
 -2 & -4 & -3 & 0 & 6 & -5 &2 & 10 & -1 \\
 -2 & -4 & -3 & 5 & -5 & -1 &9 & 3 & 7 \\
 -2 & -4 & 9 & 0 & 6 & 11 &2 & 10 & 7 \\
 -2 & 8 & -3 & 0 & 10 & 7 &2 & 6 & 11 \\
 -2 & 8 & 9 & 0 & 10 & -1 &2 & 6 & -5 \\
 0 & -6 & -1 & 2 & -2 & -5 & 4 & 8 & -3 \\
 0 & -6 & 7 & 2 & -2 & 11 &4 & 8 & 9 \\
 0 & -2 & -5 & 2 & -6 & -1 &4 & -4 & 9 \\
 0 & -2 & 11 & 2 & -6 & 7 &4 & -4 & -3 \\
 0 & 6 & -5 & 2 & 10 & -1 & 4 & 8 & 9 \\
 0 & 6 & 11 & 2 & 10 & 7 & 4 & 8 & -3 \\
 0 & 10 & -1 & 2 & 6 & -5 & 4 & -4 & -3 \\
 0 & 10 & 7 & 2 & 6 & 11 & 4 & -4 & 9 \\
 4 & -4 & -3 & 5 & 6 & 10 & 9 & -2 & 2 \\
 4 & 8 & -3 & 5 & -5 & 7 &9 & 3 & -1 \\
 4 & 8 & -3 & 5 & -2 & 10 & 9 & 6 & 2 \\
 5 & -6 & 2 & 7 & 8 & 6 &9 & -2 & 4 \\
 5 & -6 & 4 & 7 & 8 & 0 &9 & -2 & 2 \\
 5 & 10 & 4 & 7 & -4 & 0 &9 & 6 & 2 \\
 0 & 10 & 7 & 2 & 6 & 11 & 4 & -4 & 9 \\
 4 & -4 & -3 & 5 & 6 & 10 & 9 & -2 & 2 \\
 4 & 8 & -3 & 5 & -5 & 7 & 9 & 3 & -1 \\
 4 & 8 & -3 & 5 & -2 & 10 &9 & 6 & 2 \\
 5 & -6 & 2 & 7 & 8 & 6 & 9 & -2 & 4 \\
 5 & -6 & 4 & 7 & 8 & 0 &9 & -2 & 2 \\
 5 & 10 & 4 & 7 & -4 & 0 &9 & 6 & 2 \\
\end{longtable}
\end{document} 

補遺: 配列本体のコードをMathematicaで提供されたままにしておくことを選択した場合でも、longtable環境の代わりに環境を使用してarray素材をタイプセットすることができます。現在の命令を置き換えるだけです。

\[ \left( \begin{array}{ccc}

\begin{longtable}{| *{3}{>{$}c<{$}} | }

配列内のどこかで改ページが発生した場合は、読者の目を誘導するために次のコードを提供できます。

\endfirsthead  % blank header on first page
\multicolumn{3}{@{}l}{(\emph{array continued from previous page})}
\endhead
\multicolumn{3}{r@{}}{(\emph{array continued on next page})}
\endfoot
\endlastfoot  % blank footer on final page

2 ページ目の資料は次のようになります。

ここに画像の説明を入力してください

\documentclass{article}
\usepackage{array,longtable,fourier}
\begin{document}
\begin{longtable}{| *{3}{>{$}c<{$}} | }
\endfirsthead  % blank header on first page
\multicolumn{3}{@{}l}{(\emph{array continued from previous page})}
\endhead
\multicolumn{3}{r@{}}{(\emph{array continued on next page})}
\endfoot
\endlastfoot  % blank footer on final page
 \{-7,-2,2\} & \{-5,8,0\} &\{-3,-6,4\} \\
 \{-7,-2,2\} & \{-3,-6,4\} &\{7,-4,6\} \\
 \{-7,-2,2\} & \{-3,6,10\} &\{4,8,9\} \\
 \{-7,-2,4\} & \{-5,8,6\} & \{-3,-6,2\} \\
 \{-7,-2,4\} & \{-3,-6,2\} &\{7,-4,0\} \\
 \{-7,3,-1\} & \{-3,-5,7\} &\{4,-4,9\} \\
 \{-7,3,7\} & \{-3,-5,-1\} &\{-2,8,9\} \\
 \{-7,6,2\} & \{-5,-4,0\} &\{-3,10,4\} \\
 \{-7,6,2\} & \{-3,-2,10\} &\{4,-4,9\} \\
 \{-7,6,4\} & \{-3,10,2\} &\{7,8,0\} \\
 \{-6,-2,-1\} & \{2,6,-5\} &\{7,8,0\} \\
 \{-6,-2,7\} & \{-5,-4,0\} &\{2,6,11\} \\
 \{-6,6,-1\} & \{2,-2,-5\} &\{7,-4,0\} \\
 \{-6,6,7\} & \{-5,8,0\} &\{2,-2,11\} \\
 \{-5,-4,0\} & \{5,-6,2\} &\{9,-2,4\} \\
 \{-5,-4,6\} & \{-3,1,11\} &\{5,9,7\} \\
 \{-5,-4,6\} & \{5,-6,4\} & \{9,-2,2\} \\
 \{-5,-1,9\} & \{-3,-6,4\} &\{5,-2,-4\} \\
 \{-5,5,-3\} & \{0,10,-1\} &\{8,6,7\} \\
 \{-5,5,9\} & \{0,10,7\} &\{8,6,-1\} \\
 \{-5,8,0\} & \{-3,9,7\} &\{5,1,11\} \\
 \{-5,8,0\} & \{5,10,2\} & \{9,6,4\} \\
 \{-3,-2,-4\} & \{5,-6,4\} &\{7,-1,9\} \\
 \{-3,1,-5\} & \{5,9,-1\} &\{7,8,6\} \\
 \{-3,9,-1\} & \{5,1,-5\} &\{7,-4,0\} \\
 \{-2,-4,-3\} & \{0,6,-5\} &\{2,10,-1\} \\
 \{-2,-4,-3\} & \{5,-5,-1\} &\{9,3,7\} \\
 \{-2,-4,9\} & \{0,6,11\} &\{2,10,7\} \\
 \{-2,8,-3\} & \{0,10,7\} &\{2,6,11\} \\
 \{-2,8,9\} & \{0,10,-1\} &\{2,6,-5\} \\
 \{0,-6,-1\} & \{2,-2,-5\} & \{4,8,-3\} \\
 \{0,-6,7\} & \{2,-2,11\} &\{4,8,9\} \\
 \{0,-2,-5\} & \{2,-6,-1\} &\{4,-4,9\} \\
 \{0,-2,11\} & \{2,-6,7\} &\{4,-4,-3\} \\
 \{0,6,-5\} & \{2,10,-1\} & \{4,8,9\} \\
 \{0,6,11\} & \{2,10,7\} & \{4,8,-3\} \\
 \{0,10,-1\} & \{2,6,-5\} & \{4,-4,-3\} \\
 \{0,10,7\} & \{2,6,11\} & \{4,-4,9\} \\
 \{4,-4,-3\} & \{5,6,10\} & \{9,-2,2\} \\
 \{4,8,-3\} & \{5,-5,7\} &\{9,3,-1\} \\
 \{4,8,-3\} & \{5,-2,10\} & \{9,6,2\} \\
 \{5,-6,2\} & \{7,8,6\} &\{9,-2,4\} \\
 \{5,-6,4\} & \{7,8,0\} &\{9,-2,2\} \\
\{5,10,4\} & \{7,-4,0\} &\{9,6,2\} \\
 \{0,10,7\} & \{2,6,11\} & \{4,-4,9\} \\
 \{4,-4,-3\} & \{5,6,10\} & \{9,-2,2\} \\
 \{4,8,-3\} & \{5,-5,7\} & \{9,3,-1\} \\
 \{4,8,-3\} & \{5,-2,10\} &\{9,6,2\} \\
 \{5,-6,2\} & \{7,8,6\} & \{9,-2,4\} \\
 \{5,-6,4\} & \{7,8,0\} &\{9,-2,2\} \\
 \{5,10,4\} & \{7,-4,0\} &\{9,6,2\}
\end{longtable}
\end{document}

関連情報