Unfortunately, the \hangpara{}{} command only accepts actual numerical values as the first input. So when I try to type
Code: Select all
\usepackage{hanging}
...
\hangpara{\parindent}{1}Author, Title, etc.
If there's now way to fix the \hangpara command to accept \parindent, is there at least a way of seeing exactly what the value of \parindent is? I know that it is determined by the documentclass, but is there anyway to print out the value, so that I can manually input that value into my \hangpara commands?
Thanks.