Minimum Working Example
\documentclass{article}
\usepackage[hmargin=1cm,vmargin={1.25cm,1cm},
footskip=2\baselineskip]{geometry}
\usepackage{tabularray}
\UseTblrLibrary{booktabs, varwidth}
\usepackage{enumitem}
\newlist{tabitemize}{itemize}{1}% <-- defined new list
\setlist[tabitemize]{nosep, % <-- new list setup
leftmargin = *,
label = $\bullet$,
before = \begin{minipage}[t]{\linewidth}, % <---
after = \end{minipage} % <---
}
\usepackage{lipsum}
\begin{document}
\begin{longtblr}[
caption = {My long table with caption},
label = {tab: },
]{
colspec = {@{} Q[l, wd=6cm] Q[l, wd=8.5cm] @{}},
row {1} = {font=\large\bfseries},
rowhead = 1,
measure = vbox,
}
\toprule
Publications & Publications \
\midrule
\begin{tabitemize}
\item \textbf{\Large test text left:}
\lipsum[1-1]\footnote{test footnote left}
\end{tabitemize}
& \textbf{\Large test text right:}
\lipsum[5-5]
\begin{tabitemize}
\item \lipsum[1-1]
\item \lipsum[1-1]
\end{tabitemize} \
\bottomrule
\end{longtblr}
\end{document}
Outcome
A portion of the screenshot of the outcome is shown below:
Question
It can be seen that though the left and right columns are both aligned to the top, the level of their first lines is not matching. How to match them (text text left and right)?


minipage, but this should not have any influence on footnotes. Please provide MWE which reproduce your problem. – Zarko Jan 24 '22 at 12:50\footnotemark[<number>footnotetext[talltblrenvironment. This can be better clarified in the new answer (if you will ask new question)