I'd like to have a savebox (or savebox-like functionality) that contains some 'simple' formatting, for example lists.
\documentclass{article}
\begin{document}
This is a sentence
\begin{itemize}
\item I am a list
\end{itemize}
\end{document}
However my experimenting with \savebox, \sbox, \begin{savebox} and the like are failing me. I also tried to define a minipage inside the savebox, but either that doesn't work or I don't know the syntax.


\newcommand{\reptext}{This ...}and then\reptextwhen you need it. – egreg Apr 03 '14 at 12:23