On Tue, 6 Sep 2016, Mikael P. Sundqvist wrote:
\unprotect \def\page_one_place_float_auto {\page_one_place_float_otherwise\nonoindentation} \def\page_one_place_float_bottom {\page_one_place_float_otherwise\nonoindentation} \def\page_one_place_float_margin {\page_margin_blocks_process_float\nonoindentation} \def\page_one_place_float_leftmargin {\page_one_place_float_side_indeed\page_sides_process_float_leftmargin\nonoindentation} \def\page_one_place_float_rightmargin{\page_one_place_float_side_indeed\page_sides_process_float_rightmargin\nonoindentation} \protect
Actually, this should be: \unprotect \def\page_one_place_float_auto {\page_one_place_float_otherwise\useindentnextparameter\floatparameter} \def\page_one_place_float_bottom {\page_one_place_float_otherwise\useindentnextparameter\floatparameter} \def\page_one_place_float_margin {\page_margin_blocks_process_float\useindentnextparameter\floatparameter} \def\page_one_place_float_leftmargin {\page_one_place_float_side_indeed\page_sides_process_float_leftmargin\useindentnextparameter\floatparameter} \def\page_one_place_float_rightmargin{\page_one_place_float_side_indeed\page_sides_process_float_rightmargin\useindentnextparameter\floatparameter} \protect so that indentation is not forced, rather depends on indentnext key. Aditya