I create a
\begin{itemize}
\item Item 1
\item Item 2
\end{itemize}
% Appending this itemize to the itemize above.
\begin{itemize}
\item Item 3
\end{itemize}
Is there a way to set a key-value pair to the first itemize so it can recognize the second itemize and append to it without starting a new list of bulletpoints? I am trying to make itemize more modular so I don't have all the bulletpoints on the same itemize section. I can add more to that itemize section in a separate file.
\restartlistfrom the enumitem package – John Kormylo Jan 07 '24 at 00:36itemize-type list uses the same marker (say,\textbullet) for all items. Is there something particularly unusual about the marker you have in mind? Or are you maybe thinking of anenumerate-type list, whose list markers are arabic numbers (1, 2, ...), roman numbers (i, ii, ...), or alphabetic characters (a, b, ...)? – Mico Jan 07 '24 at 01:30\end{itemize}\begin{itemize}in the first place, and handle that elsewhere. Could you elaborate a bit more on why you want this to happen? – Teepeemm Jan 09 '24 at 02:47