CVPR 24 latex template problem...
LWShowTime opened this issue · 3 comments
LWShowTime commented
When I start a new Section with:
`\section{Introduction}
AAA
BBB`
The compiled pdf will have indent before BBB but not indent before AAA. How can I solve this?
rfabbri commented
It is intentional. Don't worry about it.
taiya commented
you can always have explicit control with \noindent
.
adinriv commented
you can always have explicit control with
\noindent
.
The authors shouldn't do this, since it is intended to have indentation to signal new paragraphs, but there is none after the titles since it is clear where the paragraph begins.