John MacFarlane

Results 2313 comments of John MacFarlane

I just haven't decided on this issue yet. The suggestion has come up before -- perhaps in these issues, perhaps on pandoc-discuss, perhaps in commonmark issue tracker or forum, I...

Here is one of the issues I may have been thinking of (in djot, but djot uses basically the same attribute syntax as pandoc's markdown): https://github.com/jgm/djot/issues/257 The worry expressed there...

Here is a list of the differences between the default reference.pptx and your myslides.pptx: ``` -e === [Content_Types].xml === --- a/[Content_Types].xml 2023-08-18 16:23:42.000000000 -0700 +++ b/[Content_Types].xml 2023-08-18 16:23:42.000000000 -0700 @@...

I'm not sure -- I never use pptx and never worked on the code for the pptx writer. Perhaps others who have tried to modify a reference.pptx can comment here...

It may be that it worked with older versions of powerpoint but not newer ones. Comments in the code or documentation mention a 2013 version...

Content (including footnotes) aren't things that will be propagated from the reference doc (it's the same in docx).

Pandoc doesn't actually look inside the template to see if there's a `title` element. The template rendering is a black box. The warning is generated at the point where we...

Can you upload a complete file (ideally trimmed down to the minimum necessary) that will allow me to reproduce this? Pandoc has no trouble with the one line you quote,...

typst-hs currently doesn't support figure.caption. This would need to be added in jgm/typst-hs

Please read the manual entry for `--natbib`: it is not to be used together with `--citeproc`.