In memoir, when I run
\documentclass{memoir}
\begin{document}
\showthe\parindent
\end{document}
I get:
17.62482 pt
My questions are :
- Why that value? This number seems to capture something with high precision. Was it adjusted manually? If not, how do
memoiror LaTeX compute it? - Is there a reference on what are "good-looking" values for parameters like
parindent,parskip, etc? What values are typically used/recommended?