Code: Select all
\begin{center}
\begin{flushleft}
\hspace{1cm}text line 1\\
\hspace{1cm}text line 2\\
\hspace{1cm}text line 2 ...\\
\hspace{1cm}...\\
\end{flushleft}
\end{center}
All I want is to be able to center the text as a block with the left side to be aligned.
So
- text line 1
text line 2 ...
...
Essentially I want the equivalent to \vspace*{\fill} but horizontally and only on a block of text. (I use \vspace*{\fill} to center everything vertically on the page)