答案1
好吧,你明白了,連他的名字都讓我感到無聊
\documentclass[tikz]{standalone}
\begin{document}
\begin{tikzpicture}
\def\myeightlines{\foreach \x in {0,...,7}{
\node[font=\bfseries\sffamily] at (0,0.5*\x) {THE LIFE OF PABLO};}
}
\foreach \x/\y in {1/1,1/4.8,1/8,4.5/0.5,4.5/3}{
\begin{scope}[shift={(\x+0.1*rand,\y+0.1*rand)}]
\myeightlines
\end{scope}
}
\end{tikzpicture}
\end{document}