using \thanks in pandoc
问题 according to the pandoc manual, a variable "thanks" can used in the YAML of a markdown file to replicate Latex's \thanks command, like so: --- title: super awesome paper author: albert enstein thanks: university of alberta --- but instead it puts the asterisk on the title and not the author, where it is supposed to go. EDIT How do I put thanks on the author and not the title with pandoc? 回答1: As the comments already points out, you will probably need to create a custom template. The behaviour