I have added the GUI stuff to the paragraph dialog to re-enable indentation
of the whole paragraph if so desired, but the appropriate code in the kernel
that I'd need to access appears to have been removed.
That is, whilst there is code in the .h files
#ifndef NO_PEXTRA_REALLY
....
#endif
there is no equivalent code in the .C files instantiating these methods.
I guess that I'd want methods in paragraph.h
HSpace wholeParagraphIndent) const;
wholeParagraphIndent(HSpace const &);
but it appears that we don't have an HSpace either, so maybe a string will
have to do.
I'm not interested in any visual feedback, just appropriate LaTeX.
Can someone advise please.
Angus