add tag
JohnPaul
I am trying to alight 

![image.png](/image?hash=2c5099df64311dea1b511bfc0e5a64c795588bcdc73df08687aefb3395e45cea)

![image.png](/image?hash=4744afa904948e55e2371cb6e5d73c7b40ff017dcb3d3bc476de67d8966d2b5f)

but I can not do this. I tried

```
\documentclass[12pt]{article}
\usepackage{tabularray}
\usepackage{fouriernc}
\usepackage{mathtools} 
 \usepackage{codehigh} 
\UseTblrLibrary{amsmath,
	booktabs,
	counter,
	diagbox,
	siunitx,
	varwidth,
tikz}
\usepackage{enumitem}
\usepackage{ninecolors}
%\usepackage{amssymb}
%\usepackage{tikz,tikz-3dplot} 
%\usetikzlibrary{3dtools,calc}
\usepackage{float}
\usepackage[left=2.00cm, right=2.00cm, top=1.5cm, bottom=1.5cm]{geometry}
\renewcommand{\arraystretch}{1.2}
\usepackage{hyperref}
\sisetup{output-decimal-marker={,}}
\begin{document}
	
\begin{longtblr}[
caption={Answer  2024 -- 2025} ]{vlines,hlines,  measure=vbox,
colspec = {X[j,valign=m]
X[j,valign=m]},
rowhead = 1,
row{1}={yellow9,font=\bfseries,c}}
Somethings & Content \\
Long long long  Long long long ong long long Long long long Long long long Long long long & right\\
\begin{enumerate}[nosep, label=\alph*)]
  \item Long long long  Long long long ong long long Long long long Long long long Long long long 
  \item Long long long  Long long long ong long long Long long long Long long long Long long long 
    \end{enumerate} & \begin{enumerate}[nosep, label=\alph*)]
  \item short. 
  \item short.
    \end{enumerate}\\
    
 \begin{itemize}[nosep]  \item Long long long  Long long long ong long long Long long long Long long long Long long long 
  \item Long long long  Long long long ong long long Long long long Long long long Long long long 
    \end{itemize} & \begin{itemize}[nosep]
  \item short. 
  \item short.
    \end{itemize}
\end{longtblr}
\end{document}

```

![image.png](/image?hash=1d23c713fd385470ed36adc990faa04843cc457c0751715b812207bdc77895c3)

Update

```
\documentclass[12pt,a4paper]{article}
\usepackage{fouriernc}
\usepackage[utf8]{vietnam}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage{tabularray}
\usepackage{fouriernc}
\usepackage{mathtools} 
 \usepackage{codehigh} 
\UseTblrLibrary{amsmath,
	booktabs,
	counter,
	diagbox,
	siunitx,
	varwidth,
tikz}
\usepackage{enumitem}
\usepackage{ninecolors}
%\usepackage{amssymb}
%\usepackage{tikz,tikz-3dplot} 
%\usetikzlibrary{3dtools,calc}
\usepackage{float}
\usepackage[left=2.00cm, right=2.00cm, top=1.5cm, bottom=1.5cm]{geometry}
\renewcommand{\arraystretch}{1.2}
\usepackage{hyperref}
\sisetup{output-decimal-marker={,}}
\theoremstyle{definition}
\newtheorem{ex}{Example}
\begin{document}
	
\begin{longtblr}[
caption={Answer  2024 -- 2025} ]{vlines,hlines,  
measure=vbox,
colspec = {X[j,t]
X[j,t]},
rowhead = 1,
row{1}={yellow9,font=\bfseries,c}}
Somethings & Content \\
\begin{ex}
Let be given the function $y = x^2 - 2x$. 
\end{ex} &  The given function is decresing on $(-\infty; 1)$, increasing $(1; +\infty)$.\\
 \begin{ex}	 
Solve the inequality 
\begin{equation}\label{eq1}
\log _{\frac{1}{2}}(f(x)) \leqslant \log _{\frac{1}{2}}(g(x)).
\end{equation} 
\end{ex}  & What? \\ 
\begin{enumerate}[nosep, label=\alph*)]
\item  Long long long  Long long long ong long long Long long long Long long long Long long long 
      \end{enumerate}&
      \begin{enumerate}[nosep, label=\alph*)]
\item Short
      \end{enumerate}\\
      
 \begin{enumerate}[nosep, label=\alph*), start=2]
\item  Long long long  Long long long ong long long Long long long Long long long Long long long 
      \end{enumerate}&
 \begin{enumerate}[nosep, label=\alph*), start=2]
\item Short
      \end{enumerate}\\
    
 \begin{itemize}[nosep]  
 \item Long long long  Long long long ong long long Long long long Long long long Long long long 
      \end{itemize} & \begin{itemize}[nosep]
  \item short. 
     \end{itemize}\\
     \begin{itemize}[nosep]  
 \item Long long long  Long long long ong long long Long long long Long long long Long long long 
      \end{itemize} & \begin{itemize}[nosep]
  \item short. 
     \end{itemize}
\end{longtblr}
\end{document}

```

![image.png](/image?hash=587c21c0000c120c1fe00f6d9c1085f79bb5790b43579b824bdf5e978cb737a0)

Enter question or answer id or url (and optionally further answer ids/urls from the same question) from

Separate each id/url with a space. No need to list your own answers; they will be imported automatically.