|
请问为什么第一个 \indent 在最终输出里没有缩进的效果,而同一命令,第二个 \indent 就有?
\documentclass{article}
\title{stars' cars need designer wheels}
\begin{document}
\maketitle
\section{original article}
\indent \emph{LOS Angeles is a city of big wheels. but that's talking cars
instead of stars, unless the star happens to be Academy Award-winning
actor Adrien Brody, who recently took possession of a Hummer H3 SUV}.\\
\indent it's not enough to buy a hot car in this city of
\emph{glamour}. nor is it enough to have a \emph{marquee} name. if you
want to make a statement, you show up in a car or truck with
\emph{wheel rims} that can't be ignored.
\end{document} |
|