배열의 첫 번째 줄을 정렬하는 방법

배열의 첫 번째 줄을 정렬하는 방법

연습문제를 입력할 때 이런 형식을 자주 사용해야 하는데 만족스럽습니다. 그런데 괄호 안의 문자를 옆에 있는 연습문제의 첫 줄과 어떻게 정렬할 수 있는지 궁금합니다. 따라서 첫 번째 질문은 gathered내부를 사용하여 이를 어떻게 수행할 수 있는가 하는 것이고 array후속 질문은 이를 수행하는 더 적절한 방법이 없는지 여부입니다.

\documentclass{article}
\usepackage{amssymb,amsmath}

\begin{document}
\noindent \textbf{3.4}
\[
\begin{array}{cccc}
\noindent \textbf{(a)}&
    \begin{gathered}
    \mathbb{Z}^*_{7}=\left\{1,3,5\right\}\\
    4^3=64=1
    \end{gathered}&
        \noindent \textbf{(b)}&
            \begin{gathered}
            \mathbb{Z}^*_{8}=\left\{1,3,5,7\right\}\\
            3^4=81=1\\
            \end{gathered}\\\\
\noindent \textbf{(c)}&
    \begin{gathered}
    \mathbb{Z}^*_{11}=\left\{1,,2,3,4,5,6,7,8,9,10\right\}\\
    \begin{array}{c|cccccccccc}
    \cdot & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10\\
    \hline
    {\rule{0pt}{2.6ex}} 
    5 & 5 & 10 & 4 & 9 & 3 & 8 & 2 & 7 & 1 & 6\\
    \end{array}\\
    5^{-2}=5^{-1}\cdot 5^{-1}=9\cdot 9=4\\
    \end{gathered}&
        \noindent \textbf{(d)}&
            \begin{gathered}
            \mathbb{Z}^*_{12}=\left\{1,5,7,11\right\}\\
            \begin{array}{c|cccc}
            \cdot & 1 & 5 & 7 & 11\\
            \hline
            {\rule{0pt}{2.6ex}} 
            5 & 5 & 1 & 11 & 7\\
            \end{array}\\
            5^{-4}\cdot 7^2=5^{-1}\cdot 5^{-1}\cdot 5^{-1}\cdot 5^{-1}\cdot 1=5^4=1\\
            \end{gathered}
\end{array}
\]
\end{document}

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

답변1

이와 같이?

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

나는 및 환경 에 패키지 exams와 옵션을 사용합니다 .[t]alignedgathered

\documentclass{article}
\usepackage[margin=25mm]{geometry}
\usepackage{amsmath, amsfonts}
\usepackage{array}
\setlength\extrarowheight{2pt}
\newlength\labelwd
\settowidth\labelwd{\bfseries viii.)}
\usepackage{tasks}
\settasks{counter-format =tsk[a].), 
          label-format=\bfseries, 
          label-offset=1em, 
          label-align=right, 
          label-width=\labelwd, 
          item-indent=\dimexpr\labelwd+1em\relax, 
          before-skip =-0.5ex, 
          after-item-skip=\medskipamount}
\usepackage{enumitem}
\setlist[enumerate,1]{% (
        leftmargin=*, itemsep=\baselineskip, 
        label={\textbf{\thesection.\arabic*}}
                    }

\begin{document}

\section{section title}

\begin{enumerate}
\item 
        \begin{tasks}(2)
    \task   $\begin{aligned}[t]
            \mathbb{Z}^*_{7} & = \left\{1,3,5\right\}\\
                        4^3  & = 64 = 1
            \end{aligned}$
    \task   $\begin{aligned}[t]
            \mathbb{Z}^*_{8} & = \left\{1,3,5,7\right\}\\
                        3^4  & = 81 = 1
            \end{aligned}$
    \task   $\begin{gathered}[t]
            \mathbb{Z}^*_{11}=\left\{1,2,3,4,5,6,7,8,9,10\right\}\\
            \begin{array}{c|cccccccccc}
            \cdot & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10\\
            \hline
            5 & 5 & 10 & 4 & 9 & 3 & 8 & 2 & 7 & 1 & 6\\
            \end{array}\\
            5^{-2}=5^{-1}\cdot 5^{-1}=9\cdot 9=4\\
            \end{gathered}$
    \task   $\begin{gathered}[t]
            \mathbb{Z}^*_{12}=\left\{1,5,7,11\right\}\\
            \begin{array}{c|cccc}
            \cdot & 1 & 5 & 7 & 11\\
            \hline
            5 & 5 & 1 & 11 & 7\\
            \end{array}\\
            5^{-4}\cdot 7^2=5^{-1}\cdot 5^{-1}\cdot 5^{-1}\cdot 5^{-1}\cdot 1=5^4=1\\
            \end{gathered}$
        \end{tasks}
\item           
        \begin{tasks}(2)
        \task   1
        \task   2
        \task   3
        \task   4
        \end{tasks}
\end{enumerate}
\end{document}

부록: 2020-03-21 버전 V1.2 에서는 tasksMWE가 더 이상 예상대로 작동하지 않습니다. 해당 서문(문제의 이미지를 재현하는 것)은 다음과 같이 변경되어야 합니다.

\documentclass{article}
\usepackage[margin=25mm]{geometry}
\usepackage{enumitem}
\setlist[enumerate,1]{leftmargin=*,
                      itemsep=\baselineskip,
                      label={\textbf{\thesection.\arabic*}}
                    }
\usepackage{amsmath, amssymb}
\usepackage{array}
\setlength\extrarowheight{2pt}

\usepackage{tasks}
\settasks{label=(\alph*),
          label-format=\bfseries,
          label-offset=1em,
          before-skip =-0.5ex,
          after-item-skip=\medskipamount
          }

답변2

[t] 에 대한 옵션 을 사용하면 됩니다 gathered. 그러나 tasks수평적 연습 목록을 위해 수행되는 동음 패키지의 환경을 사용하는 것이 좋습니다. 또한 관련성이 있는 경우 사용하는 것이 좋으며 더 가벼운 코드를 갖도록 명령을 aligned정의했습니다 .\set

\documentclass{article}
\usepackage{amssymb,mathtools}
\usepackage{tasks}
\usepackage[showframe]{geometry}
\DeclarePairedDelimiter\set\{\}

\begin{document}
\noindent \textbf{3.4}
\[
\begin{array}{cccc}
\noindent \textbf{(a)}&
    \begin{gathered}[t]
    \mathbb{Z}^*_{7}=\set{1,3,5}\\
    4^3=64=1
    \end{gathered}&
        \noindent \textbf{(b)}&
            \begin{gathered}[t]
            \mathbb{Z}^*_{8}=\set{1,3,5,7}\\
            3^4=81=1\\
            \end{gathered}\\\\
\noindent \textbf{(c)}&
    \begin{gathered}[t]
    \mathbb{Z}^*_{11}=\set{1,2,3,4,5,6,7,8,9,10}\\
    \begin{array}{c|*{10}{c}}
    \cdot & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10\\
    \hline
    {\rule{0pt}{2.6ex}}
    5 & 5 & 10 & 4 & 9 & 3 & 8 & 2 & 7 & 1 & 6\\
    \end{array}\\
    5^{-2}=5^{-1}\cdot 5^{-1}=9\cdot 9=4\\
    \end{gathered}&
        \noindent \textbf{(d)}&
            \begin{gathered}[t]
            \mathbb{Z}^*_{12}=\set{1,5,7,11}\\
            \begin{array}{c|*{4}{c}}
            \cdot & 1 & 5 & 7 & 11\\
            \hline
            {\rule{0pt}{2.6ex}}
            5 & 5 & 1 & 11 & 7\\
            \end{array}\\
            5^{-4}\cdot 7^2=5^{-1}\cdot 5^{-1}\cdot 5^{-1}\cdot 5^{-1}\cdot 1=5^4=1\\
            \end{gathered}
\end{array}
\]
\vspace{1cm}
\begin{tasks}[counter-format = (tsk[a]), label-format=\bfseries, label-width=1.5em, label-offset=0.5em, column-sep=1em](2)
\task \centering$ \begin{aligned}[t]
    \mathbb{Z}^*_{7} & =\set{1,3,5}\\
    4^3 & =64=1
    \end{aligned} $
\task $ \begin{aligned}[t]
            \mathbb{Z}^*_{8} & =\set{1,3,5,7}\\
            3^4 & =81=1\\
            \end{aligned} $
\task $ \begin{gathered}[t]
 \mathbb{Z}^*_{11}=\set{1,2,3,4,5,6,7,8,9,10}\\
 \begin{array}{c|*{10}{c}}
 \cdot & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10\\
 \hline
 {\rule{0pt}{2.6ex}}
 5 & 5 & 10 & 4 & 9 & 3 & 8 & 2 & 7 & 1 & 6\\
 \end{array}\\
 5^{-2}=5^{-1}\cdot 5^{-1}=9\cdot 9=4
 \end{gathered} $
\task $ \begin{gathered}[t]
 \mathbb{Z}^*_{12}=\set{1,5,7,11}\\
 \begin{array}{c|*{4}{c}}
 \cdot & 1 & 5 & 7 & 11\\
 \hline
 {\rule{0pt}{2.6ex}}
 5 & 5 & 1 & 11 & 7\\
 \end{array}\\
 5^{-4}\cdot 7^2=5^{-1}\cdot 5^{-1}\cdot 5^{-1}\cdot 5^{-1}\cdot 1=5^4=1
 \end{gathered}$
\end{tasks}

\end{document} 

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

관련 정보