-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Description
Hello,
Would it be possible to add a way to customize, or at least remove, the Title/Author/Date block in Docx output?
Nearly any journal or publisher will have their own specific format for the title page/title block of a document submitted to them, but since Templates are not feasible in Docx, the Title/Author/Date block is hardcoded. This means a Docx file created with Pandoc will need to be edited manually to fix this.
If there was a command-line option to suppress the title-block entirely, then users could make their own title block in the source file or using a filter, using the new Custom Classes in master to control the style formatting.
Thank you.