答案1
您可以使用tabular
:
有关水平间距可用命令的概述,请查看:有哪些命令可以控制水平间距?
\documentclass{article}
\usepackage{array}
\begin{document}
Inputs:
\begin{tabular}{@{\quad}>{\(}l<{\)} @{\enspace-\enspace} l }
G = \langle{V,E}\rangle & a weighted graph \\
v_ 0 & the initial node to determine distances from
\end{tabular}
\end{document}