접근법 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

필요에 따라 두 가지 접근 방식이 있습니다. 각각은 출력을 직접 편집해야 합니다. 결과와 전체 코드는 하단에 표시됩니다.

접근법 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해당 tables를 참조하는 것입니다. 그런 다음 각 X_i가 한 페이지보다 작은지 확인하면 됩니다.)

접근법 2

괄호가 중요하지 않은 경우 패키지를 사용 longtable하거나 mdframed. 페이지 나누기를 직접 선택할 필요도 없습니다. 여기에 mdframed접근 방식이 있습니다. \[\left(\array{ccc}' and\end{array}\right)]`를 다음으로 교체하세요 .

\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

두 번째 페이지의 자료는 다음과 같습니다.

여기에 이미지 설명을 입력하세요

\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}

관련 정보