[texhax] Vspace Question
William F Hammond
hmwlfsr at yahoo.com
Sun Sep 2 03:26:11 CEST 2012
Zheng writes:
> \documentclass{article}
> \newcommand{\sep}[1]{\vspace{#1}\noindent}
> \begin{document}
> Hello
>
> \sep{4mm}
> some things here
>
> \vspace{4mm}\noindent
> Are texts above truly indent?
> \end{document}
I'm not sure exactly what you want.
Maybe try something like this:
\documentclass{article}
\setlength{\parskip}{4mm}
\setlength{\parindent}{0mm}
\begin{document}
Hello
some things here
Are texts above truly indent?
\end{document}
-- Bill
More information about the texhax
mailing list