【发布时间】:2020-12-13 02:44:21
【问题描述】:
我正在尝试创建一个标题页,我想包含一些这样的列表:
\begin{document}
\centering
{\Large \textbf{Entity 1:} \quad Some entity 1 \protect\\
\textbf{Entity 2:} \quad Some entity 2 \protect\\
\textbf{Slightly longer entity:} \quad Some slightly longer entity \protect\\
\textbf{The last entity:} \quad Some entity 3 \par}
\end{document}
但是这会产生 entire lines center-aligned。 而我的目标是让它看起来像 titles right-aligned and text left-aligned。我不知道该怎么做。任何帮助表示赞赏。
【问题讨论】:
标签: text latex text-alignment