Replies: 2 comments
-
I'm working with some similar constraints from quarto --> word and have a few suggestions: For #1: You can modify the spacing of the 'title' style in your word document. For example, if you add '24pt' above to the title style in the reference document, it will push the title down. For #2: Same strategy works - add spacing to the author/date fields. This probably isn't a perfect solution to push these fields to the bottom of the page, since multi-line titles might push these fields too far. For #3: You can break the title onto multiple lines as follows:
|
Beta Was this translation helpful? Give feedback.
-
@dragonstyle I think we'll want to do custom title blocks for docx (seems possible given https://github.com/jgm/pandoc-templates/blob/master/default.opendocument) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I would like the cover (i.e., first) page of a docx report to be a bit customized. In particular, I have 3 things I would like to do, the first of which I have a workaround for:
First:
<br><br>
) in the title text in the yaml but that doesn't work.Second:
Third:
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions