Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have this YAML front matter in a markdown file:
But I only get this footer content
when I convert the markdown file to pdf.
How can I get the filename of the source file or the destination file into the left side of the footer?
The parameters of my plugin:
Parameter
-V geometry:"top=2cm, bottom=1.5cm, left=2cm, right=1in",a4paper -f ${fromFormat} --resource-path="${currentDir}" --resource-path="${attachmentFolderPath}" --lua-filter="${luaDir}/pdf.lua" ${ options.textemplate ?
--resource-path="${pluginDir}/textemplate" --template="${options.textemplate}":
} -o "${outputPath}" -t pdf
Additional parameter
--pdf-engine=pdflatex
Beta Was this translation helpful? Give feedback.
All reactions