let lines_of_endnotes_hdr (doc_settings : t_doc_settings) : string list = match doc_settings.endnotes_hdr with |None -> [] |Some hdr -> lines_of_string doc_settings 0 hdr